Improved tab complete for placeholders and ItemStack[], fixed items unable to parse empty string

This commit is contained in:
libraryaddict
2020-04-10 17:19:43 +12:00
parent 64641c5390
commit 67b9d57ac2
6 changed files with 51 additions and 26 deletions

View File

@@ -36,12 +36,12 @@ public class TranslateFiller {
}
}
if (info.getOtherValues() != null) {
/*if (info.getOtherValues() != null) {
for (String e : info.getOtherValues()) {
TranslateType.DISGUISE_OPTIONS_PARAMETERS
.save(e, "Used for the disguise option " + info.getRawName());
}
}
}*/
}
for (DisguiseType type : DisguiseType.values()) {