mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-21 23:13:00 +00:00
Add tiny note to contributing
This commit is contained in:
parent
4368f74e30
commit
523fa856e0
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ Name | Description
|
||||||
|
|
||||||
Additionally, every command should be implemented in its own file. This helps keep things organised and files short.
|
Additionally, every command should be implemented in its own file. This helps keep things organised and files short.
|
||||||
|
|
||||||
|
Don't forget to update `init.lua` to `dofile()` the new file(s) you create in each submod :-)
|
||||||
|
|
||||||
|
|
||||||
## Guidelines
|
## Guidelines
|
||||||
When actually implementing stuff, here are a few guidelines that I recommend to summarise everything:
|
When actually implementing stuff, here are a few guidelines that I recommend to summarise everything:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue