Fixes, lib update
This commit is contained in:
parent
09f5cd60fa
commit
40cadfcacf
6 changed files with 42 additions and 16 deletions
|
@ -20,7 +20,6 @@ public class BlockProperties {
|
|||
public static final BooleanProperty NATURAL = BooleanProperty.create("natural");
|
||||
public static final BooleanProperty ACTIVE = BooleanProperty.create("active");
|
||||
public static final BooleanProperty SMALL = BooleanProperty.create("small");
|
||||
public static final BooleanProperty ROOTS = BooleanProperty.create("roots");
|
||||
|
||||
public static final IntegerProperty DESTRUCTION_LONG = IntegerProperty.create("destruction", 0, 8);
|
||||
public static final IntegerProperty DESTRUCTION = IntegerProperty.create("destruction", 0, 2);
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
package ru.betterend.blocks;
|
||||
|
||||
import net.minecraft.world.level.block.state.properties.BooleanProperty;
|
||||
|
||||
public class VanillaBlockProperties {
|
||||
public static final BooleanProperty ROOTS = BooleanProperty.create("roots");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue