mirror of
https://github.com/mt-mods/moretrees.git
synced 2025-07-01 07:30:43 +02:00
Désactive génération de moretrees au profit de celle de nalc
Ajoute la terre méditérranéenne comme terrain de spawn
This commit is contained in:
@ -6,6 +6,9 @@
|
||||
local dirt_surfaces = {
|
||||
set = true,
|
||||
["default:dirt"] = true,
|
||||
["default:dirt_with_snow"] = true,
|
||||
["default:dry_dirt"] = true,
|
||||
["default:dry_dirt_with_dry_grass"] = true,
|
||||
["default:dirt_with_grass"] = true,
|
||||
["default:dirt_with_dry_grass"] = true,
|
||||
["default:dirt_with_coniferous_litter"] = true,
|
||||
@ -13,7 +16,8 @@ local dirt_surfaces = {
|
||||
["woodsoils:dirt_with_leaves_1"] = true,
|
||||
["woodsoils:dirt_with_leaves_2"] = true,
|
||||
["woodsoils:grass_with_leaves_1"] = true,
|
||||
["woodsoils:grass_with_leaves_2"] = true
|
||||
["woodsoils:grass_with_leaves_2"] = true,
|
||||
["meditteranean_biome:dirt_with_mediterranean_grass"] = true
|
||||
}
|
||||
|
||||
local conifer_surfaces = {
|
||||
@ -27,7 +31,8 @@ local conifer_surfaces = {
|
||||
["woodsoils:dirt_with_leaves_2"] = true,
|
||||
["woodsoils:grass_with_leaves_1"] = true,
|
||||
["woodsoils:grass_with_leaves_2"] = true,
|
||||
["default:dirt_with_snow"] = true
|
||||
["default:dirt_with_snow"] = true,
|
||||
["meditteranean_biome:dirt_with_mediterranean_grass"] = true
|
||||
}
|
||||
|
||||
local sand_surfaces = {
|
||||
|
Reference in New Issue
Block a user