From 719f9d7d481ff5b1a4ec6dfd2e504237c6d3a6d5 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Fri, 25 Jun 2021 13:57:09 -0500 Subject: [PATCH] Monsters Hunted made a hard-postgame advancement, so both flags must be set for it to be not junkfilled --- worlds/minecraft/Locations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/minecraft/Locations.py b/worlds/minecraft/Locations.py index 0cc75ce5..4ca20092 100644 --- a/worlds/minecraft/Locations.py +++ b/worlds/minecraft/Locations.py @@ -114,6 +114,7 @@ exclusion_table = { "Two by Two": "100 XP", "Two Birds, One Arrow": "50 XP", "Arbalistic": "100 XP", + "Monsters Hunted": "100 XP", "Beaconator": "50 XP", "A Balanced Diet": "100 XP", "Uneasy Alliance": "100 XP",