This page relates to Create, which does not have built-in support, you will need to install CreateTweaker as well
Create Emptying
The Emptying mechanic is a type of IRecipeManager and implements all the methods that are available to IRecipeManager’s, such as removeRecipe()
and removeAll()
.
Methods
Add Recipe
The following script will add a recipe that will output a Diamond and Lava (fluid) when a piece of Dirt is Emptied with a duration of 100.
Remove Recipes for Items
The following script will remove all Emptying recipes that output a Bucket.
Remove Recipes for Fluids
The following script will remove all Compacting recipes that output Honey (Fluid)