Fixed SILLY rendering errors with the Mimic
This commit is contained in:
parent
215b337f71
commit
b422e00019
5 changed files with 12 additions and 39 deletions
|
@ -39,20 +39,6 @@ public class ItemSigilDivination extends ItemSigilBase implements IAltarReader
|
|||
// DungeonTester.testDungeonElementWithOutput((WorldServer) world, player.getPosition());
|
||||
// }
|
||||
|
||||
if (!world.isRemote)
|
||||
{
|
||||
EntityMimic mimic = new EntityMimic(world);
|
||||
|
||||
mimic.setPosition(player.posX, player.posY, player.posZ);
|
||||
world.spawnEntityInWorld(mimic);
|
||||
|
||||
System.out.println("Spawning Mimic");
|
||||
// EntityZombie zombie = new EntityZombie(world);
|
||||
// zombie.setPosition(player.posX, player.posY, player.posZ);
|
||||
// zombie.setItemStackToSlot(EntityEquipmentSlot.HEAD, new ItemStack(Blocks.CHEST));
|
||||
// world.spawnEntityInWorld(zombie);
|
||||
}
|
||||
|
||||
if (!world.isRemote)
|
||||
{
|
||||
super.onItemRightClick(stack, world, player, hand);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue