mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Merge 213619ba44
into 2f91ec0f73
This commit is contained in:
commit
8f7f19cff5
1 changed files with 1 additions and 2 deletions
|
@ -289,9 +289,8 @@ minetest.register_on_generated(function(minp, maxp, seed)
|
|||
minetest.env:set_node(p,{name="default:dry_shrub"})
|
||||
|
||||
-- If grass, make junglegrass
|
||||
elseif nn == "default:dirt_with_grass" then
|
||||
elseif nn == "default:dirt_with_grass" or nn == "default:jungletree" then
|
||||
minetest.env:set_node(p,{name="default:junglegrass"})
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue