Skip to content

Commit

Permalink
Merge pull request #74781 from PatrikLundell/community_garden
Browse files Browse the repository at this point in the history
Added (explicit) roofs to community gardens
  • Loading branch information
Maleclypse authored Jun 26, 2024
2 parents 8121068 + ead0c2c commit ad0c03d
Showing 1 changed file with 75 additions and 2 deletions.
77 changes: 75 additions & 2 deletions data/json/mapgen/garden_community.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
[
{
"method": "json",
"nested_mapgen_id": "communitygarden_1_roof",
"type": "mapgen",
"object": {
"mapgensize": [ 24, 24 ],
"rows": [
" ",
" ",
" ",
" ----- ",
" -...- ",
" ----- ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "roof_palette" ]
}
},
{
"method": "json",
"om_terrain": "communitygarden",
Expand Down Expand Up @@ -55,7 +90,8 @@
{ "signage": "<city> Community Garden", "x": 2, "y": 10 },
{ "signage": "<city> Community Garden", "x": 21, "y": 13 },
{ "signage": "<city> Community Garden", "x": 10, "y": 21 }
]
],
"place_nested": [ { "chunks": [ "communitygarden_1_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
},
{
Expand Down Expand Up @@ -104,6 +140,42 @@
]
}
},
{
"method": "json",
"nested_mapgen_id": "communitygarden_3_roof",
"type": "mapgen",
"object": {
"mapgensize": [ 24, 24 ],
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ---- ",
" -..- ",
" -..- ",
" ---- ",
" ",
" ",
" RRRRRRRRRRRRRRRRRR ",
" RRRRRRRRRRRRRRRRRR ",
" RRRRRRRRRRRRRRRRRR ",
" RRRRRRRRRRRRRRRRRR ",
" RRRRRRRRRRRRRRRRRR ",
" RRRRRRRRRRRRRRRRRR ",
" RRRRRRRRRRRRRRRRRR ",
" RRRRRRRRRRRRRRRRRR ",
" ",
" ",
" "
],
"palettes": [ "roof_palette" ],
"terrain": { "R": "t_glass_roof" }
}
},
{
"method": "json",
"om_terrain": "communitygarden_3",
Expand Down Expand Up @@ -166,7 +238,8 @@
"place_signs": [
{ "signage": "<city> Community Garden, sign up for your own plot!", "x": 1, "y": 2 },
{ "signage": "<city> Community Garden, grow your own vegetables!", "x": 22, "y": 2 }
]
],
"place_nested": [ { "chunks": [ "communitygarden_3_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
}
]

0 comments on commit ad0c03d

Please sign in to comment.