Skip to content

Commit

Permalink
Removed old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaxbeard committed Feb 6, 2014
1 parent f24c5ba commit 1ad7b39
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1,078 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import flaxbeard.thaumicexploration.client.render.TileEntityReplicatorRender;
import flaxbeard.thaumicexploration.client.render.TileEntityThinkTankRender;
import flaxbeard.thaumicexploration.common.CommonProxy;
import flaxbeard.thaumicexploration.entity.EntitySoulFX;
import flaxbeard.thaumicexploration.tile.TileEntityBoundChest;
import flaxbeard.thaumicexploration.tile.TileEntityBoundJar;
import flaxbeard.thaumicexploration.tile.TileEntityCrucibleSouls;
Expand Down Expand Up @@ -59,14 +58,6 @@ public void setUnicode() {
}


@Override
public void crucibleBubble(World world, float x, float y, float z, float cr, float cg, float cb)
{
EntitySoulFX fb = new EntitySoulFX(world, x, y, z, 0.0D, 0.0D, 0.0D);
fb.setRBGColorF(cr, cg, cb);
FMLClientHandler.instance().getClient().effectRenderer.addEffect(fb);
}


@Override
public void spawnWaterOnPlayer(World worldObj, int xCoord, int yCoord, int zCoord, EntityPlayer player) {
Expand Down
Loading

0 comments on commit 1ad7b39

Please sign in to comment.