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

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