1
0
Fork 0
mirror of https://github.com/sbrl/Minetest-WorldEditAdditions.git synced 2025-03-26 01:54:57 +00:00

Changelog: add note about hollow keyword

This commit is contained in:
VorTechnix 2021-05-17 17:38:42 -07:00 committed by Starbeamrainbowlabs
parent d0fdc62d3d
commit 45d5f74d0a
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -14,7 +14,7 @@ Note to self: See the bottom of this file for the release template text.
- 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
- `//torus`, `//hollowtorus`: Add optional new axes argument
- `//torus`, `//hollowtorus`: Add optional new axes and hollow (for `//torus`) argument
## v1.11: The big data update (25th January 2021)