diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-22 02:07:29 +0200 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-22 02:07:29 +0200 |
| commit | b01cf1aa1d3480ad52ee7940f213596bfe6a2090 (patch) | |
| tree | 75a1c11a4fb4b84297d9dd6b691575e003a37a82 /common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java | |
| parent | 6e9f023d2a5d272640149c85a36c7aa05845a984 (diff) | |
Could it be? Could I have fixed it?
Diffstat (limited to 'common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java')
| -rw-r--r-- | common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java b/common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java index d86b4b9..ff396de 100644 --- a/common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java +++ b/common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java @@ -82,17 +82,13 @@ public class TileEntitySmelter extends TileEntity if (this.hasMetal) { for (int l = 0; l < 2; ++l) - { - //EntityFX entityfx = new EntityReddustFX(this.worldObj, (double)xCoord + Math.random(), (double)yCoord + 0.2D, (double)zCoord + Math.random(), 0.0F, 0.0F, 0.0F); this.worldObj.spawnParticle("flame", xCoord + rand.nextFloat(), (double) yCoord + 0.3F, zCoord + rand.nextFloat(), 0.0D, 0.0D, 0.0D); - } } if (rand.nextInt(65) == 0) { double d5 = this.xCoord + rand.nextFloat(); double d7 = this.yCoord; double d6 = this.zCoord + rand.nextFloat(); - //this.worldObj.spawnParticle("lava", d5, d7, d6, 0.0D, 0.0D, 0.0D); this.worldObj.playSound(d5, d7, d6, "liquid.lavapop", 0.2F + rand.nextFloat() * 0.2F, 0.9F + rand.nextFloat() * 0.15F, false); } if (this.hasMetal) |
