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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user