mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-03 06:26:00 -04:00
fix: Make toy shark hitbox accurate to model
This commit is contained in:
parent
b83f53eebb
commit
7296d48b25
@ -21,9 +21,14 @@ public class CuddlyBlock extends HorizontalFacingBlock {
|
||||
SHARK_SHAPES = VoxelEmitter.union(
|
||||
// BASE
|
||||
VoxelEmitter.ofBlock(
|
||||
8 - 2, 0, 0,
|
||||
8 - 2, 0, 1,
|
||||
8 + 2, 4, 9
|
||||
),
|
||||
// FACE
|
||||
VoxelEmitter.ofBlock(
|
||||
8 - 2, 1, 0,
|
||||
8 + 2, 4, 1
|
||||
),
|
||||
// MID
|
||||
VoxelEmitter.ofBlock(
|
||||
8 - 1.5, 0.5, 9,
|
||||
|
Loading…
x
Reference in New Issue
Block a user