Advertisement
303

freaky strich spawnr

303
Mar 24th, 2011
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. world.setBlockWithNotify(i+xx, j-1, k+yy, Block.mobSpawner.blockID);
  2. TileEntityMobSpawner spawner = new TileEntityMobSpawner();
  3. world.setBlockTileEntity(i+xx, j-1, k+yy, spawner);
  4. spawner.setMobID("Zombie");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement