Skip to content

Commit

Permalink
disable mob spawner helpers for the moment
Browse files Browse the repository at this point in the history
Needs its own property really
  • Loading branch information
mcmonkey4eva committed Jun 4, 2017
1 parent 97bc1fe commit a6e7958
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -14,8 +14,7 @@ public class ItemSpawnEgg implements Property {

public static boolean describes(dObject item) {
return item instanceof dItem
&& (((dItem) item).getItemStack().getType() == Material.MONSTER_EGG
|| ((dItem) item).getItemStack().getType() == Material.MOB_SPAWNER);
&& ((dItem) item).getItemStack().getType() == Material.MONSTER_EGG;
}

public static ItemSpawnEgg getFrom(dObject _item) {
Expand Down

0 comments on commit a6e7958

Please sign in to comment.