forked from virt-mirrors/Sit
v1.2.0+1.21.3
This commit is contained in:
parent
22b1d14c32
commit
3e1d2ee496
2 changed files with 32 additions and 6 deletions
36
changelog.md
36
changelog.md
|
@ -1,6 +1,32 @@
|
|||
### b1.2.0.10
|
||||
Help localize the mod to have more languages on release! [Crowdin](https://crowdin.com/project/oth3r-sit)
|
||||
# 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.
|
||||
|
||||
* added Italian, Chinese Traditional, Brazilian Portuguese, & Turkish localizations - Crowdin
|
||||
* fixed being able to sit on the same block as another player
|
||||
* set the sitting block height min and max to `0-1`
|
||||
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
|
||||
|
|
|
@ -10,7 +10,7 @@ yarn_mappings=1.21.3+build.2
|
|||
loader_version=0.16.7
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.2.0.10+1.21.3
|
||||
mod_version=1.2.0+1.21.3
|
||||
maven_group=one.oth3r
|
||||
file_name=sit!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue