Skip to content

Commit

Permalink
Use group for mushroom spread ABM (#2863)
Browse files Browse the repository at this point in the history
Have mushroom spread abm use group:mushroom to spread not only default red and brown but all defined shrooms.
  • Loading branch information
tenplus1 committed May 8, 2021
1 parent 1c78666 commit 642fde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/flowers/init.lua
Expand Up @@ -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(...)
Expand Down

0 comments on commit 642fde4

Please sign in to comment.