Skip to content

Commit

Permalink
screw it this feature is 1.12 only
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 24, 2017
1 parent 88a8d2f commit ebf9084
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@
public class ItemSpawnEgg implements Property {

public static boolean describes(dObject item) {
if (!NMSHandler.getVersion().isAtLeast(NMSVersion.v1_9_R2)) {
if (!NMSHandler.getVersion().isAtLeast(NMSVersion.v1_12_R1)) {
return false;
}
return item instanceof dItem
Expand Down

0 comments on commit ebf9084

Please sign in to comment.