Skip to content

Commit 642fde4

Browse files
authored
Use group for mushroom spread ABM (#2863)
Have mushroom spread abm use group:mushroom to spread not only default red and brown but all defined shrooms.
1 parent 1c78666 commit 642fde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/flowers/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ end
248248

249249
minetest.register_abm({
250250
label = "Mushroom spread",
251-
nodenames = {"flowers:mushroom_brown", "flowers:mushroom_red"},
251+
nodenames = {"group:mushroom"},
252252
interval = 11,
253253
chance = 150,
254254
action = function(...)

0 commit comments

Comments
 (0)