From 8ed8c659da9496bf49fec94c049b0abae21746a8 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Wed, 24 May 2017 20:13:22 +0300 Subject: fixing bugs with Iron workbench and fractionator --- ihl/utils/EntityDropEventHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihl/utils/EntityDropEventHandler.java') 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 { -- cgit v1.2.3