-
Notifications
You must be signed in to change notification settings - Fork 6
CraftTweaker Support
HorsePower natively supports CraftTweaker. Click to expand the documentation for each device.
Grindstone
mods.horsepower.Grindstone.add(<input>, <output>, <time>, <hand>, <secondary>, <chance>);
input (ItemStack) – Item used in the recipe, accepts ore items
output (ItemStack) – Item returned, doesn’t accepts ore items
time (Integer) – The time for the grinding
hand (Boolean) – (Optional) If the recipe is for the hand grindstone or not, if false and separate recipes isn’t used they are for both
secondary (ItemStack) – (Optional) The secondary output, doesn’t accepts ore items
chance(Integer) – (Optional) The chance of the secondary output
mods.horsepower.Grindstone.remove(<output>);
output (ItemStack) – Output of recipe being removed. Will remove all recipes with this output.
Chopping Block
mods.horsepower.ChoppingBlock.add(<input>, <output>, <time>, <manual>);
input (ItemStack) – Item used in the recipe, accepts ore items
output (ItemStack) – Item returned, doesn’t accepts ore items
time (Integer) – The time for the grinding
manual (Boolean) – (Optional) If the recipe is for the manual chopping block or not, if false and separate recipes isn’t used they are for both
mods.horsepower.ChoppingBlock.remove(<output>);
output (ItemStack) – Output of recipe being removed. Will remove all recipes with this output.