Fix luminophor block property
This commit is contained in:
parent
f3fbe60ab5
commit
67a4b19b47
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import ru.betterend.blocks.basis.BlockBase;
|
||||||
import ru.betterend.registry.EndBlocks;
|
import ru.betterend.registry.EndBlocks;
|
||||||
|
|
||||||
public class GlowingPillarLuminophorBlock extends BlockBase {
|
public class GlowingPillarLuminophorBlock extends BlockBase {
|
||||||
public static final BooleanProperty NATURAL = BooleanProperty.of("natural");
|
public static final BooleanProperty NATURAL = BlockProperties.NATURAL;
|
||||||
|
|
||||||
public GlowingPillarLuminophorBlock() {
|
public GlowingPillarLuminophorBlock() {
|
||||||
super(FabricBlockSettings.of(Material.LEAVES)
|
super(FabricBlockSettings.of(Material.LEAVES)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue