changelog: fix header size :(

[ci skip]
This commit is contained in:
Dylan K. Taylor 2023-07-01 12:23:19 +01:00
parent 41281db6a5
commit b78c18ad2d
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -46,7 +46,7 @@ Released 1st July 2023.
- Added documentation for the `$clickVector` parameter of `Block->onInteract()` to specify that it is relative to the block's position.
- Added missing `@required` tag for `BlockStateUpgradeSchemaModelBlockRemap->newState`.
### Fixes
## Fixes
- Fixed blue candles not appearing in the creative inventory.
- Fixed server crash when block-picking candle cakes.
- `World->useItemOn()` now ensures that the `$clickVector` components are always in the range of 0-1. Previously, any invalid values were accepted, potentially leading to a crash.