Minecraft: remove bad default for StartingItems

This commit is contained in:
espeon65536
2021-12-01 15:42:15 -06:00
committed by Fabian Dill
parent 21d465bcb8
commit c10e17d24c

View File

@@ -92,7 +92,6 @@ class SendDefeatedMobs(Toggle):
class StartingItems(OptionList):
"""Start with these items. Each entry should be of this format: {item: "item_name", amount: #, nbt: "nbt_string"}"""
displayname = "Starting Items"
default = 0
minecraft_options: typing.Dict[str, type(Option)] = {