remove useless wield type

This commit is contained in:
Sen 2025-07-18 00:15:11 +02:00
parent 33b6333683
commit 4b313dd869
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
2 changed files with 3 additions and 10 deletions

View file

@ -1,5 +1,5 @@
package common.item;
public enum WieldType {
DEFAULT, TOOL, TOOL_FLIP, RANGED;
TOOL, TOOL_FLIP, RANGED;
}