mojira.dev
MC-30255

Entity "PrimedTnt" with "Fuse"Over 128 explodes immediately

When spawning PrimedTnt with a Fuse data tag, the tnt ignores the fuse and explodes instantly. I used this command to spawn it:

/summon PrimedTnt ~ ~ ~ {Fuse:150}

I'm pretty sure that's right because even in the NBT Data it is done the exact same way. Maybe I'm wrong I don't know

Edit: So, I tried putting in a fuse of 100 in and it worked. After some testing, it appears to only work if the value is under 128, which I assume is because that is the max fuse value. tldr: fuse tag works, limited to 127

Linked issues

Comments 5

Confirmed.

From what I've tried the Health tag doesn't work either.

Edit: Nevermind. It was replaced by HealF and Health is now obsolete.

Though on Creepers it works. Only a TNT bug.

Max value is definitely 127.

Yup, that's correct. It's a signed byte, so it can go from -128 to 127.

Andriy Dzikh

(Unassigned)

Confirmed

/summon, tnt

Minecraft 13w36b

Retrieved