1

Simple question..

Kodraak 6/9/16 6:27 pm
420
6/13/2016 10:15 am
Hey guys, Has there been anyone able to make TNT that can have a smaller explosion?
Posted by
Kodraak
Level 28 : Expert Architect
39

  Have something to say?

JoinSign in

3

a_creeper_won
06/13/2016 10:15 am
Level 18 : Journeyman Explorer
You can use minecart tnt
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
1
Lexxer
06/09/2016 6:39 pm
Level 29 : Expert Caveman
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:
/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}]}
1
Kodraak
06/09/2016 6:44 pm
Level 28 : Expert Architect
I need to make an item for my adventure map (like Dynamite) so if your ideas work, then I will use it.. thanks!
1

Welcome