mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 00:21:07 +01:00
Fix azalea tree trunk under ground
This commit is contained in:
parent
984b394865
commit
7b8a9a6fc8
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ function mcl_lush_caves.makeazalea(pos,def,pr)
|
|||
end
|
||||
end
|
||||
end
|
||||
minetest.place_schematic(vector.offset(surface_pos,-3,0,-3),modpath.."/schematics/azalea1.mts","random",nil,nil,"place_center_x place_center_z")
|
||||
minetest.set_node(surface_pos,{name="mcl_lush_caves:rooted_dirt"})
|
||||
minetest.place_schematic(vector.offset(surface_pos,-3,1,-3),modpath.."/schematics/azalea1.mts","random",nil,nil,"place_center_x place_center_z")
|
||||
minetest.log("action","[mcl_lush_caves] Azalea generated at "..minetest.pos_to_string(surface_pos))
|
||||
return true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue