Skip to content

Commit

Permalink
Replace usage of non-existing overmap terrain ids with existing one.
Browse files Browse the repository at this point in the history
The part of the mapgen that is drawn onto those "air" overmap terrains is empty anyway, it just creates empty air.
  • Loading branch information
BevapDin committed Feb 1, 2020
1 parent aaee578 commit dc55200
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/json/mapgen/farm_dairy.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,21 +477,21 @@
"method": "json",
"om_terrain": [
[
"farm_dairy_twd_second_floor_1",
"farm_dairy_twd_second_floor_2",
"air",
"air",
"farm_dairy_twd_second_floor_3",
"farm_dairy_twd_second_floor_4"
],
[
"farm_dairy_twd_second_floor_5",
"farm_dairy_twd_second_floor_6",
"farm_dairy_twd_second_floor_7",
"farm_dairy_twd_second_floor_8"
"air",
"air"
],
[
"farm_dairy_twd_second_floor_9",
"farm_dairy_twd_second_floor_10",
"farm_dairy_twd_second_floor_11",
"air",
"air",
"air",
"farm_dairy_twd_second_floor_12"
]
],
Expand Down

0 comments on commit dc55200

Please sign in to comment.