From a3464940feadc8f27e3e1da42df2ecc5922a3a60 Mon Sep 17 00:00:00 2001 From: John-Candlebury Date: Sun, 8 Sep 2024 11:12:30 -0600 Subject: [PATCH] Fix generation of microlab_chunks_level --- .../Map/levels/microlab_chunks_level.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/mods/Isolation-Protocol/Map/levels/microlab_chunks_level.json b/data/mods/Isolation-Protocol/Map/levels/microlab_chunks_level.json index 56d3e337a21f6..cb6523e906caa 100644 --- a/data/mods/Isolation-Protocol/Map/levels/microlab_chunks_level.json +++ b/data/mods/Isolation-Protocol/Map/levels/microlab_chunks_level.json @@ -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" ] },