Can't get recipes to work [SOLVED]

Started by Turkeybird07 on

Topic category: Help with MCreator software

Last seen on 17:37, 14. Nov 2023
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can't get recipes to work [SOLVED]
Tue, 10/06/2020 - 23:26 (edited)

I know that 1.12.2 isn't supported anymore, so is there isn't anything I can do about this please tell me.

So I've tried to make crafting recipes. It doesn't give me any errors when I do, just that when I load up the test world the recipes won't work. I hope I'm not doing anything dumb.

{
  "group": "morecoalsmod",
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "0",
    "1"
  ],
  "key": {
    "0": {
      "item": "morecoalsmod:halfbigcoal"
    },
    "1": {
      "item": "morecoalsmod:halfbigcoal"
    }
  },
  "result": {
    "item": "morecoalsmod:fullbigcoal",
    "count": 1
  }
}

If I find the fix, I'll edit this post.

Edited by Turkeybird07 on Tue, 10/06/2020 - 23:26
Last seen on 17:37, 14. Nov 2023
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found the a post similar…
Tue, 10/06/2020 - 23:25

I found the a post similar to this here. apparently there was a glitch where you couldn't use slabs in crafting recipes. and now that 1.12.2 is unsupported, there's no hope of being able to do this.