9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00

Update MechanicType.java

This commit is contained in:
XiaoMoMi
2025-06-15 17:12:11 +08:00
parent 14c38d2ff8
commit f779f2c024

View File

@@ -41,6 +41,7 @@ public class MechanicType {
public static final MechanicType HOOK = of("hook"); public static final MechanicType HOOK = of("hook");
public static final MechanicType TOTEM = of("totem"); public static final MechanicType TOTEM = of("totem");
public static final MechanicType ENCHANT = of("enchant"); public static final MechanicType ENCHANT = of("enchant");
public static final MechanicType GEAR = of("gear");
private final String type; private final String type;