Skip to content

Commit

Permalink
Edited buoy hitbox again
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Dec 20, 2024
1 parent a71e02d commit 7f1bd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/hybridlabs/aquatic/block/BuoyBlock.kt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ open class BuoyBlock(settings: Settings): Block(settings), BlockEntityProvider,
val FACING: DirectionProperty = HorizontalFacingBlock.FACING

private val CUBE_SHAPE: VoxelShape = createCuboidShape(0.5, 3.0, 0.5, 15.5, 16.0, 15.5)
private val POLE_SHAPE: VoxelShape = createCuboidShape(4.0, 0.0, 3.0, 12.0, 2.0, 13.0)
private val POLE_SHAPE: VoxelShape = createCuboidShape(4.0, 16.0, 6.0, 12.0, 48.0, 10.0)

private val SHAPE: VoxelShape = VoxelShapes.union(CUBE_SHAPE, POLE_SHAPE)
private val COLLISION_SHAPE: VoxelShape = VoxelShapes.union(CUBE_SHAPE, POLE_SHAPE)
Expand Down

0 comments on commit 7f1bd58

Please sign in to comment.