Advertisement
Marikc0

Untitled

Dec 14th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. EntityCaveSpider spider = new EntityCaveSpider(world);
  2. spider.setPosition(player.posX + 0.5, player.posY + 1, player.posZ + 0.5);
  3. world.spawnEntityInWorld(spider);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement