DoctorWiggles / GrimoireOfGaia

Segregated Griomoire of Gaia forking and testing wonderland
Other
8 stars 0 forks source link

[Feature Request] Config option to toggle specific nugget drops #7

Closed drewbit closed 7 years ago

drewbit commented 7 years ago

Minecraft adds its own gold nuggets and a lot of mods add iron nuggets as well. It would be nice if I could toggle those off in the GoG config.

DoctorWiggles commented 7 years ago

Okay so I messed around with it a bit and I've set it up so that the Gaia mobs will drop nuggets and shards from other mods before resorting to dropping Gaia's versions.

I've rolled out the changes in version 1.4.6 as seen in bc9f83d

Let me know if that's working out how you had in mind.

For now though the redundant shards are still registered and will show up in creative tabs - they just won't drop from the mobs themselves as long as there are viable alternatives loaded in the game.

drewbit commented 7 years ago

Works perfectly, thanks a lot!

drewbit commented 7 years ago

Er, I think if multiple types of nugget exists then it just picks one at random and drops it.

For example I have Embers and Immersive Engineering installed, sometimes I'm getting iron nuggets from Embers, sometimes from IE. Unsure if this is even on your end though, maybe I did something dumb.

DoctorWiggles commented 7 years ago

It's setup to scan the ore dictionary and use the first registered nugget it finds for each type.

So as long as you're using the same mods, they -should- register their ores in the same order every time. But if you add another mod or change them, then the new mods might register theirs first, changing the order and which one it finds first. If you've been testing out the feature and changing out mods every time then that should be what's gong on.

However if the order is getting changed every time you load up the game again with the same exact mods or in the middle of gameplay then I'll have to take a look into what's messing up there :^)

drewbit commented 7 years ago

Sorry for the late reply. I'm pretty sure I'm just blind, everything appears to be working perfect. Thanks!