Create More Recipes
The Create More Recipes addon expands the functionality of the Create mod by adding completely new types of recipes to the Create system.
Version Support
Currently Supported Create Version: 0.5.1h
Types of Added Recipes
Fan with Custom Blocks
The modification introduces a new type of recipe that works with custom fan settings. The recipe specifies a specific block that must be placed behind the fan, and items that need to be thrown into the airflow.
{
"type": "cmr:custom_fan",
"ingredients": [
{
"item": "minecraft:oak_fence", // Block behind the fan
},
{
"tag": "forge:cobblestone" // Item to throw
}
],
"results": [
{
"item": "minecraft:diamond" // Resulting item
}
]
}
The initial idea for the modification was proposed by MLDEG. You can freely use this mod in your modpacks.
A video overview of the modification is available on the author's YouTube channel.