mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-02 20:10:04 -04:00
Merge 8f7b17b906
into 450543f782
This commit is contained in:
commit
684adefe33
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ minetest.register_abm({
|
|||
neighbors = {"air", "group:liquid"},
|
||||
-- A low interval and a high inverse chance spreads the load
|
||||
interval = 2,
|
||||
chance = 5,
|
||||
chance = 10,
|
||||
|
||||
action = function(p0, node, _, _)
|
||||
--print("leafdecay ABM at "..p0.x..", "..p0.y..", "..p0.z..")")
|
||||
|
|
Loading…
Add table
Reference in a new issue