Skip to content

Commit

Permalink
Merge identical maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Jan 2, 2025
1 parent d6bc8f8 commit 8a96401
Showing 1 changed file with 4 additions and 38 deletions.
42 changes: 4 additions & 38 deletions data/mods/desert_region/mapgen/earth.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,13 +308,15 @@
{
"type": "mapgen",
"method": "json",
"om_terrain": "canyon_edge_ground",
"//": "z0 omts, actual mapgen is done by nests in the z-2 versions",
"om_terrain": [ "canyon_edge_ground", "canyon_corner_ground", "canyon_2way_ground", "canyon_3way_ground" ],
"object": { "fallback_predecessor_mapgen": "field" }
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "canyon_edge",
"//": "z-1 omts, actual mapgen is done by nests in the z-2 versions",
"om_terrain": [ "canyon_edge", "canyon_corner", "canyon_2way", "canyon_3way" ],
"object": { "predecessor_mapgen": "open_air" }
},
{
Expand Down Expand Up @@ -489,18 +491,6 @@
"terrain": { "#": "t_null", " ": "t_open_air" }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "canyon_corner_ground",
"object": { "fallback_predecessor_mapgen": "field" }
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "canyon_corner",
"object": { "predecessor_mapgen": "open_air" }
},
{
"type": "mapgen",
"method": "json",
Expand Down Expand Up @@ -673,18 +663,6 @@
"terrain": { "#": "t_null", " ": "t_open_air" }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "canyon_2way_ground",
"object": { "fallback_predecessor_mapgen": "field" }
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "canyon_2way",
"object": { "predecessor_mapgen": "open_air" }
},
{
"type": "mapgen",
"method": "json",
Expand Down Expand Up @@ -857,18 +835,6 @@
"terrain": { "#": "t_null", " ": "t_open_air" }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "canyon_3way_ground",
"object": { "fallback_predecessor_mapgen": "field" }
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "canyon_3way",
"object": { "predecessor_mapgen": "open_air" }
},
{
"type": "mapgen",
"method": "json",
Expand Down

0 comments on commit 8a96401

Please sign in to comment.