fixed comma + changelog

This commit is contained in:
BigKhan 2024-01-31 18:27:38 +00:00
parent 7aa9955e98
commit 9c57a37a58
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- A way for servers to specify must-accept rules for players
- A flag argument type for commands
- The ability to turn lamp-like sprites on and off
- Added Autumn Forests, Cherry Blossom Forests, and Maple Trees.
### Changed

View File

@ -31,7 +31,7 @@
Chestnut: [(start: (30, 80, 0), end: (50, 120, 0))],
Baobab: [(start: (50, 100, 40), end: (50, 90, 0))],
MapleLeaves: [(start: (103, 32, 21), end: (131, 24, 26)), (start: (96, 30, 44), end: (92, 9, 46))],
CherryLeaves: [(start: (210, 109, 116), end: (217, 102, 102)), (start: (191, 128, 151), end: (206, 113, 123))]
CherryLeaves: [(start: (210, 109, 116), end: (217, 102, 102)), (start: (191, 128, 151), end: (206, 113, 123))],
AutumnLeaves: [(start: (198, 87, 24), end: (184, 57, 15)), (start: (230, 151, 27), end: (213, 130, 20)), (start: (131, 23, 31), end: (115, 5, 31))],
)