Mese Tree wächst nicht auf Stein oder Gravel
This commit is contained in:
parent
02bd710832
commit
b11e64dc91
1 changed files with 5 additions and 5 deletions
|
@ -103,20 +103,20 @@ local all_biomes_mese_tree_place_on = {
|
||||||
|
|
||||||
if minetest.get_modpath('default') then
|
if minetest.get_modpath('default') then
|
||||||
table.insert_all(all_biomes_mese_tree_place_on, {
|
table.insert_all(all_biomes_mese_tree_place_on, {
|
||||||
'default:desert_sand',
|
--'default:desert_sand',
|
||||||
'default:dirt',
|
'default:dirt',
|
||||||
'default:dirt_with_coniferous_litter',
|
'diefault:dirt_with_coniferous_litter',
|
||||||
'default:dirt_with_grass',
|
'default:dirt_with_grass',
|
||||||
'default:dirt_with_rainforest_litter',
|
'default:dirt_with_rainforest_litter',
|
||||||
'default:dirt_with_snow',
|
'default:dirt_with_snow',
|
||||||
'default:dry_dirt',
|
'default:dry_dirt',
|
||||||
'default:dry_dirt_with_dry_grass',
|
'default:dry_dirt_with_dry_grass',
|
||||||
'default:gravel',
|
--'default:gravel',
|
||||||
'default:permafrost_with_moss',
|
'default:permafrost_with_moss',
|
||||||
'default:permafrost_with_stones',
|
'default:permafrost_with_stones',
|
||||||
'default:sand',
|
--'default:sand',
|
||||||
'default:silver_sand',
|
'default:silver_sand',
|
||||||
'default:stone'
|
--'default:stone'
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue