In the latest snapshot, NBT tags in commands were added. I tried it out, thought it was cool, and then it hit me: Mob Spawners use NBT tags for the type of mob they spawn, right? However, I tried again and again and I kept getting Pig Spawners. Heres the command I used, EXACTLY like I typed it:
/give <playername> 52 1 1 {EntityId: <mobname>}
So, is it possible? Am I doing something wrong? If there is no way, I might have to use Command Blocks with the /summon command.
Thanks!
I'm no expert, but I believe if you summoned FallingSand the ID of a spawner and then added the NBT tag to that, that you could summon a custom spawner.
I'm no expert, but I believe if you summoned FallingSand the ID of a spawner and then added the NBT tag to that, that you could summon a custom spawner.
And if this doesn't work, try removing the space. /give gameboy7890 52 1 1 {EntityID:Zombie}
/give <playername> 52 1 1 {EntityId: <mobname>}
So, is it possible? Am I doing something wrong? If there is no way, I might have to use Command Blocks with the /summon command.
Thanks!
And if this doesn't work, try removing the space.
/give gameboy7890 52 1 1 {EntityID:Zombie}