A Luanti mod that adds physics to liquids
Go to file
2025-01-05 18:11:50 +01:00
api.lua Initial Release 2025-01-05 18:11:50 +01:00
init.lua Initial Release 2025-01-05 18:11:50 +01:00
LICENSE Initial Release 2025-01-05 18:11:50 +01:00
mod.conf Initial Release 2025-01-05 18:11:50 +01:00
physics.lua Initial Release 2025-01-05 18:11:50 +01:00
README.md Initial Release 2025-01-05 18:11:50 +01:00

Liquid Physics

This Luanti mod adds physics to liquids.

This mod is in early alpha.

What NOT to expect

  • Proper water equalization and water pressure
  • Removing weeds and other wall mounted items
  • Interaction of different liquid types, e.g. lava and water
  • Ability to scoop up liquids with a level below 8
  • Interaction with pistons or pipes
  • Swimming in liquids less than 8 levels high
  • Perfect performance
  • Integration with any other mods
  • A smooth liquid surface
  • Viscosity for different liquid types

What to expect

  • Water leveling for flat surfaces
  • Settling water
  • Multi-level liquids from 1 to 8
  • Draining all oceans in a jiffy

API

  • Other developers may chose to support this mod by using the API.
--Example for the default water
liquid_physics.register_liquid("default", "water_source", "water_flowing")

Note: the API is not complete and may function may not be available, such as regulating the liquid level