Skip to content

Rotary Grinder

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.rotarygrinder


addRecipe(IItemStack/IOreDictEntry in, IItemStack out, @Optional int time)

Adds a recipe that takes in as input and gives out in time ticks (at 80°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.

Clone this wiki locally