-
Notifications
You must be signed in to change notification settings - Fork 29
Compression Crafting
BlakeBr0 edited this page Apr 14, 2020
·
8 revisions
These docs are for version 1.x! Head here for the version 2.x+ docs.
mods.extendedcrafting.CompressionCrafting.addRecipe(<output>, <input>, inputCount, <catalyst>, rfCost);
mods.extendedcrafting.CompressionCrafting.addRecipe(<output>, <input>, inputCount, <catalyst>, rfCost, rfRate);
output = the item this recipe creates
input = the item that is required to make the output
inputCount = the amount of the input that is required
catalyst = the item that is required as a catalyst, does not get consumed, goes in the small slot to the left
rfCost = the amount of RF required to complete the crafting stage of compression
rfRate = (OPTIONAL) the rate at which RF will be consumed in the crafting stage. rfCost / rfRate = the amount of ticks required in the crafting stage. If this parameter isn't added, it will use the default rate defined in the configuration file
mods.extendedcrafting.CompressionCrafting.remove(<output>);
output = the item of which you want their recipes removed