this post was submitted on 16 Jun 2023
62 points (100.0% liked)
Free and Open Source Software
17911 readers
73 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I believe minetest is made in Lua, and it does not need restart to apply mods. Minetest is FOSS, does not has all the UI and graphic enhancements of Minecraft, but it runs in very old machines, is lightweight (maybe 100 mb or less), it has a lot of people playing everyday (more than 200, big servers usually receive less than 64 players), has a lot of modding community...
Minetest is mostly implemented in C++, but its mods and game content (which are also just mods) are implemented in Lua.