Add missing planks
This commit is contained in:
parent
24e5854d8c
commit
6fb9c51fde
86 changed files with 1728 additions and 14 deletions
|
@ -141,7 +141,10 @@ public class TVBlock extends HorizontalFacingBlock implements BlockEntityProvide
|
|||
}
|
||||
|
||||
static {
|
||||
SHAPE = new Shapes.HorizontalShapeLegacy(List.of(List.of(0.0, 0.0, 2.0, 16.0, 13.0, 13.0), List.of(6.0, 13.0, 7.0, 10.0, 13.5, 9.0)));
|
||||
SHAPE = new Shapes.HorizontalShapeLegacy(List.of(
|
||||
List.of(0.0, 0.0, 2.0, 16.0, 13.0, 13.0),
|
||||
List.of(6.0, 13.0, 7.0, 10.0, 13.5, 9.0),
|
||||
List.of(3.0, 2.0, 13.0, 13.0, 9.0, 15.0)));
|
||||
ON = RedstoneTorchBlock.LIT;
|
||||
WATERLOGGED = Properties.WATERLOGGED;
|
||||
BROKEN = Properties.CRACKED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue