pedology/settings.lua

9 lines
321 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--[[ Create water drips. This is still an experimental feature
0 = dont use water drips
1 = use entity-based water drips (3D, with sounds, slow)
2 = use particle-based water drips (2D, without sounds, fast) ]]
pedology.USE_DRIPS = 0
-- Minimum light level at which nodes dry out from light
pedology.DRY_LIGHT = 13