Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
8ee04c52b0
Commit
c5dbed177a
@ -136,7 +136,7 @@ public class BlockBoundingBox {
|
||||
Slab bottomSlab = (Slab) Material.END_STONE_BRICK_SLAB.createBlockData();
|
||||
bottomSlab.setType(Slab.Type.BOTTOM);
|
||||
addPixel(bottomSlab, 0, 0, 0, 16, 8, 16);
|
||||
|
||||
|
||||
Slab topSlab = (Slab) Material.END_STONE_BRICK_SLAB.createBlockData();
|
||||
topSlab.setType(Slab.Type.TOP);
|
||||
addPixel(topSlab, 0, 8, 0, 16, 8, 16);
|
||||
@ -255,9 +255,9 @@ public class BlockBoundingBox {
|
||||
ceilingLantern.setHanging(true);
|
||||
addPixel(ceilingLantern, 5, 1, 5, 6, 15, 6);
|
||||
|
||||
addPixel(Material.END_STONE_BRICK_WALL.createBlockData(),4, 0, 4, 8, 24, 8);
|
||||
addPixel(Material.END_STONE_BRICK_WALL.createBlockData(), 4, 0, 4, 8, 24, 8);
|
||||
|
||||
addPixel(Material.NETHER_BRICK_FENCE.createBlockData(),6, 0, 6, 4, 24, 4);
|
||||
addPixel(Material.NETHER_BRICK_FENCE.createBlockData(), 6, 0, 6, 4, 24, 4);
|
||||
|
||||
addPixel(Material.IRON_BARS.createBlockData(), 7, 0, 7, 2, 16, 2);
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren