Lanceleaf feature rebalance & missing textures
This commit is contained in:
parent
0a7ee02b44
commit
3cbf575b87
3 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,7 @@ import ru.betterend.registry.EndBlocks;
|
|||
|
||||
public class LanceleafFeature extends ScatterFeature {
|
||||
public LanceleafFeature() {
|
||||
super(5);
|
||||
super(7);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -22,4 +22,9 @@ public class LanceleafFeature extends ScatterFeature {
|
|||
BlockPlantWithAge seed = ((BlockPlantWithAge) EndBlocks.LANCELEAF_SEED);
|
||||
seed.growAdult(world, random, blockPos);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getChance() {
|
||||
return 5;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue