Thermal Centrifuge
Link to thermal-centrifuge
所属包
Link to 所属包
import mods.ic2.ThermalCentrifuge;
使用方式
Link to 使用方式
- IItemStack[] outputs
- IIngredient input
- @Optional int minHeat
ZenScript Copymods.ic2.ThermalCentrifuge.addRecipe([IItemStack[] outputs, IIngredient input, @Optional int minHeat);
mods.ic2.ThermalCentrifuge.addRecipe([<minecraft:diamond>, <minecraft:emerald>, <minecraft:nether_star>], <minecraft:dirt>);
- If using Ic2 Experimental, to remove a recipe, simply remove the corresponding line in
config/ic2/thermal_centrifuge.ini
- If using Ic2 Classic and Ic2c Extras, to remove a recipe, simply disable the corresponding recipe in
config/ic2/ic2machineRecipes.json
.