Some tree blocks (WIP)
This commit is contained in:
parent
f9d765bee8
commit
59167a18f7
14 changed files with 58 additions and 3 deletions
|
@ -32,7 +32,7 @@ import ru.betterend.registry.EndBlocks;
|
|||
import ru.betterend.util.MHelper;
|
||||
|
||||
public class UmbrellaTreeMembraneBlock extends SlimeBlock implements IRenderTypeable, BlockPatterned {
|
||||
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 UmbrellaTreeMembraneBlock() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue