Move around some classes that didnt need their own high level package

This commit is contained in:
modmuss50 2018-09-17 07:34:13 +01:00
parent f6d5d88a4b
commit 524770abba
9 changed files with 7 additions and 7 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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 {

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.dispenser;
package techreborn.utils;
import net.minecraft.block.BlockDispenser;
import net.minecraft.dispenser.BehaviorDefaultDispenseItem;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
package techreborn.lib;
package techreborn.utils;
/**
* @author Prospector on 21/05/16