Difference between revisions of "How to start contributing"
Jump to navigation
Jump to search
Rubenwardy (talk | contribs) (Add more Lua API links) |
m (List items, reword grammar.) |
||
Line 4: | Line 4: | ||
* '''Learn the API'''. | * '''Learn the API'''. | ||
− | ** [https://github.com/minetest/minetest/blob/master/doc/lua_api.txt API documentation] [http://rubenwardy.com/minetest_modding_book Online Modding Tutorial Book] [http://dev.minetest.net/Intro Intro modding on Wiki]. | + | ** [https://github.com/minetest/minetest/blob/master/doc/lua_api.txt API documentation] |
− | ** With | + | ** [http://rubenwardy.com/minetest_modding_book Online Modding Tutorial Book] |
+ | ** [http://dev.minetest.net/Intro 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. | ||
* [https://forum.minetest.net/viewtopic.php?f=9&t=2434 '''Find ideas''']. | * [https://forum.minetest.net/viewtopic.php?f=9&t=2434 '''Find ideas''']. |
Revision as of 04:33, 9 October 2017
This article is a stub. |
Mod contribution (in Lua)
- Learn the API.
- API documentation
- Online Modding Tutorial Book
- 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 (each word links to a different page) 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.