Silk moth nest generation

This commit is contained in:
paulevsGitch 2021-01-15 18:07:55 +03:00
parent 04c1fc3528
commit e80c146727
15 changed files with 145 additions and 11 deletions

View file

@ -15,6 +15,7 @@ public class BlockProperties {
public static final BooleanProperty ACTIVE = BooleanProperty.of("active");
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 enum TripleShape implements StringIdentifiable {
TOP("top"),