diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-05-24 20:13:22 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-05-24 20:13:22 +0300 |
| commit | 8ed8c659da9496bf49fec94c049b0abae21746a8 (patch) | |
| tree | e8fd775699a2255c17a804b26b4a0a6f43d857a0 /ihl/explosion/ChunkAndWorldLoadEventHandler.java | |
| parent | b67ac617dc9c5f43b911158a281c3c61ced5ea5a (diff) | |
fixing bugs with Iron workbench and fractionator
Diffstat (limited to 'ihl/explosion/ChunkAndWorldLoadEventHandler.java')
| -rw-r--r-- | ihl/explosion/ChunkAndWorldLoadEventHandler.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ihl/explosion/ChunkAndWorldLoadEventHandler.java b/ihl/explosion/ChunkAndWorldLoadEventHandler.java index 2f49484..c2f7e0b 100644 --- a/ihl/explosion/ChunkAndWorldLoadEventHandler.java +++ b/ihl/explosion/ChunkAndWorldLoadEventHandler.java @@ -1,13 +1,12 @@ package ihl.explosion; -import ihl.IHLMod; - import java.util.Iterator; import java.util.Set; +import cpw.mods.fml.common.eventhandler.SubscribeEvent; +import ihl.IHLMod; import net.minecraft.world.ChunkCoordIntPair; import net.minecraft.world.Explosion; -import cpw.mods.fml.common.eventhandler.SubscribeEvent; public class ChunkAndWorldLoadEventHandler { public static ChunkAndWorldLoadEventHandler instance; |
