Metal Chests

Metal Chests

3M Downloads

Recipe bug when trying to customise upgrade path

angelnc1989 opened this issue ยท 4 comments

commented

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

image

Environment

  • OS: Windows 10
  • Full Forge version: 14.23.5.2838
  • Mod version: 4.9.2
commented

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.

commented

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.

commented

Bewitchments Silver Ingot is definitly registered as ingotSilver

commented

Try using v4.9.5. In my test environment everything works perfectly.

image