This commit is contained in:
kay27 2021-01-30 05:23:34 +04:00
parent 948265fd6b
commit b0f151147c
1 changed files with 2 additions and 2 deletions

View File

@ -1134,7 +1134,7 @@ minetest.register_lbm({
name = "mcl_core:lbm_birch",
nodenames = {"mcl_core:birchsapling"},
run_at_every_load = true,
action = grow_spruce
action = grow_birch
})
-- Acacia tree
@ -1151,7 +1151,7 @@ minetest.register_lbm({
name = "mcl_core:lbm_acacia",
nodenames = {"mcl_core:acaciasapling"},
run_at_every_load = true,
action = grow_spruce
action = grow_acacia
})
local function leafdecay_particles(pos, node)