mirror of
https://repo.or.cz/minetest_pedology.git
synced 2024-12-28 19:00:18 +01:00
6 lines
212 B
Lua
6 lines
212 B
Lua
-- Create water drips. Warning: This feature is experimental and there are performance issues with it.
|
|
pedology.USE_DRIPS = false
|
|
|
|
-- Minimum light level at which nodes dry out from light
|
|
pedology.DRY_LIGHT = 13
|