holo sigh hitbox

This commit is contained in:
YuRaNnNzZZ 2025-02-18 03:40:52 +03:00
parent 2779c33d10
commit 39f72adb9e
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D

View File

@ -635,16 +635,16 @@ public class BlockShapes {
public static final BlockShape HOLO_SIGN = new BlockShape(
new SimpleCuboid(0d, 0d, 0.875d, 1d, 1d, 1d),
new SimpleCuboid(0.0625d, 0.0625d, 0.8125d, 0.9375d, 0.9375d, 0.875d),
new SimpleCuboid(0d, 0d, 0.625d, 1d, 1d, 0.8125d),
new SimpleCuboid(0.875d, 0.3125d, 0.5625d, 1d, 0.6875d, 0.625d),
new SimpleCuboid(0d, 0.3125d, 0.5625d, 0.125d, 0.6875d, 0.625d),
new SimpleCuboid(0.0625d, 0.875d, 0.625d, 0.125d, 0.9375d, 0.625d),
new SimpleCuboid(0.0625d, 0.0625d, 0.625d, 0.125d, 0.125d, 0.625d),
new SimpleCuboid(0.875d, 0.0625d, 0.625d, 0.9375d, 0.125d, 0.625d),
new SimpleCuboid(0.875d, 0.875d, 0.625d, 0.9375d, 0.9375d, 0.625d),
new SimpleCuboid(0.875d, 0.375d, 0.5625d, 0.875d, 0.625d, 0.625d),
new SimpleCuboid(0.125d, 0.375d, 0.5625d, 0.125d, 0.625d, 0.625d)
new SimpleCuboid(0.8125d, 0.8125d, 0.874375d, 0.875d, 0.875d, 0.874375d),
new SimpleCuboid(0.125d, 0.8125d, 0.874375d, 0.1875d, 0.875d, 0.874375d),
new SimpleCuboid(0.125d, 0.125d, 0.874375d, 0.1875d, 0.1875d, 0.874375d),
new SimpleCuboid(0.8125d, 0.125d, 0.874375d, 0.875d, 0.1875d, 0.874375d),
new SimpleCuboid(0d, 0d, 0.875d, 1d, 1d, 0.8125d),
new SimpleCuboid(0d, 0d, 0.8125d, 1d, 1d, 0.875d),
new SimpleCuboid(0.3125d, 0.03125d, 0.825d, 0.6875d, 0.09375d, 0.8875d),
new SimpleCuboid(0.3125d, 0.90625d, 0.825d, 0.6875d, 0.96875d, 0.8875d),
new SimpleCuboid(0.375d, 0.09375d, 0.825d, 0.625d, 0.09375d, 0.8875d),
new SimpleCuboid(0.375d, 0.90625d, 0.825d, 0.625d, 0.90625d, 0.8875d)
);
public static final BlockShape COBBLESTONE_GENERATOR = new BlockShape(