Skip to content

Commit 24dda55

Browse files
Update helm hitbox
1 parent 6df930b commit 24dda55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/main/kotlin/org/valkyrienskies/eureka/block/ShipHelmBlock.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ import org.valkyrienskies.mod.common.getShipManagingPos
3535
import org.valkyrienskies.mod.common.getShipObjectManagingPos
3636

3737
class ShipHelmBlock(properties: Properties, val woodType: WoodType) : BaseEntityBlock(properties) {
38-
val HELM_BASE = RotShapes.box(1.0, 0.0, 1.0, 15.0, 1.0, 15.0)
39-
val HELM_POLE = RotShapes.box(4.0, 1.0, 7.0, 12.0, 12.0, 13.0)
38+
val HELM_BASE = RotShapes.box(2.0, 0.0, 2.0, 14.0, 2.0, 14.0)
39+
val HELM_POLE = RotShapes.box(4.0, 2.0, 5.0, 12.0, 13.0, 13.0)
4040

4141
val HELM_SHAPE = DirectionalShape(RotShapes.or(HELM_BASE, HELM_POLE))
4242

0 commit comments

Comments
 (0)