this post was submitted on 13 Oct 2024
456 points (98.9% liked)

Linux

47723 readers
1084 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 2 days ago (2 children)

I find the increased world height much more important. Luanti can generate actual mountains, and caves where you'll want to bring ladders for your descent.
It was the first time, I felt like it made sense to build minecarts and intermediate mining bases, because the ores reach far deeper.

[–] [email protected] 4 points 2 days ago

That’s a really interesting point. Neat!

[–] [email protected] 4 points 2 days ago (1 children)

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.

[–] [email protected] 13 points 2 days ago* (last edited 2 days ago)

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.