We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1475c1b commit 297546aCopy full SHA for 297546a
doc/lua_api.txt
@@ -3664,7 +3664,7 @@ Definition tables
3664
^ Don't forget to use "leveled" type nodebox. ]]
3665
liquid_range = 8, -- number of flowing nodes around source (max. 8)
3666
drowning = 0, -- Player will take this amount of damage if no bubbles are left
3667
- light_source = 0, -- Amount of light emitted by node
+ light_source = 0, -- Amount of light emitted by node (max. 14)
3668
damage_per_second = 0, -- If player is inside node, this damage is caused
3669
node_box = {type="regular"}, -- See "Node boxes"
3670
connects_to = nodenames, --[[
0 commit comments