This commit is contained in:
YuRaNnNzZZ 2022-09-11 21:22:36 +03:00
parent 30967f0fd2
commit 85e09badcd
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D

View File

@ -89,7 +89,9 @@ public class BlockShapes {
new SimpleCuboid(0d, 0.125d, 0.625d, 1d, 0.3125d, 0.75d), new SimpleCuboid(0d, 0.125d, 0.625d, 1d, 0.3125d, 0.75d),
new SimpleCuboid(0d, 0.125d, 0d, 1d, 0.1875d, 0.0625d), new SimpleCuboid(0d, 0.125d, 0d, 1d, 0.1875d, 0.0625d),
new SimpleCuboid(0d, 0.875d, 0d, 1d, 0.9375d, 0.0625d), new SimpleCuboid(0d, 0.875d, 0d, 1d, 0.9375d, 0.0625d),
new SimpleCuboid(0d, 0.875d, 0.75d, 1d, 1d, 1d) new SimpleCuboid(0d, 0.875d, 0.75d, 1d, 1d, 1d),
new SimpleCuboid(0.125d, 0.125d, 0.90625d, 0.875d, 0.875d, 0.96875d),
new SimpleCuboid(0.125d, 0.95d, 0.4375d, 0.875d, 0.9875d, 0.75d)
); );
public static final BlockShape MATTER_REPLICATOR = new BlockShape( public static final BlockShape MATTER_REPLICATOR = new BlockShape(