1
Minecraft Summon Command help!
hey guys! I am creating a dungeon themed adventure map. At certain times of a dungeon a zombie will spawn. But the only way I can get this to work is to use a trip wire and dispenser. I want it so if you walk over a block mobs will spawn at specific locations!
Please help me!
-VanillaGorilla
Please help me!
-VanillaGorilla
1
Sounds like you need an execute command on a clock:
/execute @p ~ ~ ~ detect ~ ~-1 ~ minecraft:block_name 0 summon Zombie X Y Z {optionalDataTag}
This only works in 1.8.
/execute @p ~ ~ ~ detect ~ ~-1 ~ minecraft:block_name 0 summon Zombie X Y Z {optionalDataTag}
This only works in 1.8.
