From c10e17d24c027d7486593949efda615451fa979b Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Wed, 1 Dec 2021 15:42:15 -0600 Subject: [PATCH] Minecraft: remove bad default for StartingItems --- worlds/minecraft/Options.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/minecraft/Options.py b/worlds/minecraft/Options.py index 04e87c06..edf6a93f 100644 --- a/worlds/minecraft/Options.py +++ b/worlds/minecraft/Options.py @@ -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)] = {