When you summon a Creeper with an explosion radius of over 127 (or use entitydata command) and ignite it with flint and steel, the explosion does not affect blocks.
/summon Creeper ~ ~ ~ {ExplosionRadius:128,129,130...}
/entitydata @e[type=Creeper] {ExplosionRadius:128,129,130...}
Attachments
Comments 5
Gonna mark as duplicate of MC-10755. The radius, like many tags, are values using signed bytes, meaning they have a maximum value of 127.
I agree that this is "won't fix", but I don't think it is a dupe of MC-10755, as that is about status effects, mining fatigue in particular. This is about NBT tags, which are a different thing.
@Isaac King, I marked it as a duplicate of MC-10755 since several other reports more similar to this one have also been marked as a duplicate of it.
Probably isn't a major concern, but its very disappointing.