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/xmod/forestry/bees/alveary/gui | |
| 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/xmod/forestry/bees/alveary/gui')
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/CONTAINER_FrameHousing.java | 10 | ||||
| -rw-r--r-- | src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/InventoryFrameHousing.java | 11 |
2 files changed, 7 insertions, 14 deletions
diff --git a/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/CONTAINER_FrameHousing.java b/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/CONTAINER_FrameHousing.java index c685482266..5e218667f6 100644 --- a/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/CONTAINER_FrameHousing.java +++ b/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/CONTAINER_FrameHousing.java @@ -1,15 +1,15 @@ package gtPlusPlus.xmod.forestry.bees.alveary.gui; -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.inventory.Container; -import net.minecraft.inventory.Slot; -import net.minecraft.item.ItemStack; -import net.minecraft.util.ResourceLocation; import forestry.api.apiculture.IHiveFrame; import forestry.core.gui.tooltips.ToolTip; import gtPlusPlus.core.lib.CORE; import gtPlusPlus.core.slots.SlotFrame; import gtPlusPlus.xmod.forestry.bees.alveary.TileAlvearyFrameHousing; +import net.minecraft.entity.player.EntityPlayer; +import net.minecraft.inventory.Container; +import net.minecraft.inventory.Slot; +import net.minecraft.item.ItemStack; +import net.minecraft.util.ResourceLocation; public class CONTAINER_FrameHousing extends Container { diff --git a/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/InventoryFrameHousing.java b/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/InventoryFrameHousing.java index 9d6dd06f2d..9139c52b37 100644 --- a/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/InventoryFrameHousing.java +++ b/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/gui/InventoryFrameHousing.java @@ -8,15 +8,8 @@ import net.minecraft.world.biome.BiomeGenBase; import com.mojang.authlib.GameProfile; -import forestry.api.apiculture.BeeManager; -import forestry.api.apiculture.IBeeHousing; -import forestry.api.apiculture.IBeeHousingInventory; -import forestry.api.apiculture.IBeeListener; -import forestry.api.apiculture.IBeeModifier; -import forestry.api.apiculture.IBeekeepingLogic; -import forestry.api.core.EnumHumidity; -import forestry.api.core.EnumTemperature; -import forestry.api.core.IErrorLogic; +import forestry.api.apiculture.*; +import forestry.api.core.*; import forestry.core.inventory.InventoryAdapterTile; import forestry.core.utils.ItemStackUtil; import gtPlusPlus.xmod.forestry.bees.alveary.IAlvearyFrameHousing; |
