master #5

Merged
epCode merged 255 commits from VoxeLibre/VoxeLibre:master into master 2021-02-02 23:20:01 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit b0f151147c - Show all commits

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)