mojira.dev
MC-7342

Death message shows java entity name (w/ fireballs)

When playing Disco's Evil Santa Boss Fight and died it occurred to me that the death message I got back was "ilxMine was knocked from a high place and got finished off by entity.SmallFireball.name". So the death message showed the java entity name because it is probably not defined well.

It is hard to reproduce but I made a small contraption to let you see how it works. (See attachment). In the world is also a small explanation of how I did it.

I think it's easy to fix.

Attachments

Comments 2

My theory:
In the previous versions you just burned to death, the fireball did no damage. Now in this version the fireball does damage and they forgot to translate the class name into human languages.

How to fix:
Just add "entity.SmallFireball.name=Fireball" into the "minecraft.jar/lang/en_US.lang" file (if using another language add it to that langage's file). Oh yeah, don't forget to remove the META-INF folder... (silly java and its checksums)

That's because there is no language text for the fireball because it wasn't needed until now. The projectile fireball isn't the same as the item you can use so Mojang forgot to assign the language string to the actual fireball which is shot

Niels Hakkers

Nathan Adams

Confirmed

death-message, fire_charge, small_fireball

Snapshot 13w02b

Snapshot 13w03a

Retrieved