Immersive Weathering [FORGE]

Immersive Weathering [FORGE]

6M Downloads

Coral plants only grow where there is coral around them

AstralOrdana opened this issue ยท 0 comments

commented

replace this line
if (WeatheringHelper.hasEnoughBlocksAround(pos, 2, world, b -> b.is(ModTags.CORALS), 6)) {

with this (added ! to beginning)
if (!WeatheringHelper.hasEnoughBlocksAround(pos, 2, world, b -> b.is(ModTags.CORALS), 6)) {