Skip to content

Commit

Permalink
Redstone Wire Comment Styling
Browse files Browse the repository at this point in the history
Co-authored-by: ManInMyVan <[email protected]>
  • Loading branch information
Axionize and ManInMyVan authored Oct 3, 2024
1 parent 1e244ed commit 5bc0f06
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/java/ac/grim/grimac/utils/collisions/HitboxData.java
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,9 @@ public enum HitboxData {
}, StateTypes.COCOA),


REDSTONE_WIRE((player, item, version, data, x, y, z) ->
// Easier to just use no collision box
// Redstone wire is very complex with its collision shapes and has many de-syncs
NoCollisionBox.INSTANCE,
StateTypes.REDSTONE_WIRE),
// Easier to just use no collision box
// Redstone wire is very complex with its collision shapes and has many de-syncs
REDSTONE_WIRE(NoCollisionBox.INSTANCE, StateTypes.REDSTONE_WIRE),

SWEET_BERRY((player, item, version, data, x, y, z) -> {
if (data.getAge() == 0) {
Expand Down

0 comments on commit 5bc0f06

Please sign in to comment.