When you use pick block on a primed tnt, you will get nothing.
What I expect: I get the tnt block on my selected slot
What actually happened: I got nothing
To reproduce: type "/summon PrimedTnt ~ ~ ~ {Fuse:1000}" and use pick block when pointing the primed tnt.
Comments 3
No it can fuse more than 127 ticks. Also if pick block on entities work, primed tnts should work too.
You're right, the wiki (http://minecraft.gamepedia.com/Chunk_format#Dynamic_tiles) said Fuse is a byte, which means its range would be -128 to 127, but it actually is a short, which means it's range is -32768 to 32767.
That's because PrimedTnt is an Entity (just like a mob) and not a block (however, mobs still give you a spawn egg when you mousewheel-click on them).
(oh, yeah, and 127 is the max value for Fuse)