Minecraft: Pi Edition Complete Entity List

    This page lists every entity in MCPI, it's id, how to spawn it, what it drops (if anything), and other notable features (if any) of the entity.
    10: Chicken
    - Can be spawned by throwing eggs.
    - Drops raw chicken and feathers.
    - Doesn't take fall damage.
    
    11: Cow
    - Cannot be spawned by the player.
    - Drops raw beef.
    
    12: Pig
    - Cannot be spawned by the player.
    - Drops raw pork.
    
    13: Sheep
    - Cannot be spawned by the player.
    - Drops wool.
    - Can spawn in 16 diffrent random colors, can be sheared, will grow wool back after eating grass.
    
    32: Zombie
    - Cannot be spawned by the player.
    - Drops raw feathers.
    - Burns in daylight.
    
    33: Creeper
    - Cannot be spawned by the player.
    - Drops gunpowder.
    - Explodes near player.
    
    34: Skeleton
    - Cannot be spawned by the player.
    - Drops bones and arrows.
    - Shoots arrows at player and burns in daylight.
    
    35: Spider
    - Cannot be spawned by the player.
    - Drops string.
    - Can climb walls.
    
    36: PigZombie
    - Can be spawned by activing the nether reactor core.
    - Drops gold and fethers.
    - Burns in daylight.
    
    64: ItemEntity
    - Can be spawned by dropping an item or breaking a block.
    - It's an item.
    
    65: PrimedTnt
    - Can be spawned by igniting TNT with flint and steel.
    - Explodes.
    - Doesn't die in the void.
    
    66: FallingTile
    - Can be spawned by placing sand or gravel over air.
    - Falls until it hits the ground, then turns into a block, can be any block but only sand and gravel can normally be spawned.
    - Doesn't die in the void.
    
    80: Arrow
    - Can be spawned by a player with a bow or a skeleton.
    - Hurts whatever it hits then despawns.
    - Can be critical or non-critical.
    
    81: Snowball
    - Can be spawned by throwing a snowball.
    - Hurts whatever it hits then despawns.
    
    82: ThrownEgg
    - Can be spawned by throwing an egg.
    - Hurts whatever it hits then despawns, chance of spawning up to 4 chickens.
    
    83: Painting
    - Can be spawned by placing a painting.
    - Never moves, just looks pretty.