Recipe bug for fabric version of mod
IamGallito opened this issue ยท 2 comments
can confirm, half the recipies use the forge tag system
one of the many offending recipes, extracted from the FABRIC version
will make a commit to fix it one I get out of work
"type": "minecraft:stonecutting",
"ingredient": {
"tag": "forge:storage_blocks/brass"
},
"result": "design_decor:brass_boiler",
"count": 4
}```