this post was submitted on 20 Apr 2025
3 points (100.0% liked)
Luanti community
719 readers
4 users here now
Luanti is an infinite-world block sandbox game and a game engine, inspired by Infiniminer, Minecraft and the like.
The community is about the great and open source sandbox game writed in Lua, Luanti.
Feel free to call players for a multiplayer game or publish your project of a mod and everthing related.
Download the game. Check out the wiki.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thank you for the insight! Yes, I am interested in making server-side code.
Since games consist of mods, does this mean that all games (when played on a server) have to send textures for items and blocks to the clients? Presumably the core Luanti doesn't have all the items you would use in your game.
Also: Do VoxeLibre/Mineclonia have an API that makes modding them easier, like a "bed event listener" I can define to control when beds are usable? What I am hoping is that I do not have to do "surgery" on the game code for my modifications.