mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 15:43:22 +01:00
added default clause
This commit is contained in:
parent
e84fd66588
commit
69c58f0078
@ -144,8 +144,9 @@ public class ChestSortOrganizer {
|
|||||||
return "15_purple";
|
return "15_purple";
|
||||||
case "pink":
|
case "pink":
|
||||||
return "16_pink";
|
return "16_pink";
|
||||||
|
default:
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
return "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int getNumberOfEnchantments(ItemStack is) {
|
static int getNumberOfEnchantments(ItemStack is) {
|
||||||
|
Loading…
Reference in New Issue
Block a user