Add treated wood mixing recipe

carryon-pedestal
copygirl 2 years ago
parent a9e6cda56f
commit f9bdf4b119
  1. 6
      kubejs/server_scripts/recipes/create/mixing_treated_wood.js

@ -0,0 +1,6 @@
// priority: 0
onEvent("recipes", event => {
event.recipes.createMixing("immersiveengineering:treated_wood_horizontal",
[ "#minecraft:planks", Fluid.of("immersiveengineering:creosote", 125) ]);
});
Loading…
Cancel
Save