Some tree blocks (WIP)

This commit is contained in:
paulevsGitch 2021-01-16 04:17:30 +03:00
parent f9d765bee8
commit 59167a18f7
14 changed files with 58 additions and 3 deletions

View file

@ -30,7 +30,7 @@ import ru.betterend.registry.EndBlocks;
import ru.betterend.util.MHelper;
public class HelixTreeLeavesBlock extends BaseBlock implements IColorProvider {
public static final IntProperty COLOR = IntProperty.of("color", 0, 7);
public static final IntProperty COLOR = BlockProperties.COLOR;
private static final OpenSimplexNoise NOISE = new OpenSimplexNoise(0);
public HelixTreeLeavesBlock() {