Some tree blocks (WIP)
This commit is contained in:
parent
f9d765bee8
commit
59167a18f7
14 changed files with 58 additions and 3 deletions
|
@ -16,6 +16,7 @@ public class BlockProperties {
|
|||
public static final IntProperty ROTATION = IntProperty.of("rotation", 0, 3);
|
||||
public static final BooleanProperty NATURAL = BooleanProperty.of("natural");
|
||||
public static final IntProperty FULLNESS = IntProperty.of("fullness", 0, 3);
|
||||
public static final IntProperty COLOR = IntProperty.of("color", 0, 7);
|
||||
|
||||
public static enum TripleShape implements StringIdentifiable {
|
||||
TOP("top"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue