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