A Minecraft library to check if two blocks of liquid is connected using A* Pathfinding algorithm.
A LiquidConnection implementation can be found in the Example module.
Repository
<repository>
<id>unnamed-snapshots</id>
<url>https://repo.unnamed.team/repository/unnamed-snapshots/</url>
</repository>
Dependency
<dependency>
<groupId>me.oczi</groupId>
<artifactId>LiquidConnection-Core</artifactId>
<version>0.6-SNAPSHOT</version>
</dependency>