MattDahEpic / AutoOreDictConvert

converts ores in your inventory automatically
MIT License
6 stars 4 forks source link

Mod converting tin to nickel, nickel to tin #26

Closed BonaireDreams closed 2 years ago

BonaireDreams commented 2 years ago

Forge 40.1.20 Auto Ore Dict 1.18.2-14.0.1 Thermal Exp 1.18.2-1.6.0.8 Thermal Found 1.18.2-1.6.0.20 Immersive Engineering 1.18.2-8.0.1-147

I wanted all ingots to convert to Thermal. I used /odc add while holding Thermal tin. All the Immersive tin AND nickel in my inventory converted to Thermal tin. The same happened when trying to set Thermal nickel as the default. The tin converted to nickel. The Immersive Engineering Silver I had in my hand did not get converted. I have not tried with other ingots to see if this happens with others as well.

image

MattDahEpic commented 2 years ago

This is likely because of the ae2:metal_ingots tag. If you run /odc remove ae2:metal_ingots does the issue resolve? If so, I'll add it to the default ignored tags list so it won't happen in the future.

BonaireDreams commented 2 years ago

I thought of that.when I pasted the screenshot and looked at it more closely. Already had game shut down and had to run out. Will test that tonight when I get home and report results.

BonaireDreams commented 2 years ago

That worked. Removing the ae2:metal_ingots no longer converts all ingots to the same one.

BonaireDreams commented 2 years ago

Found another generic tag that was converting my gold nuggets to Nickel nuggets when I went to set nickel nuggets to Thermal. forge:nuggets image Both lines were added when I did "/odc add " while holding a thermal nickel nugget Once I removed the forge:nuggets only nickel nuggets convert.

MattDahEpic commented 2 years ago

I've made a release that adds both the forge:nuggets and ae2:metal_ingots tags to the list to be ignored by default. IT is version 18.0.2 and should be available on CurseForge and Modrinth shortly. Thank you for reporting!

BonaireDreams commented 2 years ago

Thanks for the quick fix! Much appreciated!