[Fixed] Blue vine seeds won't grow naturally (#147)

This commit is contained in:
Frank 2023-02-12 14:48:57 +01:00
parent 5e0491d034
commit 6b69224eba

View file

@ -16,7 +16,7 @@ import net.minecraft.world.level.block.state.BlockState;
public class BlueVineSeedBlock extends EndPlantWithAgeBlock { public class BlueVineSeedBlock extends EndPlantWithAgeBlock {
public BlueVineSeedBlock() { public BlueVineSeedBlock() {
super(basePlantSettings().offsetType(BlockBehaviour.OffsetType.NONE)); super(basePlantSettings().offsetType(BlockBehaviour.OffsetType.NONE).randomTicks());
} }
@Override @Override