Minecraft: make A Furious Cocktail hard, Free the End postgame
This commit is contained in:
parent
46590c3163
commit
10837e75b2
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue