Removed the darn testing code from the Divination Sigil. >.>
This commit is contained in:
parent
c4b879eaa6
commit
f900fef846
|
@ -1,3 +1,8 @@
|
||||||
|
------------------------------------------------------
|
||||||
|
Version 2.1.0-63
|
||||||
|
------------------------------------------------------
|
||||||
|
- Removed the darn testing code from the Divination Sigil. >.>
|
||||||
|
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
Version 2.1.0-62
|
Version 2.1.0-62
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
|
@ -16,7 +16,6 @@ import WayofTime.bloodmagic.api.altar.IBloodAltar;
|
||||||
import WayofTime.bloodmagic.api.iface.IAltarReader;
|
import WayofTime.bloodmagic.api.iface.IAltarReader;
|
||||||
import WayofTime.bloodmagic.api.util.helper.NetworkHelper;
|
import WayofTime.bloodmagic.api.util.helper.NetworkHelper;
|
||||||
import WayofTime.bloodmagic.api.util.helper.PlayerHelper;
|
import WayofTime.bloodmagic.api.util.helper.PlayerHelper;
|
||||||
import WayofTime.bloodmagic.entity.mob.EntityCorruptedZombie;
|
|
||||||
import WayofTime.bloodmagic.tile.TileIncenseAltar;
|
import WayofTime.bloodmagic.tile.TileIncenseAltar;
|
||||||
import WayofTime.bloodmagic.tile.TileInversionPillar;
|
import WayofTime.bloodmagic.tile.TileInversionPillar;
|
||||||
import WayofTime.bloodmagic.util.ChatUtil;
|
import WayofTime.bloodmagic.util.ChatUtil;
|
||||||
|
@ -40,12 +39,12 @@ public class ItemSigilDivination extends ItemSigilBase implements IAltarReader
|
||||||
// DungeonTester.testDungeonElementWithOutput((WorldServer) world, player.getPosition());
|
// DungeonTester.testDungeonElementWithOutput((WorldServer) world, player.getPosition());
|
||||||
// }
|
// }
|
||||||
|
|
||||||
if (!world.isRemote)
|
// if (!world.isRemote)
|
||||||
{
|
// {
|
||||||
EntityCorruptedZombie fred = new EntityCorruptedZombie(world);
|
// EntityCorruptedZombie fred = new EntityCorruptedZombie(world);
|
||||||
fred.setPosition(player.posX, player.posY, player.posZ);
|
// fred.setPosition(player.posX, player.posY, player.posZ);
|
||||||
world.spawnEntityInWorld(fred);
|
// world.spawnEntityInWorld(fred);
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (!world.isRemote)
|
if (!world.isRemote)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue