Difference between revisions of "How to start contributing"
Jump to navigation
Jump to search
(→Mod contribution (in Lua): Update links) |
Rubenwardy (talk | contribs) |
||
Line 13: | 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''']. |
Revision as of 16:48, 21 August 2022
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 Minetest. 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.