Continue to make sense of things... this mod's a mess lol
This commit is contained in:
parent
d98802ee1b
commit
0b963dcda9
171 changed files with 269 additions and 234 deletions
|
@ -32,7 +32,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileAlloySmelter;
|
||||
import techreborn.tiles.machine.tier1.TileAlloySmelter;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockAlloySmelter extends BlockMachineBase {
|
||||
|
|
|
@ -32,7 +32,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileAssemblingMachine;
|
||||
import techreborn.tiles.machine.tier1.TileAssemblingMachine;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockAssemblingMachine extends BlockMachineBase {
|
||||
|
|
|
@ -34,7 +34,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileAutoCraftingTable;
|
||||
import techreborn.tiles.machine.tier1.TileAutoCraftingTable;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockAutoCraftingTable extends BlockMachineBase {
|
||||
|
|
|
@ -32,7 +32,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileCompressor;
|
||||
import techreborn.tiles.machine.tier1.TileCompressor;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockCompressor extends BlockMachineBase {
|
||||
|
|
|
@ -32,7 +32,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileElectricFurnace;
|
||||
import techreborn.tiles.machine.tier1.TileElectricFurnace;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockElectricFurnace extends BlockMachineBase {
|
||||
|
|
|
@ -32,7 +32,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileExtractor;
|
||||
import techreborn.tiles.machine.tier1.TileExtractor;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockExtractor extends BlockMachineBase {
|
||||
|
|
|
@ -32,7 +32,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileGrinder;
|
||||
import techreborn.tiles.machine.tier1.TileGrinder;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockGrinder extends BlockMachineBase {
|
||||
|
|
|
@ -59,7 +59,7 @@ import reborncore.common.util.StringUtils;
|
|||
import techreborn.TechReborn;
|
||||
import techreborn.init.ModBlocks;
|
||||
import techreborn.lib.MessageIDs;
|
||||
import techreborn.tiles.tier1.TilePlayerDectector;
|
||||
import techreborn.tiles.machine.tier1.TilePlayerDectector;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
import java.util.List;
|
||||
|
|
|
@ -32,7 +32,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileRecycler;
|
||||
import techreborn.tiles.machine.tier1.TileRecycler;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockRecycler extends BlockMachineBase {
|
||||
|
|
|
@ -32,7 +32,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileRollingMachine;
|
||||
import techreborn.tiles.machine.tier1.TileRollingMachine;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockRollingMachine extends BlockMachineBase {
|
||||
|
|
|
@ -32,7 +32,7 @@ import reborncore.client.models.RebornModelRegistry;
|
|||
import reborncore.common.blocks.BlockMachineBase;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.client.EGui;
|
||||
import techreborn.tiles.tier1.TileScrapboxinator;
|
||||
import techreborn.tiles.machine.tier1.TileScrapboxinator;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
public class BlockScrapboxinator extends BlockMachineBase {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue