- Fix changes that broke 1.8 support.
- Note that grasses can still cause falses in 1.8 due to a packetevents bug. Waiting for the fix to be merged. https://github.com/retrooper/packetevents/pull/1053
- Fix potential scaffolding false
THIS VERSION HAS NOT BEEN TESTED ON 1.8 AND MAY BREAK 1.8 SUPPORT FOR LOSP
- Enable place checks against scaffolding - extensively tested, please report any bugs
- Fix scaffolding for pre-1.14 players (via replacement is hay bale)
- Fix Cauldron Hitboxes
- Move Spore Blossom, Frogspawn, and Sculk Vein/Glow Lichen box from Collision -> Hitbox (it has no collision)
- Fix Sculk Vein hitboxes
- Make Sculk Vein and Glow Lichen for pre-1.17 players (via translates as air which is no collision)
- Make Fix Spore BLossom hitbox for pre-1.17 players (via translates as Peony hitbox which is full block)
- Make Decorated Pot hitbox for pre-1.19.4 players (via translates as Brick block which is obviously full block)
- Fix Sculk Shrieker hitbox for all versions and collision box for pre 1.18.2
- Fix Frogspawn hitbox for pre-1.19
- Fix Sniffer eggs for pre-1.20
- Fix Pitcher crop for pre-1.20
- Fix Weeping Vines + Weeping Vines Plant modeled wrong
- Fix Weeping + Twisted Vines + Weeping + Twisted Vine Plants for pre 1.16 players (via replacement is 4 sided vine)
- Fixed interactions on inside of Cauldron, Hopper, Composter, and (not used but implemented) Scaffolding
- Removed unneeded NoCollision Collision data
- Fixed Pink Petals Hitbox + Collision Boxes
- Update upstream
- Fix dead coral falses on line of sight checks
Update Upstream
Reloading rework, allows you to have per player configurations & other things, doesn't cover every option yet
Re-adds support for Java 8. Java 8 support will be kept alive for as long as possible even as upstream removes it.
- Improved performance
- Fixed BadPacketsZ false
- Fixed MultiPlace false
- Fixed Improper attribute calculations
- Fixed Incorrect Modeling of Hitbox and Collision Boxes
- Added New Interact/Reach checks. No more hitting players or placing blocks through walls.
- Reach, Place, and Interact checks now over 2x faster