This page relates to Create, which does not have built-in support, you will need to install CreateTweaker as well
Create Mixing
The Mixing mechanic is a type of IRecipeManager and implements all the methods that are available to IRecipeManager’s, such as removeRecipe()
and removeAll()
.
Methods
Heat Types
Create has three different “heat” types that are used in recipes. which are the following:
You can use any of those heat values when the recipe calls for “heat”
Add Recipe with an Item output
The following script will add recipes that will:
- Output an Arrow when a Diamond and an Apple are Mixed with no heat with a duration of 100.
- Output a Brick when a Diamond, Dirt and Lava (fluid) are Mixed with “heated” heat with a duration of 100.
- Output Water (fluid) when Glass, Dirt and Lava (fluid) are Mixed with “superheated” heat with a duration of 100.
Remove Recipes for Items
The following script will remove all Mixing recipes that output Andesite Alloy.
Remove Recipes for Fluids
The following script will remove all Compacting recipes that output Builders Tea (Fluid)