Fix luminophor block property

This commit is contained in:
paulevsGitch 2021-01-27 04:21:29 +03:00
parent f3fbe60ab5
commit 67a4b19b47

View file

@ -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)