Optimise imports to make it easier to find and replace package names
This commit is contained in:
parent
05ee9f30f4
commit
7f920b282f
191 changed files with 636 additions and 579 deletions
|
@ -1,8 +1,5 @@
|
|||
package techreborn.blocks.machine;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import net.minecraft.block.material.Material;
|
||||
import net.minecraft.block.state.IBlockState;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
|
@ -18,6 +15,9 @@ import techreborn.client.GuiHandler;
|
|||
import techreborn.client.TechRebornCreativeTab;
|
||||
import techreborn.tiles.TileAlloyFurnace;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class BlockAlloyFurnace extends BlockMachineBase implements IRotationTexture {
|
||||
|
||||
public BlockAlloyFurnace(Material material) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue