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 0 additions and 4 deletions
Showing only changes of commit a6def5e9bb - Show all commits

View File

@ -158,10 +158,6 @@ global table named like the mod.
the table directly.
* Use modern Minetest API
* Use tabs for indentation (rather than spaces)
* Even if it improves performance, it is discouraged to localize
variables at the beggining of files, since if another mod overrides some
of the functions / variables you localized, you will still have a
reference to the old function.
### Changes to Gameplay
Pull Requests that change gameplay have to be properly researched and