An open API service indexing awesome lists of open source software.

https://github.com/oczi/liquidconnection

A Minecraft Library to check connections of liquids with A* Pathfinding.
https://github.com/oczi/liquidconnection

java-8 minecraft pathfinding

Last synced: 5 months ago
JSON representation

A Minecraft Library to check connections of liquids with A* Pathfinding.

Awesome Lists containing this project

README

          

# LiquidConnection
A Minecraft library to check if two blocks of liquid is connected using A* Pathfinding algorithm.

# Example
A LiquidConnection implementation can be found in the [Example module](Example).

# Maven
Repository
```xml

unnamed-snapshots
https://repo.unnamed.team/repository/unnamed-snapshots/

```

Dependency
```xml

me.oczi
LiquidConnection-Core
0.6-SNAPSHOT

```