summaryrefslogtreecommitdiff
path: root/ihl/items_blocks/IHLBucketHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'ihl/items_blocks/IHLBucketHandler.java')
-rw-r--r--ihl/items_blocks/IHLBucketHandler.java2
1 files changed, 1 insertions, 1 deletions
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
{