Jump to content

Forge 1.21 custom recipe not working


positivevibes

Recommended Posts

{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "i i",
    " R ",
    "i i"
  ],
  "key": {
    "i": {
      "item": "minecraft:iron_ingot"
    },
    "R": {
      "item": "minecraft:redstone"
    }
  },
  "result": {
    "id": "minecraft:iron_ingot"
  }
}

I'm having a problem where I've created a simple crafting recipe that takes in redstone dust and 4 iron ingots and returns an iron ingot (just for testing purposes). I have the file in my resouces/data/(modid)/recipes directory. However, the recipe does not work and I get no output when actually using a crafting table. Any help would be useful.

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.