updated subs
This commit is contained in:
parent
3097af6eee
commit
e5445d75d1
2 changed files with 8 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 94a49c7f51074f7193d732fc52aacedfa373fa03
|
Subproject commit 1b6b5e7268901dbac6eef88be99ba0ebb20a161a
|
|
@ -2,6 +2,8 @@ package dark.library;
|
||||||
|
|
||||||
import java.awt.Color;
|
import java.awt.Color;
|
||||||
|
|
||||||
|
import basiccomponents.common.BasicComponents;
|
||||||
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
import universalelectricity.core.vector.Vector3;
|
import universalelectricity.core.vector.Vector3;
|
||||||
import cpw.mods.fml.client.FMLClientHandler;
|
import cpw.mods.fml.client.FMLClientHandler;
|
||||||
|
@ -33,4 +35,9 @@ public class DarkMain
|
||||||
FMLClientHandler.instance().getClient().effectRenderer.addEffect(new FXBeam(world, position, target, Color.DARK_GRAY, DarkMain.TEXTURE_DIRECTORY + "traceStream.png", 5,true));
|
FMLClientHandler.instance().getClient().effectRenderer.addEffect(new FXBeam(world, position, target, Color.DARK_GRAY, DarkMain.TEXTURE_DIRECTORY + "traceStream.png", 5,true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void forceLoadBCItems(Object mod, String channel)
|
||||||
|
{
|
||||||
|
BasicComponents.register(mod, channel);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue