From 4140196b5fbf9d562aac74c03a39987e1801e99e Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 14 Nov 2016 02:59:55 +1000 Subject: % Changed the way Forestry blocks are handled, should stop overrides of the default Alveary components. $ Changed recipe checking of the Alloy Smelter, instead of only checking the first two slots, it now will check a dynamic size. Should fix #36. --- src/Java/gtPlusPlus/xmod/forestry/bees/alveary/FR_BlockAlveary.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Java/gtPlusPlus/xmod/forestry/bees/alveary') diff --git a/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/FR_BlockAlveary.java b/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/FR_BlockAlveary.java index f087ad75f4..bf632ef039 100644 --- a/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/FR_BlockAlveary.java +++ b/src/Java/gtPlusPlus/xmod/forestry/bees/alveary/FR_BlockAlveary.java @@ -18,12 +18,12 @@ import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import forestry.apiculture.MaterialBeehive; import forestry.apiculture.multiblock.TileAlvearyPlain; -import forestry.core.blocks.BlockStructure; +import forestry.core.blocks.BlockForestry; import forestry.core.render.TextureManager; import gtPlusPlus.GTplusplus; import gtPlusPlus.core.creative.AddToCreativeTab; -public class FR_BlockAlveary extends BlockStructure +public class FR_BlockAlveary extends BlockForestry { public static enum Type -- cgit