Added option for MC bee traps

This commit is contained in:
espeon65536
2021-07-02 16:50:31 -05:00
committed by Fabian Dill
parent ac919f72a8
commit 576521229c
3 changed files with 8 additions and 4 deletions

View File

@@ -21,5 +21,6 @@ minecraft_options: typing.Dict[str, type(Option)] = {
"include_hard_advancements": Toggle,
"include_insane_advancements": Toggle,
"include_postgame_advancements": Toggle,
"shuffle_structures": Toggle
"shuffle_structures": Toggle,
"bee_traps": Toggle
}