Closed kragnoth closed 5 years ago
My preference has been to do everything I can as late as possible, given that I depend on a variety of other mods that operate at various stages throughout the load period. I could always try to make this change, but my only concern is that it would take me a long time to verify whether any problems have been caused. :/ Give me a bit to look into this one.
NP, found a solution in the code of JAOPCA for my side of things for the pack I'm working on.
Thanks
Oh cool, good to hear. I'll go ahead and close this issue.
Crafttweaker can iterate through all members of an ore dictionary group. However, it seems like the oredictionary is initialized in a stage after CrT runs scripts.
Would it be possible to move the oredict generation of this mod up the pipeline, or is that not possible due to the way blocks are generated?
Thanks