r/Luanti 17d ago

News Luanti 5.16.1 released!

Thumbnail
blog.luanti.org
28 Upvotes

r/Luanti Aug 21 '25

The Future of this Sub

30 Upvotes

This subreddit was locked for too long. All moderators were listed as inactive, and no posts existed or were allowed. And with that, I reached out to the reddit Gods and acquired the subreddit.

I realize this subreddit was probably locked based on some internal agreement between old mods, however, if not me, this would have been taken by someone else. I have not taken this sub merely for amusement, I already mod two much larger subs, I have taken over this subreddit purely out of passion for the Luanti project.

I have nothing against the old mods, in fact the mods from r/minetest are welcome to message me and have their mods position back. However, I am not willing to make this sub locked again. We all need to get over the name change. I hate bulkanization and changes are hard, but here we are.

Briefly, my main ideas for this subreddit are:

  1. Add many default bots and setup sane configs.
  2. Integrate the already existing discord server or create a dedicated official Discord server just for subreddit purposes.
  3. Work closely with developers to facilitate sharing new annoucements and news.
  4. Find other passionate mods for this subreddit.

I will start to implement these changes in the coming weeks. Feel free to post your suggestions.


r/Luanti 11h ago

Tip: strip images from GLTF models with jq

6 Upvotes

Been ignoring these warnings for a while and finally got around to doing something about them:

WARNING[Main]: Irrlicht: example.gltf: embedded images are not supported

Root cause: https://docs.luanti.org/for-creators/warnings/#gltf

The docs say to use gltfutil to resolve, which is not available in my system's repositories. But jq is. To fix with jq:

file=example.gltf
jq -c 'del(.images)|del(.textures[].source)' "$file" > "$file.new" && mv "$file.new" "$file"

