Aeternium anvil

This commit is contained in:
paulevsGitch 2021-02-12 12:26:05 +03:00
parent 2403907b0d
commit dec0c7df51
17 changed files with 146 additions and 8 deletions

View file

@ -16,6 +16,7 @@ public class BlockProperties {
public static final BooleanProperty NATURAL = BooleanProperty.of("natural");
public static final BooleanProperty ACTIVE = BooleanProperty.of("active");
public static final IntProperty DESTRUCTION_LONG = IntProperty.of("destruction", 0, 8);
public static final IntProperty DESTRUCTION = IntProperty.of("destruction", 0, 2);
public static final IntProperty ROTATION = IntProperty.of("rotation", 0, 3);
public static final IntProperty FULLNESS = IntProperty.of("fullness", 0, 3);