summaryrefslogtreecommitdiff
path: root/ihl/utils/EntityDropEventHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/utils/EntityDropEventHandler.java')
-rw-r--r--ihl/utils/EntityDropEventHandler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/utils/EntityDropEventHandler.java b/ihl/utils/EntityDropEventHandler.java
index f4021ef..c8edf47 100644
--- a/ihl/utils/EntityDropEventHandler.java
+++ b/ihl/utils/EntityDropEventHandler.java
@@ -1,7 +1,7 @@
package ihl.utils;
-import net.minecraft.entity.passive.EntitySheep;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
+import net.minecraft.entity.passive.EntitySheep;
public class EntityDropEventHandler
{