Some tree blocks (WIP)

This commit is contained in:
paulevsGitch 2021-01-16 04:17:30 +03:00
parent f9d765bee8
commit 59167a18f7
14 changed files with 58 additions and 3 deletions

View file

@ -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"),