I was playing around with zombies with saplings on their head, when I accidentaly gave one a sapling with a damage value of 6, and nothing happened. When I attacked it to get rid of it, my entire screen got a reddish hue to it, and the shadows were all messed up. When I went into third-person, my skin was jambled. It went away after five minutes.
What I expected to happen was...:
I would make a zombie which would have a sapling on its head.
What actually happened was...:
I made a zombie that when you attack it causes a graphical glitch.
Steps to Reproduce:
1. Summon a zombie with a sapling on it's head with a data-value of 6.
2. Attack the zombie.
3. Notice the graphical glitches.
Linked issues
duplicates 1
relates to 1
Comments 6
Can confirm in 14w21b, but MC-48954 is not replicable in 14w21b
Getting a black screen and this in the console after hitting the Zombie:
[00:23:02 INFO]: Client> [00:23:02] [Client thread/INFO]: [CHAT] Object successfully summoned
[00:23:02 INFO]: Client> [00:23:02] [Client thread/ERROR]: Couldn't render entity
[00:23:02 INFO]: Client> java.lang.ArrayIndexOutOfBoundsException: 6
[00:23:02 INFO]: Client> at atw.a(SourceFile:67) ~[14w21b.jar:?]
[00:23:02 INFO]: Client> at ahs.b_(SourceFile:40) ~[14w21b.jar:?]
[00:23:02 INFO]: Client> at agu.j(SourceFile:538) ~[14w21b.jar:?]
[00:23:02 INFO]: Client> at ahk.c(SourceFile:114) ~[14w21b.jar:?]
[00:23:02 INFO]: Client> at uv.b(SourceFile:1096) ~[14w21b.jar:?]
[00:23:02 INFO]: Client> at cal.a(SourceFile:75) ~[14w21b.jar:?]
[00:23:02 INFO]: Client> at cgt.a(SourceFile:55) ~[14w21b.jar:?]
[00:23:02 INFO]: Client> at cfj.a(SourceFile:408) ~[14w21b.jar:?]
[00:23:02 INFO]: Client> at cfj.a(SourceFile:167) [14w21b.jar:?]
[00:23:02 INFO]: Client> at cfn.a(SourceFile:23) [14w21b.jar:?]
[00:23:02 INFO]: Client> at cgl.a(SourceFile:46) [14w21b.jar:?]
[00:23:02 INFO]: Client> at cgl.a(SourceFile:11) [14w21b.jar:?]
[00:23:02 INFO]: Client> at ceo.a(SourceFile:236) [14w21b.jar:?]
[00:23:02 INFO]: Client> at ceo.a(SourceFile:200) [14w21b.jar:?]
[00:23:02 INFO]: Client> at ceo.a(SourceFile:177) [14w21b.jar:?]
[00:23:02 INFO]: Client> at can.a(SourceFile:499) [14w21b.jar:?]
[00:23:02 INFO]: Client> at cag.a(SourceFile:1198) [14w21b.jar:?]
[00:23:02 INFO]: Client> at cag.a(SourceFile:1105) [14w21b.jar:?]
[00:23:02 INFO]: Client> at cag.b(SourceFile:955) [14w21b.jar:?]
[00:23:02 INFO]: Client> at bjs.ah(SourceFile:870) [14w21b.jar:?]
[00:23:02 INFO]: Client> at bjs.f(SourceFile:797) [14w21b.jar:?]
[00:23:02 INFO]: Client> at net.minecraft.client.main.Main.main(SourceFile:121) [14w21b.jar:?]
Dup of MC-55413
Cannot reproduce in 14w30c, assuming duplicate of MC-58512
Command:
Can confirm in 14w21b (not in 1.7.9).
When you hit this kind of zombie, you'll get a black (maybe red) screen.
BUT, the author is using an invalid data value ("6"). So, that's possibly intended. Works fine when the data value is 0.
Relates to MC-48954.