mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Minecraft: dragon egg shards
This commit is contained in:
@@ -20,6 +20,11 @@ class BeeTraps(Range):
|
||||
range_end = 100
|
||||
|
||||
|
||||
class EggShards(Range):
|
||||
range_start = 0
|
||||
range_end = 30
|
||||
|
||||
|
||||
minecraft_options: typing.Dict[str, type(Option)] = {
|
||||
"advancement_goal": AdvancementGoal,
|
||||
"combat_difficulty": CombatDifficulty,
|
||||
@@ -28,5 +33,7 @@ minecraft_options: typing.Dict[str, type(Option)] = {
|
||||
"include_postgame_advancements": Toggle,
|
||||
"shuffle_structures": Toggle,
|
||||
"structure_compasses": Toggle,
|
||||
"bee_traps": BeeTraps
|
||||
"bee_traps": BeeTraps,
|
||||
"egg_shards_required": EggShards,
|
||||
"egg_shards_available": EggShards
|
||||
}
|
Reference in New Issue
Block a user