Roots

Roots

24M Downloads

[3.1.0] Change isAdjacentToWater method to use the fluid specified in config

SeriousCreeper opened this issue ยท 0 comments

commented

Currently the Overgrowth ritual checks uses the isAdjacentToWater method to determine if the block is next to water and should get turned into mossy stone.

Since i'm using "swamp_water" as my main fluid, i currently can't use the ritual to turn betweenlands cragrock to mossy cragrock when it's next to swamp water.

https://github.com/MysticMods/Roots/blob/release/3.1.0/src/main/java/epicsquid/roots/util/RitualUtil.java#L87