Create: Design n' Decor

Create: Design n' Decor

3M Downloads

Recipe bug for fabric version of mod

IamGallito opened this issue ยท 2 comments

commented

as title says theres an issue with recipes being bugged for the fabric version due to forge tags.
2024-08-26_12 39 51

commented

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
}```
commented

Can I 1up this? How has this not been fixed? It seems like such a simple fix!