mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-21 14:01:20 +01:00
Added a check for UltimateCatcher.
This commit is contained in:
parent
dc783eaf8a
commit
906f13405f
@ -2166,6 +2166,11 @@ public enum CompatibleMaterial {
|
|||||||
if(type == EntityType.MUSHROOM_COW) {
|
if(type == EntityType.MUSHROOM_COW) {
|
||||||
return MOOSHROOM_SPAWN_EGG;
|
return MOOSHROOM_SPAWN_EGG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (type == EntityType.PIG_ZOMBIE) {
|
||||||
|
return ZOMBIE_PIGMAN_SPAWN_EGG;
|
||||||
|
}
|
||||||
|
|
||||||
return lookupMap.get(type.name() + "_SPAWN_EGG");
|
return lookupMap.get(type.name() + "_SPAWN_EGG");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user