More sorting work.
This commit is contained in:
parent
de61d24082
commit
649a6bf67f
10 changed files with 10 additions and 10 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue