Create More Recipes

Add more recipes type related to Create
A working block spout

A working block spout

All states of the snowman cooler

All states of the snowman cooler

Example of the use of the smithing press

Example of the use of the smithing press

Description

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

The Create More Recipes Team

profile avatar
Owner
  • 40
    Followers
  • 17
    Projects
  • 14.4M
    Downloads
Donate

More from iglee42View all