From b01cf1aa1d3480ad52ee7940f213596bfe6a2090 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 22 Dec 2013 02:07:29 +0200 Subject: Could it be? Could I have fixed it? --- common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java') diff --git a/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java b/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java index 608ceb9..d25d369 100644 --- a/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java +++ b/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java @@ -79,10 +79,7 @@ public class TileEntityMolder extends TileEntity { if(worldObj.rand.nextInt(20) == 0) this.worldObj.playSoundEffect(xCoord, yCoord + 0.5F, zCoord, "random.fizz", 0.5F, 1F); 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("reddust", xCoord + Math.random(), (double) yCoord + 0.2F, zCoord + Math.random(), 0.0D, 1.0D, 1.0D); - } } if (this.hasMoltenMetal && !this.hasJewelBase) { -- cgit v1.2.3