added default clause

This commit is contained in:
mfnalex 2021-05-30 22:39:52 +02:00
parent e84fd66588
commit 69c58f0078
1 changed files with 2 additions and 1 deletions

View File

@ -144,8 +144,9 @@ public class ChestSortOrganizer {
return "15_purple";
case "pink":
return "16_pink";
default:
return "";
}
return "";
}
static int getNumberOfEnchantments(ItemStack is) {