Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minecraft: Set "Two by Two" and "A Complete Catalogue" to "unreasonable" exclusion group #3977

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion worlds/minecraft/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class HardAdvancements(Toggle):


class UnreasonableAdvancements(Toggle):
"""Enables the extremely difficult advancements "How Did We Get Here?" and "Adventuring Time.\""""
"""Enables the extremely difficult advancements "How Did We Get Here?", "Adventuring Time", "Two by Two", and "A Complete Catalogue"."""
display_name = "Include Unreasonable Advancements"


Expand Down
6 changes: 3 additions & 3 deletions worlds/minecraft/data/excluded_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
"hard": [
"Very Very Frightening",
"A Furious Cocktail",
"Two by Two",
"Two Birds, One Arrow",
"Arbalistic",
"Monsters Hunted",
"Beaconator",
"A Balanced Diet",
"Uneasy Alliance",
"Cover Me in Debris",
"A Complete Catalogue",
"Surge Protector",
"Sound of Music",
"Star Trader",
Expand All @@ -19,6 +17,8 @@
],
"unreasonable": [
"How Did We Get Here?",
"A Complete Catalogue",
"Two by Two",
"Adventuring Time"
],
"ender_dragon": [
Expand All @@ -37,4 +37,4 @@
"How Did We Get Here?",
"Monsters Hunted"
]
}
}