Stalactites
This commit is contained in:
parent
2ac1ec8f5a
commit
7e73d9a31c
39 changed files with 657 additions and 31 deletions
|
@ -25,6 +25,7 @@ public class BlockProperties {
|
|||
public static final IntProperty FULLNESS = IntProperty.of("fullness", 0, 3);
|
||||
public static final IntProperty COLOR = IntProperty.of("color", 0, 7);
|
||||
public static final IntProperty PORTAL = IntProperty.of("portal", 0, EndPortals.getCount());
|
||||
public static final IntProperty SIZE = IntProperty.of("size", 0, 7);
|
||||
|
||||
public static enum TripleShape implements StringIdentifiable {
|
||||
TOP("top"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue