Skip to content

Integration

Ollie Lansdell edited this page Jan 17, 2016 · 1 revision

##Forging Hammer - Minetweaker Support

  • You can add recipes using mods.logistics.hammer.addRecipe
  • You can remove recipes using mods.logistics.hammer.removeRecipe

Examples:

  • mods.logistics.hammer.addRecipe(<minecraft:grass>, <minecraft:stick>);

  • mods.logistics.hammer.addRecipe(<minecraft:grass>, <minecraft:stick>);

  • mods.logistics.hammer.addRecipe(<ore:stone>, <Calculator:SmallStone>);

  • mods.logistics.hammer.removeRecipe(<ore:oreSapphire>);

Clone this wiki locally