[1.19.2] Deep Worlds / Datapack compatibility issue
LKD-PIX opened this issue ยท 2 comments
As of the engine upgrade by mojang in 1.18 there is the possibilty to deepen your worlds via datapacks.
When doing this your mod is still clamped to -64 +256, not displaying anything above or below.
With extremely deep worlds in my modpack and/or datapack it would be insanely useful to see the actual ore distribution.
Would you consider adding support for this by deriving your clamps from data/minecraft/dimenension_type/overworld.json ?
This is the location where the world depth / height are defined.