Skip to content

Commit

Permalink
Fix modeling sculk vein hitbox and make SyncedTags compile on Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Axionize committed Dec 27, 2024
1 parent 71d524a commit b939ba5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public enum HitboxData {
} else { // ViaVersion just replaces this with... nothing
return NoCollisionBox.INSTANCE;
}
}, StateTypes.GLOW_LICHEN, StateTypes.SCULK_CATALYST),
}, StateTypes.GLOW_LICHEN, StateTypes.SCULK_VEIN),

SPORE_BLOSSOM((player, item, version, data, x, y, z) -> {
if (version.isNewerThan(ClientVersion.V_1_16_4)) {
Expand Down

0 comments on commit b939ba5

Please sign in to comment.