minetest_pedology/settings.lua

9 lines
321 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

--[[ 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