Removed property
This commit is contained in:
parent
4427700b7a
commit
4230fb7e6c
1 changed files with 0 additions and 2 deletions
|
@ -16,11 +16,9 @@ import net.minecraft.world.level.block.Blocks;
|
|||
import net.minecraft.world.level.block.Mirror;
|
||||
import net.minecraft.world.level.block.Rotation;
|
||||
import net.minecraft.world.level.block.state.BlockState;
|
||||
import net.minecraft.world.level.block.state.properties.BooleanProperty;
|
||||
import net.minecraft.world.level.block.state.properties.Property;
|
||||
|
||||
public class BlocksHelper {
|
||||
public static final BooleanProperty ROOTS = BooleanProperty.create("roots");
|
||||
private static final Map<Block, Integer> COLOR_BY_BLOCK = Maps.newHashMap();
|
||||
|
||||
public static final int FLAG_UPDATE_BLOCK = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue