Bottling Machine

Link to bottling-machine

Hinzufügen des Packages

Link to hinzufügen-des-packages

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

Rezept hinzufügen

Link to rezept-hinzufügen

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

Rezept entfernen

Link to rezept-entfernen

TypeDatentyp
Type
Output
Datentyp
IItemstack
ZenScript
Copy
//Example:
mods.immersiveengineering.BottlingMachine.removeRecipe(IItemStack output);
mods.immersiveengineering.BottlingMachine.removeRecipe(<minecraft:diamond>);