Skip to content

Commit

Permalink
Forgot to remove this, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB440 committed Jul 30, 2024
1 parent 53b6041 commit 0b058c1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1176,10 +1176,6 @@ public enum CollisionData {
}
}, BlockTags.WALL_HANGING_SIGNS.getStates().toArray(new StateType[0])),

HEAVY_CORE((player, version, data, x, y, z) -> {
return new HexCollisionBox(4.0, 0.0, 4.0, 12.0, 8.0, 12.0);
}, StateTypes.HEAVY_CORE),

NONE(NoCollisionBox.INSTANCE, StateTypes.AIR, StateTypes.CAVE_AIR, StateTypes.VOID_AIR, StateTypes.LIGHT),

DEFAULT(new SimpleCollisionBox(0, 0, 0, 1, 1, 1, true), StateTypes.STONE);
Expand Down

0 comments on commit 0b058c1

Please sign in to comment.