Minecraft: make A Furious Cocktail hard, Free the End postgame

This commit is contained in:
espeon65536 2021-11-01 21:19:29 -05:00 committed by Fabian Dill
parent 46590c3163
commit 10837e75b2
2 changed files with 2 additions and 1 deletions

View File

@ -116,6 +116,7 @@ advancement_table = {
exclusion_table = {
"hard": {
"Very Very Frightening",
"A Furious Cocktail",
"Two by Two",
"Two Birds, One Arrow",
"Arbalistic",
@ -132,6 +133,7 @@ exclusion_table = {
"Adventuring Time",
},
"postgame": {
"Free the End",
"The Next Generation",
"The End... Again...",
"You Need a Mint",

View File

@ -101,7 +101,6 @@ class MinecraftLogic(LogicMixin):
def set_rules(world: MultiWorld, player: int):
def reachable_locations(state):
postgame_advancements = exclusion_table['postgame'].copy()
postgame_advancements.add('Free the End')
for event in events_table.keys():
postgame_advancements.add(event)
return [location for location in world.get_locations() if