Minecraft: remove bad default for StartingItems
This commit is contained in:
parent
21d465bcb8
commit
c10e17d24c
|
@ -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)] = {
|
||||
|
|
Loading…
Reference in New Issue