Canner
Link to canner
所属包
Link to 所属包
import mods.ic2.Canner;
使用方式
Link to 使用方式
- IItemStack output The product
- IIngredient container The ingredient to be "filled"
- IIngredient filler The ingredient with which is filled into the container
Add Bottle Recipe
Link to add-bottle-recipe
ZenScript Copymods.ic2.Canner.addBottleRecipe(IItemStack output, IIngredient container, IIngredient filler);
mods.ic2.Canner.addBottleRecipe(<minecraft:water_bucket>, <minecraft:bucket>, <minecraft:ice>);
Add Enrich Recipe
Link to add-enrich-recipe
ZenScript Copymods.ic2.Canner.addEnrichRecipe(ILiquidStack output, ILiquidStack input, IIngredient additive);
mods.ic2.Canner.addEnrichRecipe(<liquid:lava> * 1000, <liquid:water> * 1000, <minecraft:redstone>);