diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-11-06 22:12:41 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-11-06 22:12:41 +1000 |
commit | a858b50d7fe80dd2d030500d931c40411ce13676 (patch) | |
tree | 2c7919aea3a89cdcaebdb0f8412a3bb54fe33c64 /src/Java/gtPlusPlus/core/slots/SlotCrafting.java | |
parent | cbe0e497be8e466c380a5b4fa781b314ede9ada3 (diff) | |
download | GT5-Unofficial-a858b50d7fe80dd2d030500d931c40411ce13676.tar.gz GT5-Unofficial-a858b50d7fe80dd2d030500d931c40411ce13676.tar.bz2 GT5-Unofficial-a858b50d7fe80dd2d030500d931c40411ce13676.zip |
+ Added two new recipes for etched IV wiring. Should help with #35
+ Re-did imports again, from the desktop, with looser rules.
Diffstat (limited to 'src/Java/gtPlusPlus/core/slots/SlotCrafting.java')
-rw-r--r-- | src/Java/gtPlusPlus/core/slots/SlotCrafting.java | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Java/gtPlusPlus/core/slots/SlotCrafting.java b/src/Java/gtPlusPlus/core/slots/SlotCrafting.java index 0c9989158d..d38de0e0a4 100644 --- a/src/Java/gtPlusPlus/core/slots/SlotCrafting.java +++ b/src/Java/gtPlusPlus/core/slots/SlotCrafting.java @@ -5,11 +5,7 @@ import net.minecraft.init.Blocks; import net.minecraft.init.Items; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.Slot; -import net.minecraft.item.Item; -import net.minecraft.item.ItemHoe; -import net.minecraft.item.ItemPickaxe; -import net.minecraft.item.ItemStack; -import net.minecraft.item.ItemSword; +import net.minecraft.item.*; import net.minecraft.stats.AchievementList; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.event.entity.player.PlayerDestroyItemEvent; |