Skip to content

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

License

Notifications You must be signed in to change notification settings

OcZi/LiquidConnection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Maven

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>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages