Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- final EntitySnowball snowball = new EntitySnowball(playerMP.worldObj, playerMP);
- // snowball.setPosition(crateLocation.getX(), crateLocation.getY() + 1, crateLocation.getZ());
- System.out.println("Spawned : " + playerMP.worldObj.spawnEntityInWorld(snowball));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement