


Create More Recipes is an addon of Create Mod
This addon adds new recipes related to Create
Current Create Version Supported 6.0.10
Some Ideas from MLDEG

Recipes Types
Fan with custom Block :
{
"type": "cmr:custom_fan",
"ingredients": [
{
"tag": "c:cobblestone" //Item to throw
},
{
"item": "minecraft:oak_fence" //Block behind the fan (Optional if fluid present)
},
{
"type": "fluid_stack",
"amount": 1000,
"fluid": "create:honey" // Fluid (Optional if block present)
}
],
"results": [
{
"item": {
"id": "minecraft:diamond" //Result Item
}
}
]
}
Block Spout :
{
"type": "cmr:block_spouting",
"ingredients": [
{
"item": "minecraft:dirt" //Block under the spout
},
{
"type": "fluid_stack",
"amount": 500, //Amount of the fluid
"fluid": "minecraft:water" //Fluid in the spout
}
],
"results": [
{
"item": {
"id": "minecraft:grass_block" //Output block
}
}
]
}



You can use the mod on your modpack , but you can't repost the mod on an another website !
Curseforge is the only website where the mod was posted