PersonTheCat / OreStoneVariants

A powerful utility for generating new blocks when given a foreground and background.
GNU General Public License v3.0
7 stars 8 forks source link

Crafttweaker support of oredictionary and this mod #55

Closed kragnoth closed 5 years ago

kragnoth commented 5 years ago

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

PersonTheCat commented 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.

kragnoth commented 5 years ago

NP, found a solution in the code of JAOPCA for my side of things for the pack I'm working on.

Thanks

PersonTheCat commented 5 years ago

Oh cool, good to hear. I'll go ahead and close this issue.