Merge branch 'main' into VorTechnix

This commit is contained in:
VorTechnix 2021-07-26 16:36:32 -07:00
commit 9f3bb3a3bb
2 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -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).