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/enviroment/LaserHitMirrorEventHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihl/enviroment/LaserHitMirrorEventHandler.java') diff --git a/ihl/enviroment/LaserHitMirrorEventHandler.java b/ihl/enviroment/LaserHitMirrorEventHandler.java index 9baee2d..6cd61fc 100644 --- a/ihl/enviroment/LaserHitMirrorEventHandler.java +++ b/ihl/enviroment/LaserHitMirrorEventHandler.java @@ -1,11 +1,11 @@ package ihl.enviroment; +import cpw.mods.fml.common.eventhandler.SubscribeEvent; import ic2.api.event.LaserEvent; import ic2.core.item.tool.EntityMiningLaser; import net.minecraft.entity.Entity; import net.minecraft.tileentity.TileEntity; import net.minecraftforge.common.util.ForgeDirection; -import cpw.mods.fml.common.eventhandler.SubscribeEvent; public class LaserHitMirrorEventHandler { -- cgit v1.2.3