Hey guys, Has there been anyone able to make TNT that can have a smaller explosion?
3
You can use minecart tnt
for Summon:
For Item
I'm a command master
for Summon:
/summon MinecartTNT <x> <y> <z> {Passengers:[0:{id:"Creeper",ExplosionRadius:<Power>,invisible:1}]}For Item
/give @p tnt_minecart 1 0 {EntityTag:{Passengers:[0:{id:"Creeper",ExplosionRadius:<Power>,invisible:1}]}I'm a command master
Well, TNT doesn't have an 'ExplosionRadius' or 'ExplosionPower' tag, so it's not possible at all.
What you can do, is summon a Fireball with a specific direction and ExplosionPower:
Or you could summon a invisible Creeper, with a fuse value and ExplosionRadius:
What you can do, is summon a Fireball with a specific direction and ExplosionPower:
/summon Fireball ~ ~ ~ {ExplosionPower:X,direction:[0.0,0.0,0.0]}Or you could summon a invisible Creeper, with a fuse value and ExplosionRadius:
/summon Creeper ~ ~1 ~ {ExplosionRadius:X,Fuse:1,Silent:1,ActiveEffects:[{Id:14,Amplifier:1,Duration:20,ShowParticles:0b}]}I need to make an item for my adventure map (like Dynamite) so if your ideas work, then I will use it.. thanks!
