Createdoes not have built in mod support, you will need CreateTweakerfor this to work!
Create Compacting
The Compacting 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 Compacted with no heat and a duration of 200. 2) Output a Brick when a Diamond, Dirt and Lava (fluid) are Compacted with "heated" heat and a duration of 1000. 3) Output Paper when Glass, Dirt and Lava (fluid) are Compacted with "superheated" heat and a duration of 100.
Add Recipe with a Fluid output
The following script will add recipes that will output Water (fluid) when Paper, a Stick and Lava are Compacted with a duration of 500.
Remove Recipes for Items
The following script will remove all Compacting recipes that output a Bar Of Chocolate.
Remove Recipes for Fluids
The following script will remove all Compacting recipes that output Water (Fluid)