Skip to content

Commit

Permalink
Merge pull request #76289 from John-Candlebury/iso-error-fix
Browse files Browse the repository at this point in the history
Isolation Protocol: Fix generation of microlab_chunks_level
  • Loading branch information
Maleclypse authored Sep 9, 2024
2 parents 75f6cde + a346494 commit bbf0077
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@
],
"overmaps": {
"surface": { "overmap": "nether_glass_impassable_north", "below": "duct_to_surface", "locations": [ "iso_nether" ] },
"closing_chunk": { "overmap": "iso_elevator_microlab_embed_next_north", "north": "microlab_to_hallway" },
"closing_chunk": {
"overmap": "iso_elevator_microlab_embed_next_north",
"north": "microlab_to_hallway",
"east": { "id": "microlab_to_hallway", "type": "available" },
"south": { "id": "microlab_to_hallway", "type": "available" },
"west": { "id": "microlab_to_hallway", "type": "available" }
},
"microlab": {
"overmap": "microlab_generic",
"north": { "id": "microlab_to_microlab", "alternatives": [ "microlab_to_hallway" ] },
Expand Down

0 comments on commit bbf0077

Please sign in to comment.