holo sigh hitbox
This commit is contained in:
parent
2779c33d10
commit
39f72adb9e
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user