Skip to content
Chandler edited this page Feb 23, 2015 · 1 revision

The class to import for Minetweaker is: "mods.modularArmour"

The methods that gives you are:

  • addRecipe(String output, IIngredient[][] params)
  • remove(String output)
  • removeRecipe(String output, @Optional IIngredient[][] ingredients)

The String is the upgrade names. These names can be found in ModularRecipes.txt, which is located in your config directory.

Clone this wiki locally