changelog

This commit is contained in:
Oth3r 2025-02-14 11:59:13 -06:00
commit 39fc860cce

View file

@ -1,9 +1,15 @@
# v1.2.1 # v1.2.2
Quick bugfix update. :) more configuration!
### block interaction checker ### height-difference-limit
now it actually works (based on config sadly) new server config for y difference limit for sitting
* added `interaction-blocks` to the server config, any block added to this list will block sitting with the hand
### other changes limit how far above or below a block can compared to a player be to sit!
* added refreshes to the config files on startup and reload to write missing parts to disk
* bumped the `server-config.json` version **default**: 1 block above and below the player's y
* fixed `usable` hand filter not working
### fixes / changelog:
* fixed interaction-blocks not getting copied correctly when updating the file
* fixed actionbar text for toggling sitting ablity not displaying correctly
* added `height-difference-limit` `server-config` option
* added German localization (de_de)
* added Simplified Chinese localization (zh_ch)