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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue