Block clean up

This commit is contained in:
Gig 2015-05-08 00:39:17 +01:00
parent 4e551abb8f
commit b7ae806987
28 changed files with 81 additions and 54 deletions

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.generator;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.generator;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.generator;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.generator;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.generator;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.generator;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.generator;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.generator;
import java.util.Random;
@ -16,6 +16,7 @@ import net.minecraft.util.IIcon;
import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.tiles.TileAlloySmelter;
import techreborn.tiles.TileThermalGenerator;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileBlastFurnace;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -12,6 +12,7 @@ import net.minecraft.util.IIcon;
import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.tiles.TileCentrifuge;
import cpw.mods.fml.relauncher.Side;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,8 +1,9 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileGrinder;

View file

@ -1,8 +1,9 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileImplosionCompressor;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,8 +1,9 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileMatterFabricator;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -12,6 +12,7 @@ import net.minecraft.util.IIcon;
import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileRollingMachine;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.machine;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.storage;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.storage;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.storage;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;

View file

@ -1,4 +1,4 @@
package techreborn.blocks;
package techreborn.blocks.storage;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
@ -13,6 +13,7 @@ import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
import techreborn.Core;
import techreborn.blocks.BlockMachineBase;
import techreborn.client.GuiHandler;
import techreborn.client.TechRebornCreativeTab;
import techreborn.tiles.TileAlloySmelter;