forked from VoxeLibre/VoxeLibre
Uproot mushroom when in bright area
This commit is contained in:
parent
fca5520d63
commit
4ec051a0a4
|
@ -125,7 +125,7 @@ minetest.register_abm({
|
|||
chance = 50,
|
||||
action = function(pos, node)
|
||||
if minetest.get_node_light(pos, nil) > 12 then
|
||||
minetest.remove_node(pos)
|
||||
minetest.dig_node(pos)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue