mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 20:11:06 +01:00
Add notice about Minetest not supporting capital letters in modnames
This commit is contained in:
parent
da5e703675
commit
f3d16d264c
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ optional)
|
||||||
### Code Guidelines
|
### Code Guidelines
|
||||||
* Each mod must provide `mod.conf`.
|
* Each mod must provide `mod.conf`.
|
||||||
* Mod names are snake case, and newly added mods start with `mcl_`, e.g.
|
* Mod names are snake case, and newly added mods start with `mcl_`, e.g.
|
||||||
`mcl_core`, `mcl_farming`, `mcl_monster_eggs`
|
`mcl_core`, `mcl_farming`, `mcl_monster_eggs`. Keep in mind Minetest
|
||||||
|
does not support capital letters in mod names.
|
||||||
* To export functions, store them inside a global table named like the
|
* To export functions, store them inside a global table named like the
|
||||||
mod, e.g.
|
mod, e.g.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue