Bottling Machine

Link to bottling-machine

Calling The Package

Link to calling-the-package

You can call the BottlingMachine package using mods.immersiveengineering.BottlingMachine.

RequiredTypeData Type
Required
Required
Type
Output
Data Type
IItemstack
Required
Required
Type
Input
Data Type
IIngredient
Required
Required
Type
Fluid
Data Type
Fluidstack
ZenScript
Copy
//Example:
mods.immersiveengineering.BottlingMachine.addRecipe(IItemStack output, IIngredient input, ILiquidStack fluid);
mods.immersiveengineering.BottlingMachine.addRecipe(<minecraft:diamond>, <ore:logWood>, <liquid:water>);
TypeData Type
Type
Output
Data Type
IItemstack
ZenScript
Copy
//Example:
mods.immersiveengineering.BottlingMachine.removeRecipe(IItemStack output);
mods.immersiveengineering.BottlingMachine.removeRecipe(<minecraft:diamond>);