Can't craft Flax Bale, recipe doesn't exist.
JoaGamo opened this issue · 3 comments
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
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"
}
]
}
went ahead and PRd a fix.