master #12

Merged
NO11 merged 149 commits from VoxeLibre/VoxeLibre:master into master 2021-11-12 22:46:33 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 47fbb0c176 - Show all commits

View File

@ -160,6 +160,7 @@ issue.
### Code Guidelines
* Each mod must provide `mod.conf`.
* Mod names are snake case, and newly added mods start with `mcl_`
* Each mod which add API functions should store functions inside a
global table named like the mod.
* Public functions should not use self references but rather just access
@ -167,6 +168,7 @@ the table directly.
* Use modern Minetest API
* Tabs should be used for indent, spaces for alignment
* Use double quotes for strings
* Use snake_case rather than CamelCase
### Changes to Gameplay
Pull Requests that change gameplay have to be properly researched and