Move around some classes that didnt need their own high level package
This commit is contained in:
parent
f6d5d88a4b
commit
524770abba
9 changed files with 7 additions and 7 deletions
|
@ -56,7 +56,7 @@ import techreborn.api.TechRebornAPI;
|
|||
import techreborn.blocks.cable.EnumCableType;
|
||||
import techreborn.client.GuiHandler;
|
||||
import techreborn.command.TechRebornDevCommand;
|
||||
import techreborn.dispenser.BehaviorDispenseScrapbox;
|
||||
import techreborn.utils.BehaviorDispenseScrapbox;
|
||||
import techreborn.entities.EntityNukePrimed;
|
||||
import techreborn.events.BlockBreakHandler;
|
||||
import techreborn.events.TRRecipeHandler;
|
||||
|
|
|
@ -58,7 +58,7 @@ import reborncore.common.util.ChatUtils;
|
|||
import reborncore.common.util.StringUtils;
|
||||
import techreborn.TechReborn;
|
||||
import techreborn.init.ModBlocks;
|
||||
import techreborn.lib.MessageIDs;
|
||||
import techreborn.utils.MessageIDs;
|
||||
import techreborn.tiles.machine.tier1.TilePlayerDectector;
|
||||
import techreborn.utils.TechRebornCreativeTab;
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ import net.minecraftforge.fml.relauncher.SideOnly;
|
|||
import reborncore.client.hud.StackInfoElement;
|
||||
import reborncore.common.util.ChatUtils;
|
||||
import techreborn.init.TRItems;
|
||||
import techreborn.lib.MessageIDs;
|
||||
import techreborn.utils.MessageIDs;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import java.util.List;
|
||||
|
|
|
@ -55,7 +55,7 @@ import reborncore.common.util.ChatUtils;
|
|||
import reborncore.common.util.ItemUtils;
|
||||
import techreborn.config.ConfigTechReborn;
|
||||
import techreborn.init.TRItems;
|
||||
import techreborn.lib.MessageIDs;
|
||||
import techreborn.utils.MessageIDs;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import java.util.List;
|
||||
|
|
|
@ -41,7 +41,7 @@ import reborncore.common.util.ChatUtils;
|
|||
import techreborn.blocks.BlockAlarm;
|
||||
import techreborn.init.ModBlocks;
|
||||
import techreborn.init.ModSounds;
|
||||
import techreborn.lib.MessageIDs;
|
||||
import techreborn.utils.MessageIDs;
|
||||
|
||||
public class TileAlarm extends TileEntity
|
||||
implements ITickable, IToolDrop {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
package techreborn.dispenser;
|
||||
package techreborn.utils;
|
||||
|
||||
import net.minecraft.block.BlockDispenser;
|
||||
import net.minecraft.dispenser.BehaviorDefaultDispenseItem;
|
|
@ -22,7 +22,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
package techreborn.lib;
|
||||
package techreborn.utils;
|
||||
|
||||
/**
|
||||
* @author Prospector on 21/05/16
|
Loading…
Reference in a new issue