From a65bf60cea2f9186a4d45983c275b9ffb1be9657 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Sat, 28 Aug 2021 09:13:28 -0500 Subject: [PATCH] add structure compasses to itempool in a fixed order --- worlds/minecraft/Regions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/minecraft/Regions.py b/worlds/minecraft/Regions.py index 8257ac81..d9f3f1b5 100644 --- a/worlds/minecraft/Regions.py +++ b/worlds/minecraft/Regions.py @@ -78,13 +78,13 @@ mandatory_connections = [ ('End Portal', 'The End') ] -default_connections = { +default_connections = [ ('Overworld Structure 1', 'Village'), ('Overworld Structure 2', 'Pillager Outpost'), ('Nether Structure 1', 'Nether Fortress'), ('Nether Structure 2', 'Bastion Remnant'), ('The End Structure', 'End City') -} +] # Structure: illegal locations illegal_connections = {