Terasology-Archived / SimpleLiquids

Simple propagation algorithms for liquids.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about

This module adds a simple propagation algorithm for liquids (e.g., water) to the game.

Each water block is treated as an infinite water source. The propagation is triggered whenever a new water block is placed or a block neighboring a liquid is destroyed. The water will propagate downwards until it hits solid ground, then it will spread out to the sides.

license

This module is licensed under the Apache 2.0 License.

About

Simple propagation algorithms for liquids.

License:Apache License 2.0


Languages

Language:Java 100.0%