From f918d340981bf384b0dc9d6453572ccfca32baf9 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Mon, 28 Jun 2021 14:41:33 -0500 Subject: [PATCH] un-disabled villages spawning in nether --- worlds/minecraft/Regions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/minecraft/Regions.py b/worlds/minecraft/Regions.py index 77920b58..c35d2b7c 100644 --- a/worlds/minecraft/Regions.py +++ b/worlds/minecraft/Regions.py @@ -88,7 +88,6 @@ default_connections = { # Structure: illegal locations illegal_connections = { - 'Village': ['Nether Structure 1', 'Nether Structure 2'], # remove this once raid spawning is fixed in the client 'Nether Fortress': ['The End Structure'] }