mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Mushroom spread uses groups
Have mushroom spread abm use group:mushroom to spread not only default red and brown but all defined shrooms.
This commit is contained in:
parent
42baede13f
commit
5bc5d7007f
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ end
|
|||
|
||||
minetest.register_abm({
|
||||
label = "Mushroom spread",
|
||||
nodenames = {"flowers:mushroom_brown", "flowers:mushroom_red"},
|
||||
nodenames = {"group:mushroom"},
|
||||
interval = 11,
|
||||
chance = 150,
|
||||
action = function(...)
|
||||
|
|
Loading…
Add table
Reference in a new issue