Update changelog

This commit is contained in:
Starbeamrainbowlabs 2021-05-11 22:32:09 +01:00
parent 4e544c555c
commit 8eaa76c752
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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!
- Significantly refactored backend utility functions (more to come in future updates)
- `//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)