What's the ID of monster spawners in Minecraft Pocket Edition?
//ads -- adsterra.com -- native banner
?>
I know the ID of monster spawners is 52, but how to make it show different mobs? It's either 52:0 or 52-0 or something like that.
Best Answer
This command will place a mob spawner that spawns an entity of your choice.
/setblock x y z mob_spawner replace {EntityId:id}
- x, y, and z are the coordinates where you want to place the spawner.
- id is an entity ID. You can find a list of them in the Minecraft Wiki article.
Examples:
/setblock ~ ~ ~ mob_spawner replace {EntityId:58}
places an Enderman spawner at your location
/setblock 4 20 -289 mob_spawner replace {EntityId:Zombie}
places a Zombie spawner at the coordinates (4, 20, -289)
Pictures about "What's the ID of monster spawners in Minecraft Pocket Edition?"



What is the monster spawner ID in Minecraft?
Minecraft Java Edition (PC/Mac)Description (Minecraft ID Name)Minecraft IDStack SizeMonster Spawner (minecraft:mob_spawner)5264Monster Spawner (minecraft:spawner)64What is the command to find a spawner in Minecraft?
A monster spawner is an item in Minecraft that spawns hostile mobs. They can be found in dungeons, strongholds, abandoned Mine Shafts, and nether fortresses. They take the appearance of a cage, containing a fire- which does not give off actual light- inside of which, the particular mob the spawner creates spins.Rnbstylerz \u0026 AREES - WHAT
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Dom J, cottonbro, RODNAE Productions, Angela Roma
