kyeiti / UndergroundBiomesConstructs

Underground Biomes Constructs for Minecraft 1.12.2
Other
5 stars 3 forks source link

Question regarding Custom Ore Generation #32

Open Dulciphi opened 6 years ago

Dulciphi commented 6 years ago

Hi. I tried running COG and UBC and found that none of the generated ores were UBified. UBify ores was definitely checked in the config. It seemed as though COG was loading later than UBC in the different stages of chunk generation.

Is this a known issue or something that is capable of being addressed?

I seem to remember there being a config option in previous versions of UBC that would force it to run as late as possible. Is it possible to get an option like that back?

2018-07-15_02 10 20

LemADEC commented 6 years ago

CoG used to explicity call UB redoOres() after its generation on 1.7.10. As such, even if you regenerated the ores, it would still be ubified. There's probably an API incompatibility here.