Jump to content

Making a shapeless recipe with multiple of the same item


Eilux

Recommended Posts

I have the recipe here done the vanilla way but it doesn't work.

{
  "type": "crafting_shapeless",
  "ingredients": [
    {
      "item": "minecraft:prismarine_shard"
    },
    {
      "item": "minecraft:prismarine_shard"
    },
    {
      "item": "minecraft:prismarine_shard"
    },
    {
      "item": "minecraft:prismarine_shard"
    },
    {
      "item": "minecraft:prismarine_crystals"
    },
    {
      "item": "minecraft:prismarine_crystals"
    },
    {
      "item": "minecraft:prismarine_crystals"
    },
    {
      "item": "minecraft:prismarine_crystals"
    },
    {
      "item": "minecraft:diamond"
    }
  ],
  "result":
  {
    "item": "mcge:prismarine_gem",
    "count": 1
  }
}

 

Link to comment
Share on other sites

2 hours ago, Eilux said:

I have the recipe here done the vanilla way but it doesn't work.

Where is the file located? And is anything output into the console?

 

2 hours ago, Eilux said:

mcge

This is a bad modid. Dont use acronyms someone else could use this and then your mods wont be compatible.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.