MysticMods / Roots

Home of the Roots Minecraft Mod
GNU Lesser General Public License v3.0
44 stars 33 forks source link

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

Closed SeriousCreeper closed 3 years ago

SeriousCreeper commented 3 years ago

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