From 0738608811094e9623b2e8c5a35b5ec7e6547962 Mon Sep 17 00:00:00 2001 From: Oth3r Date: Sat, 28 Sep 2024 17:55:13 -0500 Subject: [PATCH] fix default block sitting heights --- src/main/java/one/oth3r/sit/utl/Utl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/one/oth3r/sit/utl/Utl.java b/src/main/java/one/oth3r/sit/utl/Utl.java index 51126b1..bd4de9a 100644 --- a/src/main/java/one/oth3r/sit/utl/Utl.java +++ b/src/main/java/one/oth3r/sit/utl/Utl.java @@ -94,8 +94,8 @@ public class Utl { } } - public static final double HALF_BLOCK = 0.49; - public static final double CARPET = 0.05; + public static final double HALF_BLOCK = 0.5; + public static final double CARPET = 0.062; /** * checks if the provided itemstack is a valid one for the provided filter