DrMango14 / Create-Design-n-Decor

MIT License
5 stars 18 forks source link

Recipe bug for fabric version of mod #38

Open IamGallito opened 2 months ago

IamGallito commented 2 months ago

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

el-germi commented 2 months ago

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
}```
trainguy06 commented 1 week ago

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