Skip to content

Commit

Permalink
Merge pull request #74782 from PatrikLundell/hunting_blind
Browse files Browse the repository at this point in the history
Added explicit roofs to hunting blinds
  • Loading branch information
Maleclypse authored Jun 26, 2024
2 parents d56fc07 + 20edb93 commit b95288b
Showing 1 changed file with 74 additions and 2 deletions.
76 changes: 74 additions & 2 deletions data/json/mapgen/hunting_blind.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
[
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "hunting_blind_1_roof",
"object": {
"mapgensize": [ 24, 24 ],
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" RRRRR ",
" RRRRR ",
" RRRRR ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": { "R": "t_wood_roof" }
}
},
{
"type": "mapgen",
"method": "json",
Expand Down Expand Up @@ -38,7 +73,43 @@
"place_items": [
{ "item": "ammo_rifle_common", "x": 16, "y": 14, "chance": 10 },
{ "item": "ammo_shotgun_common", "x": 15, "y": 14, "chance": 25 }
]
],
"place_nested": [ { "chunks": [ "hunting_blind_1_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
},
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "hunting_blind_2_roof",
"object": {
"mapgensize": [ 24, 24 ],
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" RRRR ",
" RRRR ",
" RRRR ",
" RRRR ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": { "R": "t_wood_roof" }
}
},
{
Expand Down Expand Up @@ -80,7 +151,8 @@
"place_items": [
{ "item": "ammo_rifle_common", "x": 12, "y": 9, "chance": 10 },
{ "item": "ammo_shotgun_common", "x": 13, "y": 10, "chance": 25 }
]
],
"place_nested": [ { "chunks": [ "hunting_blind_2_roof" ], "x": 0, "y": 0, "z": 1 } ]
}
}
]

0 comments on commit b95288b

Please sign in to comment.