Difference between revisions of "How to start contributing"
Jump to navigation
Jump to search
(Add rough code area image) |
(rename Minetest to Luanti) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
* '''Learn the API'''. | * '''Learn the API'''. | ||
− | ** [ | + | ** [[Lua API Documentation]] |
− | |||
** [http://dev.minetest.net/Intro Intro modding on Wiki]. | ** [http://dev.minetest.net/Intro Intro modding on Wiki]. | ||
− | ** With these, you can make mods for | + | ** With these, you can make mods for Luanti. Interesting mods - or fixes to the default mods - may eventually get merged upstream. |
* [https://forum.minetest.net/viewtopic.php?f=9&t=2434 '''Find ideas''']. | * [https://forum.minetest.net/viewtopic.php?f=9&t=2434 '''Find ideas''']. | ||
Line 14: | Line 13: | ||
== Core development (in C++) == | == Core development (in C++) == | ||
− | * '''[[Engine | + | * '''[[Engine|Learn about the engine]]'''. |
− | ** These pages | + | ** These pages explain how the engine works, how it structures data and how it is released. |
* [https://github.com/minetest/minetest/issues?state=open '''Issues''']. | * [https://github.com/minetest/minetest/issues?state=open '''Issues''']. |
Latest revision as of 22:32, 22 October 2024
This article is a stub. |
Mod contribution (in Lua)
- Learn the API.
- Lua API Documentation
- Intro modding on Wiki.
- With these, you can make mods for Luanti. Interesting mods - or fixes to the default mods - may eventually get merged upstream.
- Find ideas.
- The forum above contains mod requests and ideas.
Core development (in C++)
- Learn about the engine.
- These pages explain how the engine works, how it structures data and how it is released.
- Issues.
- This is where you can report bugs or suggest improvements. Be aware that we have a lot of feature requests already.