Skip to content

CraftTweaker Support

Gustaf Järgren edited this page Jul 22, 2017 · 13 revisions

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
output (ItemStack) – Item returned.
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
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
output (ItemStack) – Item returned.
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.

Clone this wiki locally