This commit is contained in:
parent
30967f0fd2
commit
85e09badcd
@ -89,7 +89,9 @@ public class BlockShapes {
|
||||
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.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(
|
||||
|
Loading…
Reference in New Issue
Block a user