Shadow berry

This commit is contained in:
paulevsGitch 2020-11-03 23:19:46 +03:00
parent 29a594fd10
commit 5c9eda39f2
24 changed files with 321 additions and 10 deletions

View file

@ -15,7 +15,7 @@ import ru.betterend.util.MHelper;
public class BlockBlueVineSeed extends BlockPlantWithAge {
@Override
public void grow(StructureWorldAccess world, Random random, BlockPos pos) {
public void growAdult(StructureWorldAccess world, Random random, BlockPos pos) {
int height = MHelper.randRange(2, 5, random);
int h = BlocksHelper.upRay(world, pos, height + 2);
if (h < height + 1) {