More sorting work.

This commit is contained in:
drcrazy 2018-04-27 18:15:56 +03:00
parent de61d24082
commit 649a6bf67f
10 changed files with 10 additions and 10 deletions

View file

@ -35,7 +35,7 @@ import reborncore.common.blocks.BlockMachineBase;
import techreborn.client.EGui;
import techreborn.client.TechRebornCreativeTab;
import techreborn.lib.ModInfo;
import techreborn.tiles.TileAutoCraftingTable;
import techreborn.tiles.tier1.TileAutoCraftingTable;
public class BlockAutoCraftingTable extends BlockMachineBase {

View file

@ -60,7 +60,7 @@ import techreborn.client.TechRebornCreativeTab;
import techreborn.init.ModBlocks;
import techreborn.lib.MessageIDs;
import techreborn.lib.ModInfo;
import techreborn.tiles.TilePlayerDectector;
import techreborn.tiles.tier1.TilePlayerDectector;
import java.util.List;
import java.util.Random;

View file

@ -33,7 +33,7 @@ import reborncore.common.blocks.BlockMachineBase;
import techreborn.client.EGui;
import techreborn.client.TechRebornCreativeTab;
import techreborn.lib.ModInfo;
import techreborn.tiles.TileRollingMachine;
import techreborn.tiles.tier1.TileRollingMachine;
public class BlockRollingMachine extends BlockMachineBase {