[Fixed] Blue vine seeds won't grow naturally (#147)
This commit is contained in:
parent
5e0491d034
commit
6b69224eba
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import net.minecraft.world.level.block.state.BlockState;
|
|||
|
||||
public class BlueVineSeedBlock extends EndPlantWithAgeBlock {
|
||||
public BlueVineSeedBlock() {
|
||||
super(basePlantSettings().offsetType(BlockBehaviour.OffsetType.NONE));
|
||||
super(basePlantSettings().offsetType(BlockBehaviour.OffsetType.NONE).randomTicks());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue