mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-26 00:53:00 +00:00
Merge branch 'main' into VorTechnix
This commit is contained in:
commit
9f3bb3a3bb
2 changed files with 4 additions and 2 deletions
|
@ -100,7 +100,7 @@ WorldEditAdditions provides a number of *meta commands*. Such commands don't do
|
|||
|
||||
- [`//subdivide`](/Reference#subdivide): split a region into chunks, and execute the command once for each chunk
|
||||
- [`//many`](/Reference#many): Execute a command multiple times
|
||||
- [`//multi`](/!node_modules, !_sitemulti): Execute multiple commands in sequence
|
||||
- [`//multi`](/Reference#multi): Execute multiple commands in sequence
|
||||
|
||||
Of course, this isn't an exhaustive list - check the [reference](/Reference) for a full list.
|
||||
|
||||
|
|
|
@ -138,7 +138,9 @@ As far as I can tell, the saplings provided by the [`moretrees` mod](https://con
|
|||
## Contributing
|
||||
Contributions are welcome! Please state in your pull request(s) that you release your contribution under the _Mozilla Public License 2.0_.
|
||||
|
||||
Please also make sure that the logic for every new command has it's own file. For example, the logic for `//floodfill` goes in `worldeditadditions/floodfill.lua`, the logic for `//overlay` goes in `worldeditadditions/overlay.lua`, etc.
|
||||
Please also make sure that the logic for every new command has it's own file. For example, the logic for `//floodfill` goes in `worldeditadditions/floodfill.lua`, the logic for `//overlay` goes in `worldeditadditions/overlay.lua`, etc. More contributing help can be found in [the contributing guide](./Contributing.md)
|
||||
|
||||
For more information check out [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||
|
||||
For more information check out [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||
|
||||
|
|
Loading…
Reference in a new issue