forked from VoxeLibre/VoxeLibre
Add notice about Minetest not supporting capital letters in modnames
This commit is contained in:
parent
da5e703675
commit
f3d16d264c
|
@ -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 New Issue