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.
- Host: GitHub
- URL: https://github.com/oczi/liquidconnection
- Owner: OcZi
- License: mit
- Created: 2020-10-09T07:06:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T05:53:25.000Z (over 5 years ago)
- Last Synced: 2023-07-14T07:37:44.947Z (almost 3 years ago)
- Topics: java-8, minecraft, pathfinding
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```