-
Notifications
You must be signed in to change notification settings - Fork 10
Magnetic Reassembler
Lykrast edited this page Aug 28, 2018
·
2 revisions
Note: most ore processing recipes (including all modded ores) are automatically generated and cannot be removed by CraftTweaker. If you do not want them you'll need to disable them in Prodigy Tech's config.
import mods.prodigytech.magneticreassembler
addRecipe(IItemStack/IOreDictEntry in, IItemStack out, @Optional int time)
Adds a recipe that takes in as input and gives out in time ticks (at 125°C). If time is omitted it defaults to the config's base value.
Note: if an item has both a valid itemstack recipe and oredict recipe, the itemstack recipe takes priority
removeRecipe(IItemStack/IOreDictEntry in)
Removes the recipe that takes in as input.
removeAll()
Removes all recipes.