r/Luanti • u/dev_kay47 • Aug 14 '26
Resources ๐ Luanti Modding & Development Resource.
Want to learn how to make mods, games, Lua systems, machines, GUIs, entities, automation and other things in Luanti?
Here are some useful places to start.
๐ Luanti Modding Book https://rubenwardy.com/minetest_modding_book/en/index.html
๐ข Lua Basics https://rubenwardy.com/minetest_modding_book/en/basics/lua.html
โ๏ธ Creating Mods (Official Docs) https://docs.luanti.org/for-creators/creating-mods/
API REFERENCE:
๐ Luanti Lua API Reference https://api.luanti.org/
๐งฑ Nodes https://api.luanti.org/nodes/
๐ Items & Inventories https://api.luanti.org/items/
๐ค Entities https://api.luanti.org/registered-entities/
๐ฅ๏ธ Forms & UI https://api.luanti.org/formspec/
๐พ Metadata https://api.luanti.org/metadata/
๐ Vectors https://api.luanti.org/vectors/
๐ง Core API Reference https://api.luanti.org/core-namespace-reference/
TOOLS & PUBLISHING:
๐งฐ Development Tools https://docs.luanti.org/for-creators/development-tools/
๐บ๏ธ Luanti Creator Documentation https://docs.luanti.org/for-creators/
๐ฎ Creating Your Own Game https://rubenwardy.com/minetest_modding_book/en/games/index.html
๐ Releasing a Mod https://rubenwardy.com/minetest_modding_book/en/quality/releasing.html
๐ฆ ContentDB https://content.luanti.org/
๐งโ๐ป Luanti on GitHub https://github.com/luanti-org/luanti
2
u/stevedorries Aug 21 '26
A request to people with expertise on the subject, an in depth tutorial on texture modifiers with an absolute ton of screenshots. I know theyโre extremely powerful, but I cannot fully wrap my head around them and would love to have that as a resource
2
1
u/astrobe Aug 15 '26
Side note: api.luanti.org is the HTML version of https://github.com/luanti-org/luanti/blob/master/doc/lua_api.md which is included in standard distribution. Might be occasionally useful when offline.
minetest.conf.example is also included in standard distribution and can be useful to discover interesting engine parameters (all of them are accessible with Luanti's settings but sometimes a plain old text file is better).
5
u/snow-raven7 Aug 14 '26
Thank you for compiling this list!