Skip to content

Commit

Permalink
fix: small_wooded_trail mapgen (cataclysmbnteam#3878)
Browse files Browse the repository at this point in the history
Remove flying roofs
  • Loading branch information
0Monet authored Dec 12, 2023
1 parent a7c3649 commit 8893562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/mapgen/trail_small.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
],
"terrain": {
"#": "t_underbrush_harvested_spring",
"&": "t_thconc_floor",
"&": "t_thconc_floor_nofloor",
"-": "t_railing_v",
".": "t_grass",
"1": "t_tree_young",
Expand All @@ -104,14 +104,14 @@
"W": "t_water_dp",
"_": "t_dirt",
"a": "t_tree_hickory",
"b": "t_thconc_floor",
"b": "t_thconc_floor_nofloor",
"c": "t_chainfence_posts",
"d": "t_shrub_strawberry_harvested",
"e": "t_tree_apple",
"f": "t_tree_hickory_dead",
"g": "t_tree_cherry_harvested",
"s": "t_sidewalk",
"t": "t_thconc_floor",
"t": "t_thconc_floor_nofloor",
"u": "t_underbrush_harvested_autumn",
"w": "t_water_sh",
"|": "t_chainfence_v"
Expand Down

0 comments on commit 8893562

Please sign in to comment.