We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ee56c commit ba12eb1Copy full SHA for ba12eb1
1 file changed
Essentials/src/main/java/com/earth2me/essentials/Mob.java
@@ -131,6 +131,7 @@ public enum Mob {
131
NAUTILUS("Nautilus", Enemies.NEUTRAL, "NAUTILUS"),
132
ZOMBIE_NAUTILUS("ZombieNautilus", Enemies.NEUTRAL, "ZOMBIE_NAUTILUS"),
133
PARCHED("Parched", Enemies.ENEMY, "PARCHED"),
134
+ SULFUR_CUBE("SulfurCube", Enemies.FRIENDLY, "SULFUR_CUBE"),
135
;
136
137
private static final Map<String, Mob> hashMap = new HashMap<>();
0 commit comments