1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

add default to switch

This commit is contained in:
ybw0014 2021-09-14 18:10:08 +08:00
parent fbc6253175
commit 2c8a40cb26
No known key found for this signature in database
GPG Key ID: EC1F0076F4158D9C

View File

@ -42,6 +42,8 @@ public class HerculesPickaxe extends SimpleSlimefunItem<ToolUseHandler> {
case DEEPSLATE_COPPER_ORE:
drops.add(new CustomItemStack(SlimefunItems.COPPER_DUST, 2));
break;
default:
break;
}
}