Skip to content

Commit

Permalink
Change natural rock floor to concrete (#74795)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell authored Jun 26, 2024
1 parent ad0c03d commit 20bc208
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/mapgen/church.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"//": "Gothic Church",
"weight": 1000,
"object": {
"fill_ter": "t_rock_floor",
"fill_ter": "t_thconc_floor",
"rows": [
"ssssssssssssssssssssssss",
"s WWWWW ss WWWWW s",
Expand Down Expand Up @@ -220,7 +220,7 @@
],
"palettes": [ "church" ],
"terrain": {
",": "t_rock_floor",
",": "t_thconc_floor",
"B": "t_window_stained_blue",
"G": "t_window_stained_green",
"V": "t_window_stained_red",
Expand Down Expand Up @@ -278,8 +278,8 @@
"+": "t_door_locked",
"D": "t_window_domestic",
"B": "t_window_stained_blue",
"_": "t_rock_floor_no_roof",
"U": "t_rock_floor_no_roof",
"_": "t_concrete",
"U": "t_concrete",
"<": "t_stairs_up",
"G": "t_window_stained_green"
},
Expand Down Expand Up @@ -377,7 +377,7 @@
"method": "json",
"om_terrain": "church_roof_1",
"object": {
"fill_ter": "t_rock_floor_no_roof",
"fill_ter": "t_concrete",
"rows": [
" ",
" xxxxx xxxxx ",
Expand Down Expand Up @@ -405,7 +405,7 @@
" "
],
"palettes": [ "roof_palette" ],
"terrain": { "x": "t_rock_wall_half", ".": "t_rock_floor_no_roof" }
"terrain": { "x": "t_rock_wall_half", ".": "t_concrete" }
}
}
]

0 comments on commit 20bc208

Please sign in to comment.