mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-03-11 06:14:00 +01:00
added default clause
This commit is contained in:
parent
e84fd66588
commit
69c58f0078
@ -144,9 +144,10 @@ 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