fixed missing import

This commit is contained in:
SpaceToad 2014-04-09 08:54:28 +02:00
parent 2a2aec3a79
commit 871638ddda

View file

@ -35,6 +35,7 @@ import buildcraft.core.DefaultProps;
import buildcraft.core.InterModComms;
import buildcraft.core.Version;
import buildcraft.core.proxy.CoreProxy;
import buildcraft.core.render.BlockHighlightHandler;
import buildcraft.core.triggers.BCTrigger;
import buildcraft.energy.BlockBuildcraftFluid;
import buildcraft.energy.BlockEnergyEmitter;