Removed latent System.out and reformatted to an inferior format.
This commit is contained in:
parent
f1a3c5ee46
commit
4e063e24a0
2 changed files with 2 additions and 5 deletions
|
@ -376,7 +376,6 @@ public class BloodAltar {
|
|||
world.spawnParticle(EnumParticleTypes.REDSTONE, pos.getX() + Math.random() - Math.random(), pos.getY() + Math.random() - Math.random(), pos.getZ() + Math.random() - Math.random(), f1, f2, f3);
|
||||
}
|
||||
} else {
|
||||
System.out.println("Test2");
|
||||
ItemStack returnedItem = tileAltar.getStackInSlot(0);
|
||||
|
||||
if (!(returnedItem.getItem() instanceof IBloodOrb))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue