mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
Update changelog
This commit is contained in:
parent
4e544c555c
commit
8eaa76c752
1 changed files with 7 additions and 4 deletions
|
@ -11,6 +11,9 @@ Note to self: See the bottom of this file for the release template text.
|
||||||
- Add `//scloud` (_select point cloud_), `//scentre` (_select centre node(s)_), `//srel` (_select relative_) - thanks, @VorTechnix!
|
- Add `//scloud` (_select point cloud_), `//scentre` (_select centre node(s)_), `//srel` (_select relative_) - thanks, @VorTechnix!
|
||||||
- Significantly refactored backend utility functions (more to come in future updates)
|
- Significantly refactored backend utility functions (more to come in future updates)
|
||||||
- `//bonemeal`: Try bonemealing everything that isn't an air block (#49)
|
- `//bonemeal`: Try bonemealing everything that isn't an air block (#49)
|
||||||
|
- Add new universal chance parsing
|
||||||
|
- Any `<chance>` can now either be a 1-in-N number (e.g. `4`, `10`), or a percentage chance (e.g. `50%`, `10%`).
|
||||||
|
- Caveat: Percentages are converted to a 1-in-N chance, but additionally that number is rounded down in some places
|
||||||
|
|
||||||
|
|
||||||
## v1.11: The big data update (25th January 2021)
|
## v1.11: The big data update (25th January 2021)
|
||||||
|
|
Loading…
Reference in a new issue