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/items_blocks/IHLBucketHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihl/items_blocks/IHLBucketHandler.java') diff --git a/ihl/items_blocks/IHLBucketHandler.java b/ihl/items_blocks/IHLBucketHandler.java index c0a23b6..9f3a7b8 100644 --- a/ihl/items_blocks/IHLBucketHandler.java +++ b/ihl/items_blocks/IHLBucketHandler.java @@ -1,8 +1,8 @@ package ihl.items_blocks; +import cpw.mods.fml.common.eventhandler.SubscribeEvent; import net.minecraft.block.Block; import net.minecraftforge.event.entity.player.FillBucketEvent; -import cpw.mods.fml.common.eventhandler.SubscribeEvent; public class IHLBucketHandler { -- cgit v1.2.3