mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-29 22:33:46 +01:00
Fix the trees, https://git.minetest.land/Wuzzy/MineClone2/issues/1031
parent
948265fd6b
commit
b0f151147c
@ -1134,7 +1134,7 @@ minetest.register_lbm({
|
|||||||
name = "mcl_core:lbm_birch",
|
name = "mcl_core:lbm_birch",
|
||||||
nodenames = {"mcl_core:birchsapling"},
|
nodenames = {"mcl_core:birchsapling"},
|
||||||
run_at_every_load = true,
|
run_at_every_load = true,
|
||||||
action = grow_spruce
|
action = grow_birch
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Acacia tree
|
-- Acacia tree
|
||||||
@ -1151,7 +1151,7 @@ minetest.register_lbm({
|
|||||||
name = "mcl_core:lbm_acacia",
|
name = "mcl_core:lbm_acacia",
|
||||||
nodenames = {"mcl_core:acaciasapling"},
|
nodenames = {"mcl_core:acaciasapling"},
|
||||||
run_at_every_load = true,
|
run_at_every_load = true,
|
||||||
action = grow_spruce
|
action = grow_acacia
|
||||||
})
|
})
|
||||||
|
|
||||||
local function leafdecay_particles(pos, node)
|
local function leafdecay_particles(pos, node)
|
||||||
|
Loading…
Reference in New Issue
Block a user