Releases: MineInAbyss/Blocky
Releases · MineInAbyss/Blocky
v0.9.5
fix: ensure placed location for furniture is air
v0.9.4
fix: unsend all hitboxes when player changes world
v0.9.3
fix: get correct block standing on
v0.9.2
feat: add component to prevent furniture itemstack updating
v0.9.1
fix: unload hitboxes from furniture when player unloads chunk
v0.9.0
chore: bump nms to v1_20_R3
v0.8-SNAPSHOT
Features
- furniture outline for interactionHitbox (#81) #81 (Boy0000)
- multi-interaction entity for furniture (Boy)
- track & update furniture itemstacks (Boy)
- add more FurnitureProperties (Boy)
Bug Fixes
- placable_on issues (Boy)
- collisionHitbox groundRotate order (Boy)
- rotation when using multiple interactionHitboxes (Boy)
- packet-listener for collisionHitbox interaction not being registered (Boy)
- use GearyEntityAddToWorld to add hitboxes (Boy)
- furniture listener not registering without ModelEngine enabled (Boy)
- BlockySeat functionality (Boy)
- ensure furniture is tracked before adding prefabs (Boy)
Code Refactoring
- minor code cleanup (Boy)
- code cleanup (Boy)
- remove CollisionHitbox#type & make it a value class (Boy)
- supply clickedRelativePosition in BlockyFurnitureInteractEvent over nullable block (Boy)
Commits
- 3641290: Bump geary to 0.29 (Danielle Voznyy)
v0.8.22
fix: packet-listener for collisionHitbox interaction not being regist…
v0.8.21
fix: rotation when using multiple interactionHitboxes
v0.8.20
refactor: remove CollisionHitbox#type & make it a value class