Skip to content

Releases: MineInAbyss/Blocky

v0.9.5

30 Jan 20:57
Compare
Choose a tag to compare
fix: ensure placed location for furniture is air

v0.9.4

30 Jan 15:24
Compare
Choose a tag to compare
fix: unsend all hitboxes when player changes world

v0.9.3

27 Jan 20:42
Compare
Choose a tag to compare
fix: get correct block standing on

v0.9.2

27 Jan 15:03
Compare
Choose a tag to compare
feat: add component to prevent furniture itemstack updating

v0.9.1

26 Jan 15:11
Compare
Choose a tag to compare
fix: unload hitboxes from furniture when player unloads chunk

v0.9.0

22 Jan 19:47
Compare
Choose a tag to compare
chore: bump nms to v1_20_R3

v0.8-SNAPSHOT

22 Jan 10:03
Compare
Choose a tag to compare
v0.8-SNAPSHOT Pre-release
Pre-release

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

21 Jan 17:38
Compare
Choose a tag to compare
fix: packet-listener for collisionHitbox interaction not being regist…

v0.8.21

21 Jan 17:05
Compare
Choose a tag to compare
fix: rotation when using multiple interactionHitboxes

v0.8.20

21 Jan 16:37
Compare
Choose a tag to compare
refactor: remove CollisionHitbox#type & make it a value class