Removed unused imports

This commit is contained in:
drcrazy 2019-02-11 15:35:37 +03:00
parent 0fa72c4fc3
commit 3fb799e544

View file

@ -30,11 +30,9 @@ import techreborn.api.TechRebornAPI;
import techreborn.blocks.BlockMachineFrames; import techreborn.blocks.BlockMachineFrames;
import techreborn.blocks.cable.EnumCableType; import techreborn.blocks.cable.EnumCableType;
import techreborn.config.ConfigTechReborn; import techreborn.config.ConfigTechReborn;
import techreborn.itemblocks.ItemBlockMachineFrames;
import techreborn.items.ingredients.ItemIngots; import techreborn.items.ingredients.ItemIngots;
import techreborn.items.ingredients.ItemParts; import techreborn.items.ingredients.ItemParts;
import techreborn.items.ingredients.ItemPlates; import techreborn.items.ingredients.ItemPlates;
import techreborn.lib.ModInfo;
/** /**
* Created by Mark on 18/12/2016. * Created by Mark on 18/12/2016.