mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 07:53:22 +02:00
v1.2.1+1.21.3
This commit is contained in:
parent
33271c4aea
commit
58469de16a
2 changed files with 10 additions and 33 deletions
41
changelog.md
41
changelog.md
|
@ -1,32 +1,9 @@
|
|||
# v1.2.0 - The Rewrite!
|
||||
Hey yall, 1.2.0 is here!
|
||||
Not too much to show in the changelog, as most of the changes were under the hood.
|
||||
There is still some work that can be done, but I am happy where the mod is at currently.
|
||||
|
||||
As always, leave suggestions / bugs in the discord or github, and help localize the mod on [Crowdin](https://crowdin.com/project/oth3r-sit)!
|
||||
|
||||
Thank you for playing, and have a good day! - Oth3r 🦦
|
||||
|
||||
### Config
|
||||
brand new config system for a better editing experience
|
||||
* switch to json for all mod configuration
|
||||
* split the config into 2, `server-config` & `sitting-config`
|
||||
* block & item tag selection support
|
||||
* select multiple block ids / tags per sitting height
|
||||
* `sit-while-seated` config entry defaulted to false
|
||||
* added a sitting block blacklist
|
||||
* removed the YACL ModMenu config, as it is incompatible with the new system
|
||||
* added a new custom config UI (full config control still WIP)
|
||||
|
||||
### Dismounting
|
||||
*fixed dismounting sit entities!*
|
||||
* added a new custom dismounting system
|
||||
* dismounts the player in the direction that they are looking in, instead of on top of the block every time
|
||||
|
||||
### QOL
|
||||
*im sure ive missed some things*
|
||||
* interaction blocks now cannot be sat with the hand
|
||||
* mod id is now `sit-oth3r` from `oth3r-sit`
|
||||
* added keybinds
|
||||
* sit toggle command
|
||||
* `/sit` priorities target block over the block below the player
|
||||
# v1.2.1
|
||||
Quick bugfix update. :)
|
||||
### block interaction checker
|
||||
now it actually works (based on config sadly)
|
||||
* added `interaction-blocks` to the server config, any block added to this list will block sitting with the hand
|
||||
### other changes
|
||||
* added refreshes to the config files on startup and reload to write missing parts to disk
|
||||
* bumped the `server-config.json` version
|
||||
* fixed `usable` hand filter not working
|
|
@ -10,7 +10,7 @@ yarn_mappings=1.21.3+build.2
|
|||
loader_version=0.16.7
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.2.0+1.21.3
|
||||
mod_version=1.2.1+1.21.3
|
||||
maven_group=one.oth3r
|
||||
file_name=sit!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue