zenscirpt
Copy
`mods.exnihilocreatio.Hammer`
  • IIngredient input The block that needs to be broken.
  • IItemStack output The item the block drops when broken.
  • Int tool level tool level for breaking the block.
  • Float chance chance between 0-1.
  • Float fortune chance chance between 0-1.
ZenScript
Copy
mods.exnihilocreatio.Hammer.addRecipe(IIngredient, IItemStack, Int, Float, Float);

mods.exnihilocreatio.Hammer.addRecipe(<minecraft:log>, <minecraft:plank>, 0, 0.25, 0.5);
ZenScript
Copy
mods.exnihilocreatio.Hammer.removeAll();