Recipe bug when trying to customise upgrade path
angelnc1989 opened this issue ยท 4 comments
Problem Details
After changing the configs to make the upgrade path Iron -> Silver -> Gold -> Diamond, there is no Silver Chest and the Gold Chest recipe is bugged.
This is my config file.
My pack has Copper Ore, but I'm trying to disable it, since no mod uses it. It's added by Erebus.
Silver Ore and Ingots are added by Bewitchment.
Screenshots
Environment
- OS: Windows 10
- Full Forge version: 14.23.5.2838
- Mod version: 4.9.2
This is probably b/c Bewitchment doesn't add Silver to the OreDictionary. MetalChests does all of its material checks through the OreDictionary so it's compatible w/ other mods that add similar ores.
After browsing the Bewitchment repo (https://github.com/Um-Mitternacht/Bewitchment) I see no place where anything gets added to the OreDictionary when things get initialized, so I'd go create an issue over there.