TehNut-Mods / MoreChisels

Extra chisels to chisel things with.
Other
6 stars 7 forks source link

gem registered with zzzzzcustomconfigs don't get recognised by gem detection system #29

Closed RCXcrafter closed 9 years ago

RCXcrafter commented 9 years ago

I have added a gem to my modpack and I was using zzzzzcustomconfigs to add it to the oredictionary (because minetweaker adds everything when a world is opened and that's way too late for this kind of stuff). however your gem detection system doesn't pick it up when I try to make a chisel for it. I made sure that gem chisels are working with other gems.

TehNut commented 9 years ago

Initial guess is that I am checking for gems before yours are being registered. Still.

RCXcrafter commented 9 years ago

Would a log file be useful to you? If yes, here you go: https://gist.github.com/RCXcrafter/dbca0d11c33128248075 I registered clay as gemClay and added this line to the gem list: Clay:4700:#FF00CE

TehNut commented 9 years ago

No, what I mean is that zzzzzzzzzzzzzzzzConfigs purposely registers everything AFTER everybody else. I check and register gem chisels in the init stage. Since zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzConfigs comes later in the load order, anything done in the init stage on their end comes too late.

Looking through their Github, they are definitely registering things too late for me to interact with.