469
Introducing Our New Name | Minetest rebrands to Luanti
(blog.minetest.net)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I played some minetest and then looked at Minecraft. Is minecraft really limited to -64 +256??? I read it a couple of times but still can't believe it. Ho can a game with °mine° in its name be so limited? More like Buildcraft Imo.
I believe, they increased it a little while ago, so it's actually -64 to +320 now.
But yeah, I don't think anyone's actually happy about the limited world height. It's so limited, because of the way Minecraft works on a technical level. It loads the map in chunks, which are just massive pillars, reaching from the bottom of the world all the way to the sky, across the whole 384 blocks.
As a result, if they increase the world height, they increase how many blocks have to be loaded at once, which increases the lag.
Luanti doesn't have this problem, because it uses cubic chunks instead.