Go to file
Lemente f78f9d1b19
changed base height level back to 1
2022-03-04 14:49:16 +01:00
LICENSE Initial commit 2018-12-21 15:23:19 +02:00
README.md Update README.md 2022-03-04 01:22:52 +01:00
init.lua changed base height level back to 1 2022-03-04 14:49:16 +01:00
mod.conf Update mod.conf 2018-12-30 21:01:34 +02:00
screenshot_20181221_152042.png initial code+screenshot 2018-12-21 15:24:59 +02:00
screenshot_20181221_152943.png add screenshot 2018-12-21 15:30:07 +02:00
screenshot_20181228_115233.png add screenshot of wierdness 2018-12-28 11:52:51 +02:00

README.md

minetest-tides

About the fork

This fork is a personal experiment to improve the tides mod.

The current version uses a mix of ABMs and LBMs. ABMs for nodes in loaded mapblocks. LBMs to "catch-up" on the tide level when mapblocks are loaded.

Remplaced the height timer by the command /tide . It makes testing much easier and allows any value.

Current goal : differentiate between nodes which have access to "the ocean", and small pools of water which should not be affected by tides.

defining "the ocean"?

  • a mapblock full of water source
  • a column of water source deeper than X
  • a volume of water larger than X
  • a surface of water larger than X

other idea :

  • run tides simulation once, and when an air node is filled from the tops, it means it doesn't have access to the main body of water at that specific tide level. -- create different types of water nodes with a "tide limit"