mirror of
https://repo.or.cz/minetest_pedology.git
synced 2024-12-29 11:20:17 +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
|