Added
sitting.should_center
option that controls if seats should be placed in the center of a block
Changed
- Seats trying to find safe to dismount position
- Seats checks for entity collisions too (like boats), when
sitting.behaviour
isDiscard
Fixed
- Option descriptions didn't show up in configuration menu (Mod Menu, YACL)
Changed
- Better(?) config migrations
- Asynchronous config update packet handler
- Packed with Shadow and Proguard Gradle plugins
sitting.apply_gravity
andsitting.allow_in_air
had a little conflict and were replaced withsitting.behaviour
.sitting.behaviour
can have three values:nothing
: does nothingdiscard
: discards seats if they don't have any supporting block underneath themgravity
: applies movement to seats, e.g. gravity, getting pushed by pistons, fluids