yet another fork update #9

Merged
chmodsayshello merged 760 commits from VoxeLibre/VoxeLibre:master into master 2023-03-26 20:27:31 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 731468cf5a - Show all commits

View File

@ -839,7 +839,9 @@ minetest.register_abm({
nodenames = {bamboo},
interval = 40,
chance = 40,
action = mcl_bamboo.grow_bamboo,
action = function(pos, node)
mcl_bamboo.grow_bamboo(pos, node)
end,
})
-- Base Aliases.