te.insolator
Tweaks involving the Phytogenic Insolator from Thermal Expansion.
Note
The insolator command can be used to view recipes.
add
te.insolator.add : item output, item inputA, item inputB, integer energy, integer water
te.insolator.add : item output, item inputA, item inputB, item secondaryOutput, integer secondaryChance, integer energy, integer water
Adds a recipe to the Phytogenic Insolator.
Example
#convert diamond, coal and 200mb of water to emerald, with a 50% chance of getting an apple
te.insolator.add : item(minecraft:emerald), item(minecraft:diamond), item(minecraft:coal), item(minecraft:apple) 50, 2000, 200;
tree.add
te.insolator.tree.add : item output, item inputA, item inputB, integer energy, integer water
te.insolator.tree.add : item output, item inputA, item inputB, item secondaryOutput, integer secondaryChance, integer energy, integer water
Adds a recipe to the Phytogenic Insolator when using the Sapling Infuser augment.
Example
#convert diamond, coal and 200mb of water to emerald, with a 50% chance of getting an apple
te.insolator.tree.add : item(minecraft:emerald), item(minecraft:diamond), item(minecraft:coal), item(minecraft:apple) 50, 2000, 200;
remove
te.insolator.remove : all *
te.insolator.remove : item inputA, item inputB
Remove all or selected items.
Example
#disable all recipes
te.insolator.remove : *;
#disable the recipe for diamond and coal
te.insolator.remove : item(minecraft:diamond), item(minecraft:coal);
