Big Reactors

Big Reactors

11M Downloads

[Request] Register yellurium ingot and yellorite ore with same suffix on the ore dictionary

buttilda opened this issue ยท 7 comments

commented

I have a mod called AOBD which adds the possibility to process any ores it finds in many other mods such as IC2, Thaumcraft, Mekanism and etc...
The way it does it is by finding any ores that have a matching ingot (oreCopper and ingotCopper for example) then automatically generating the dusts and whatnot and adding the appropriate recipes.

What happens with your mod (and many users have asked me about this) is that since you register oreYellorite and ingotYellorium, AOBD doesn't pick it up and therefore doesn't add the recipes to allow it to be processed by other mods.

To help AOBD with this issue you could register them as oreYellorite and ingotYellorite or oreYellorium and ingotYellorium.
Or maybe just keep it all as it is and just register it with a common third name (oreUranium and ingotUranium maybe?)

Thank you for your time :3

commented

Couldn't a check for that be added to AOBD?

commented

Yup, I only didn't do it in fear that this was done on purpose (as in, to stop other mods from processing Yellorite for balance issues) and because I didn't know which one to use (yellorium, yellorite, uranium or something else)

commented

No, it's not meant to screw up other mods; I assigned the oredict names such that they'd match up with the player-visible names.

Would your system work if I simply added "oreYellorium" to the list of oredict names given to Yellorite Ore?

commented

Yes that would work perfectly :)

commented

This will be in the next release. No current ETA.

commented

Thanks a lot :)

commented

This is in 0.4.0rc11, released just now.