Eric Haines

Results 102 comments of Eric Haines

Fun fact: CurseForge hosts over 100,000 mods for Minecraft: https://en.wikipedia.org/wiki/Minecraft_modding#Mod_content

Thanks for your kind words. Yes, in 1.17 beta Mojang allowed higher heights and greater depths, but then removed that functionality for the release. [The page on 1.17](https://minecraft.fandom.com/wiki/Java_Edition_1.17) says "increased...

Aha, I see, there's min_y and height in https://minecraft.fandom.com/wiki/Custom_dimension. Up until today I didn't know data packs even existed! Anyway, interesting feature, but Mineways certainly doesn't support data packs at...

Ugh, looking into this, the min_y and height are stored in "data//dimension_type/.json" - storing it in a JSON file (and I'm not sure which one) is no fun. It means...

Thanks for the research! Hopefully they'll figure this out a bit better for 1.18 and codify min_y and height somewhere else, better. As it is, they changed the data format...

> they changed chunk loading method from square to round What? I'm not sure what that loading method is. And out of curiosity, why would that matter? Anyway, thanks for...

Thanks. And, the more I think about this one, the more I'm not going to try to fix it - the feature seems way too flaky and niche. I hope...

Oh, and the one good thing of note: Mineways 9.01 supports the 1.18 alpha data format (which changed from 1.17). 1.18, as you likely know, supports a height of 384.

I noticed that jmc2obj has "Support for extended height 1.17 worlds" - not sure what all that means, but give it a try: https://github.com/jmc2obj/j-mc-2-obj/releases If you find out it works...

Thanks! I wonder how they do it, i.e., whether they check the JSON or what.