When I try to make explosive arrows using a command block that has
/tp @e[type=PrimedTnt] @e[type=Arrow]
YES I have it built and setup completely like SethBlings design.
Attachments
Comments 5
Exact command for TNT summoner command block:
/summon PrimedTnt ~ ~8 ~ {fuse:3}
First a command block with
/testfor @e[type=Arrow,r=50] {inGround=1b}
sets off a comparator that powers a command block with
/tp @e[type=PrimedTnt,r=15] @e[type=Arrow,r=50]
Everything is typed perfectly as far as I can see... And I can see the comparator from the arrow in ground command block turning on and powering the tp command block.
Please add the exact commands you used.
If you summoned the PrimedTnt without a fuse tag, it'll explode instantly, so it can't teleport.