(This is Linux/BASH syntax, I don't know windows)

If you use git and can arrange to have the above command run against all your GLTF files with a build command like e.g. make models, then you can add the following to a pre-commit hook to ensure that images are always stripped from GLTF files whenever a GLTF file is committed to the repository. Just make sure to replace make models with whatever command you set up to process all your GLTF files.

if git diff --cached --name-status | grep -q "^[AM].*gltf"; then
    echo "Updating GLTF files..."
    make models
    git diff --cached --name-status | grep "^[AM].*gltf" | while read M file; do
        git add "$file"
    done
fi

Or if using git with no build tool, I guess you could do something like this, I have not tested this code but maybe it works:

git diff --cached --name-status | grep "^[AM].*gltf" | while read M file; do
    echo "Updating GLTF file: $file"
    jq -c 'del(.images)|del(.textures[].source)' "$file" > "$file.new" && mv "$file.new" "$file"
    git add "$file"
done

r/Luanti 2d ago

Promotion Season V on eom.dev

Thumbnail
discourse.eom.dev
5 Upvotes

r/Luanti 3d ago

Discussion Can Luanti have an "Update detail section"?

6 Upvotes

For the past few months of playing Luanti, I've never seen a section, or a place where we can see any update changes (like bug fixes, or new stuff), same goes on ContentDB (unless there is one in each mods on GitHub)

(​Basically updating without knowing any changes, and hoping for a bug fix.)

  • I would suggest if we can have a section for "Update Details" in Luanti, similar to the ones in App stores.

What do you think?

(Previous post was a mess, and a bit long, so here's a fixed version...)

Edit: Not only for "Games", but also for "Mods", and "Textures". Luanti app itself do provide update details/changelog


r/Luanti 5d ago

please tell me some servers which are popular these days

13 Upvotes

hi there(*´∀`*) I'm here because now I'm bored with play alone

and actually I'm quite new at luanti so it would be helpful if you could tell me how can I join the server


r/Luanti 5d ago

World Showcase When someone decided to make a giant cube in an amazing 📐angle

Enable HLS to view with audio, or disable this notification

14 Upvotes

r/Luanti 5d ago

a simple tool to convert 2D pixel art into 3D low poly / voxel models

Thumbnail
github.com
6 Upvotes

r/Luanti 6d ago

can crates be modified to allow selected blocks to be crated and deployed like crates do?

8 Upvotes

I think this might be the cleanest way to have creations exported and imported.

It uses less cpu than placing files and is easily transferable.


r/Luanti 8d ago

World Showcase Train station built in Luanti ( minetest) isn't it gorgeous?!

Enable HLS to view with audio, or disable this notification

32 Upvotes

Build natively for r/Luanti showcase


r/Luanti 10d ago

Mod Showcase How the hell was this pulled off !!

Thumbnail
gallery
24 Upvotes

I couldn't keep my eyes off... 😍Wow


r/Luanti 13d ago

Mod Showcase A modern residential build in Luanti (minetest)

Enable HLS to view with audio, or disable this notification

31 Upvotes

The meridian house video preview.

Built natively for r/Luanti Community showcase


r/Luanti 14d ago

is it possible to copy things between worlds?

9 Upvotes

i tried with WorldEdit and it didn't seem to work.

If this is possible then we can share complicated builds


r/Luanti 14d ago

viselike-proper.gl.at.ply.gg:3120 is up

5 Upvotes

e,as of 930 am eastern yes it is active and ill keep it running all today! :) It is a new dreambuilder world with some extra mods like tnt, glider, unified inventory and i think a few others.

post what mods to add, I can have the world file hosted or shared so whatever is created on it can be implemented somewhere else. (it isnt possible to copy between worlds?)

maybe r/luanti can have a weekly new world with different features to sort of showcase.


r/Luanti 17d ago

A new Survival Server - my personal ideas

3 Upvotes

Hey, since I've played on a lot of survival servers already, and most of them unfortunately had some features that, in my opinion, made them not really feel like proper survival servers, I thought I'd put together a short list of what I think a decent survival server should offer.

Here's the list:

  • Must have the /sethome command, preferably with the option for a second home.
  • Must have /tpr.
  • Should include some good building mods.
  • Must have mobs.
  • Must have decent walking animations.
  • If the server has money drops or trading, it should prevent item duplication so grinding is actually worth it.
  • Must have protection/areas (protectors).
  • Should not have TechAge or any other machines that make grinding easier.
  • PvP on/off settings.
  • Factions would be nice, but no must

There are a few more things I could add, but first I want to explain my intention and motivation.

I've seen several new servers pop up recently that are supposed to be survival servers, but they all seem to be missing some pretty important features. Because of that, it just doesn't feel worth investing time into them or building something long-term.

Most of these servers have a decent player base, but you often see poor moderation, griefing, and frustrated players losing everything they've collected because there are no protected chests or similar systems. Other servers are so laggy that they're barely enjoyable, or the player animations just look awkward.

So if anyone plans to launch a new server in the future, I think these suggestions could really help improve the overall quality. It might even be better if people who want to host a server teamed up and hosted one good server together instead of two servers that both only work halfway well.

Best regards!


r/Luanti 17d ago

Mod Showcase A modern residential build in Luanti (minetest)

Post image
7 Upvotes

100% done the meridian house, interiors next.

Give me a 👏 if you like what you see!!👀👀👀

Built natively for the r/Luanti Community showcase.


r/Luanti 17d ago

A new Survival Server - my personal ideas

7 Upvotes

Hey, since I've played on a lot of survival servers already, and most of them unfortunately had some features that, in my opinion, made them not really feel like proper survival servers, I thought I'd put together a short list of what I think a decent survival server should offer.

Here's the list:

  • Must have the /sethome command, preferably with the option for a second home.
  • Must have /tpr.
  • Should include some good building mods.
  • Must have mobs.
  • Must have decent walking animations.
  • If the server has money drops or trading, it should prevent item duplication so grinding is actually worth it.
  • Must have protection/areas (protectors).
  • Should not have TechAge or any other machines that make grinding easier.
  • PvP on/off settings.
  • Factions would be nice, but no must

There are a few more things I could add, but first I want to explain my intention and motivation.

I've seen several new servers pop up recently that are supposed to be survival servers, but they all seem to be missing some pretty important features. Because of that, it just doesn't feel worth investing time into them or building something long-term.

Most of these servers have a decent player base, but you often see poor moderation, griefing, and frustrated players losing everything they've collected because there are no protected chests or similar systems. Other servers are so laggy that they're barely enjoyable, or the player animations just look awkward.

So if anyone plans to launch a new server in the future, I think these suggestions could really help improve the overall quality. It might even be better if people who want to host a server teamed up and hosted one good server together instead of two servers that both only work halfway well.

Best regards!


r/Luanti 19d ago

Discussion How I invite my friends in my world in online friends?

5 Upvotes

Answer


r/Luanti 19d ago

Mod Showcase A modern residential build in Luanti (minetest)

Post image
24 Upvotes

70% there. windows and framing coming together, interior's next.

if you've got thoughts on what should go in that empty lot next to it, or just want to see more of nexora, drop a comment .....genuinely curious what people want to see built next in this city😉

Built natively for the r/Luanti Community showcase.


r/Luanti 20d ago

Mod Showcase A modern residential build in Luanti (minetest)

Post image
15 Upvotes

Built natively for the r/Luanti Community showcase.


r/Luanti 21d ago

Mod Showcase Nexora Chronicles, A Luanti (Minetest) City Building Series

Post image
18 Upvotes

Starting a devlog series documenting the build of Nexora City in Luanti (formerly known as Minetest)


r/Luanti 22d ago

Mi partida de esta semana a Mineclonia (audio en español) - 30/6/2026

Thumbnail
youtu.be
15 Upvotes

Hola comunidad, os comparto mi partida de esta semana a Mineclonia (audio en español) donde salimos de la gran cueva para volver a casa y recogemos algunos materiales en el camino.

Ya en casa, plantamos zanahorias y las hacemos crecer con polvo de hueso. También plantamos semillas de sandías. Creamos herramientas nuevas con el hierro que hemos obtenido y creamos dos cofres más para organizar mejor los objetos.

Finalmente decoramos con bloques de musgo y bayas luminosas la fachada de nuestra casa y nos hacemos una armadura completa de hierro.


r/Luanti 27d ago

Screenshot Still in WIP

Thumbnail gallery
12 Upvotes

r/Luanti 28d ago

Exile v0.4.0 released!

23 Upvotes

Announcing the release of Exile v0.4.0!

Trailer: https://www.youtube.com/watch?v=72m45MbtgcY

This is a major milestone release, resulting from about three years worth of work in our development branch. The game has been extended, polished, fixed, and some parts have been rebuilt from the ground up. It should be a much more polished and stable experience than ever before.

Changelog:

  • Widespread seasonal changes and effects, applied out to draw distance
  • A tutorial to introduce new players to the game
  • Many new biomes, trees, and plants
  • More complex plant growth and soil tracking
  • More intelligent animals, including the new Chichasa bird
  • Harsh weather can be exhausting to travel in
  • Dramatic new lava effects and behavior
  • New food recipes including breads, vinegar, and more
  • New crafting system based off rubenwardy's crafting mod
  • Crafting "spots" replaced with surface requirements or placed tools
  • More in-world construction and materials
  • Fewer bottlenecks in the crafting tech tree
  • Chairs to let you rest while sitting upright
  • New spawn system designed for Exile's specific needs
  • Three-button control scheme to reduce accidental clicks
  • Player settings and UI themes

And lots more besides!

We suggest creating a new map. Existing maps will work, but will have to be scanned into the new system, and will still lack a couple of (mostly cosmetic) things. Instructions to perform the scan are included.9

For mod authors: We have renamed the minimal mod to prevent collisions with other games and mods, our version is now called exile_game. A minimal mod is located in the utilities folder, and can be installed to provide compatibility for mods that aren't updated.

Get the new release from the content browser, or download it at : https://content.minetest.net/packages/Mantar/exile/


r/Luanti 28d ago

Your best Luanti mods

Thumbnail
7 Upvotes