Skip to content

Commit

Permalink
Merge pull request #73905 from PatrikLundell/canteen1
Browse files Browse the repository at this point in the history
explicit roofs on canteen 1
  • Loading branch information
Maleclypse authored May 19, 2024
2 parents de95c32 + ccfa9be commit 2a40c38
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"method": "json",
"object": {
"set": [
{ "point": "furniture", "id": "f_fireplace", "x": 11, "y": 8 },
{ "point": "furniture", "id": "f_fireplace", "x": 13, "y": 8 },
{ "point": "furniture", "id": "f_counter", "x": 10, "y": 8 }
{ "point": "furniture", "id": "f_fireplace", "x": 11, "y": 8, "z": 0 },
{ "point": "furniture", "id": "f_chimney", "x": 11, "y": 8, "z": 1 },
{ "point": "furniture", "id": "f_fireplace", "x": 13, "y": 8, "z": 0 },
{ "point": "furniture", "id": "f_chimney", "x": 13, "y": 8, "z": 1 },
{ "point": "furniture", "id": "f_counter", "x": 10, "y": 8, "z": 0 }
],
"place_loot": [ { "item": "pot", "x": 10, "y": 8 } ]
}
Expand All @@ -30,9 +32,11 @@
"method": "json",
"object": {
"set": [
{ "point": "furniture", "id": "f_woodstove", "x": 11, "y": 8 },
{ "point": "furniture", "id": "f_woodstove", "x": 13, "y": 8 },
{ "point": "furniture", "id": "f_counter", "x": 10, "y": 8 }
{ "point": "furniture", "id": "f_woodstove", "x": 11, "y": 8, "z": 0 },
{ "point": "furniture", "id": "f_vent_pipe", "x": 11, "y": 8, "z": 1 },
{ "point": "furniture", "id": "f_woodstove", "x": 13, "y": 8, "z": 0 },
{ "point": "furniture", "id": "f_vent_pipe", "x": 13, "y": 8, "z": 1 },
{ "point": "furniture", "id": "f_counter", "x": 10, "y": 8, "z": 0 }
],
"place_loot": [ { "item": "pot", "x": 10, "y": 8 }, { "item": "pan", "x": 10, "y": 8 } ]
}
Expand Down Expand Up @@ -78,10 +82,11 @@
"method": "json",
"object": {
"set": [
{ "point": "furniture", "id": "f_smoking_rack", "x": 17, "y": 8 },
{ "point": "furniture", "id": "f_smoking_rack", "x": 18, "y": 8 },
{ "point": "furniture", "id": "f_smoking_rack", "x": 19, "y": 8 },
{ "point": "furniture", "id": "f_kiln_empty", "x": 19, "y": 12 }
{ "point": "furniture", "id": "f_smoking_rack", "x": 17, "y": 8, "z": 0 },
{ "point": "furniture", "id": "f_smoking_rack", "x": 18, "y": 8, "z": 0 },
{ "point": "furniture", "id": "f_smoking_rack", "x": 19, "y": 8, "z": 0 },
{ "point": "furniture", "id": "f_kiln_empty", "x": 19, "y": 12, "z": 0 },
{ "point": "furniture", "id": "f_chimney", "x": 19, "y": 12, "z": 1 }
]
}
},
Expand Down
Loading

0 comments on commit 2a40c38

Please sign in to comment.