Enigmatica 6 - E6 - 1.16.5

Enigmatica 6 - E6 - 1.16.5

1M Downloads

Can't craft Flax Bale, recipe doesn't exist.

JoaGamo opened this issue · 3 comments

commented

Modpack Version

0.5.20

Describe your issue.

Flax Bale, the block similar to Hay Bale that is normally crafted with 9 flax from Supplementaries mod, can't be crafted.
Recipe does not exist, even trying in the crafting table shows nothing.

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Both

commented

Thank you for the report, I will investigate the issue.

commented

Seems to be a bug in supplementaries: https://www.curseforge.com/minecraft/mc-mods/supplementaries/issues/165

Looks like their recipe has the wrong condition on it, and output:

{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "000",
    "000",
    "000"
  ],
  "key": {
    "0": {
      "item": "supplementaries:flax"
    }
  },
  "result": {
    "item": "supplementaries:flint_block",
    "count": 1
  },
  "conditions": [
    {
      "type": "supplementaries:flag",
      "flag": "flint_block"
    }
  ]
}
commented

went ahead and PRd a fix.

MehVahdJukaar/Supplementaries#134