-
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.
1.11.2
Grindstone
mods.horsepower.Grindstone.add(<input>, <output>, <time>, [<secondary>, <chance>]);
input (ItemStack) – Item used in the recipe
output (ItemStack) – Item returned.
time (Integer) – The time for the grinding
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>);
input (ItemStack) – Item used in the recipe
output (ItemStack) – Item returned.
time (Integer) – The time for the grinding
mods.horsepower.ChoppingBlock.remove(<output>);
output (ItemStack) – Output of recipe being removed. Will remove all recipes with this output.
1.12
Grindstone
mods.horsepower.Grindstone.add(<input>, <output>, <time>);
input (ItemStack) – Item used in the recipe
output (ItemStack) – Item returned.
time (Integer) – The time for the grinding
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>);
input (ItemStack) – Item used in the recipe
output (ItemStack) – Item returned.
time (Integer) – The time for the grinding
mods.horsepower.ChoppingBlock.remove(<output>);
output (ItemStack) – Output of recipe being removed. Will remove all recipes with this output.