Jump to content

1.12 Adding Recipes


DragonFerocity

Recommended Posts

You need JSON files for recipes now. Look at how vanilla does it.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

Can a recipe be a part of multiple groups? It appears not, but thought I'd ask just in case I'm wrong.

 

Does anyone know where this error is coming from: 

Unknown recipe type: expanded:crafting_shaped

 

Here's the JSON file it's having a problem with:

{
  "type": "crafting_shaped",
  "group": "cactus",
  "pattern": [
    "  #",
    " ##",
    "###"
  ],
  "key": {
    "#": {
      "item": "expanded:cut_cactus_block_block"
    }
  },
  "result": {
    "item": "expanded:cut_cactus_stairs_block",
    "count": 3
  }
}

 

Edited by DragonFerocity
Link to comment
Share on other sites

Try changing the "type" to "minecraft:crafting_shaped"
I had this issue until I figured it out

Example:
 

{
  "type": "minecraft:crafting_shaped",
  "group": "minecraft:slime",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "key": {
    "#": {
      "item": "blobman:blue_slimeball"
    }
  },
  "result": {
    "item": "blobman:blue_slime"
  }
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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