Carpet

Carpet

2M Downloads

`desertShrubs` should also check for waterlogged blocks around saplings

altrisi opened this issue ยท 0 comments

commented

Right now it only checks for blocks that are exactly water, however waterlogged blocks should also be able to prevent saplings from turning into desert shrubs.

if (worldIn.getBlockState(blockpos$mutableblockpos).getMaterial() == Material.WATER)
{
return true;
}