![MCA Reborn [Fabric/Forge]](https://media.forgecdn.net/avatars/thumbnails/1008/780/256/256/638531792918357805.jpg)
Rose gold tagged as gold
Closed this issue ยท 3 comments
Rose gold ingots in mca version 7.6.3 on forge for 1.20.1 are added to the '#c:gold_ingots' and the '#forge:ingots/gold' tag which is causing all recipes containing gold ingots to require either gold or rose gold ingots. This also means if you put gold in a compacting drawer from Storage Drawers it turns gold ingots into rose gold blocks. Rose gold ingots should be added to the already existing '#forge:ingots/rose_gold' tag to make them compatible with both Tinkers Construct rose gold and GregTech rose gold in addition to no longer breaking all gold ingot recipes.
Edited my jar to fix the issue and all that needs to be done is rename the file in this location:
forge/src/main/resources/data/forge/tags/items/ingots
from gold.json to rose_gold.json
Hey sorry if that first message was a bit aggressive. Just got a bit frustrated trying to use KubeJS to fix the tag issue and didn't mean to take it out on you. I remembered how to fork lol and put in a pull request for the change I listed above.