End Portal Block not rendered when enderman hold it!
When i summon enderman and carried with end portal block. It's not rendered block. And I found list of enderman holding block render glitch.
List of Block Not Rendered :
/summon Enderman ~ ~ ~
/summon Enderman ~ ~ ~
{carried:skull}/summon Enderman ~ ~ ~
{carried:standing_sign}/summon Enderman ~ ~ ~
{carried:wall_sign}/summon Zombie ~- ~ ~ {Equipment:[
{id:end_portal},{},{},{},{}]}
List of Block Rendered Glitch :
/summon Enderman ~ ~ ~
/summon Enderman ~ ~ ~
{carried:ladder}/summon Enderman ~ ~ ~
{carried:flower_pot}/summon Enderman ~ ~ ~
{carried:double_plant}/summon Enderman ~ ~ ~
{carried:tripwire}/summon Enderman ~ ~ ~
{carried:pumpkin_stem,carriedData:7}/summon Enderman ~ ~ ~
{carried:melon_stem,carriedData:7}/summon Enderman ~ ~ ~
{carried:fire}/summon Enderman ~ ~ ~
{carried:tripwire_hook}/summon Enderman ~ ~ ~
{carried:redstone_wire}Environment
OS : Microsoft Windows XP Professional Version 5.1 Service Pack 3
CPU : Intel(R) Pentium(R) 4 CPU 2.80GHz
RAM : 1 GB DDR RAM
Java Version : Java Development Kit 1.7.0 Update 51
OpenGL Version : Intel 1.3.0 Build 4.14.10.4342
Linked Issues
Created Issue:
End Portal Block not rendered when enderman hold it!
When i summon enderman and carried with end portal block. It's not rendered block. And I found list of enderman holding block render glitch.
List of Block Not Rendered :
{carried:end_portal}
/summon Enderman ~ ~ ~/summon Enderman ~ ~ ~
{carried:skull}/summon Enderman ~ ~ ~
{carried:standing_sign}/summon Enderman ~ ~ ~
{carried:wall_sign}/summon Zombie ~- ~ ~ {Equipment:[
{id:end_portal},{},{},{},{}]}
List of Block Rendered Glitch :
{carried:unpowered_repeater}
/summon Enderman ~ ~ ~/summon Enderman ~ ~ ~
{carried:ladder}/summon Enderman ~ ~ ~
{carried:flower_pot}/summon Enderman ~ ~ ~
{carried:double_plant}/summon Enderman ~ ~ ~
{carried:tripwire}/summon Enderman ~ ~ ~
{carried:pumpkin_stem,carriedData:7}/summon Enderman ~ ~ ~
{carried:melon_stem,carriedData:7}/summon Enderman ~ ~ ~
{carried:fire}/summon Enderman ~ ~ ~
{carried:tripwire_hook}/summon Enderman ~ ~ ~
{carried:redstone_wire}Environment
OS : Microsoft Windows XP Professional Version 5.1 Service Pack 3
CPU : Intel(R) Pentium(R) 4 CPU 2.80GHz
RAM : 1 GB DDR RAM
Java Version : Java Development Kit 1.7.0 Update 51
OpenGL Version : Intel 1.3.0 Build 4.14.10.4342
relates to
Some info
This issue is an inconsistency between the three types of portal blocks. It is a re-evaluation of MC-54462, as since then, end portals and end gateways have been changed to be unobtainable.
The bug
While nether portals are rendered while being held by endermen or as block display entities, end portals and end gateways are not. One could expect that end portals and end gateways are rendered as well while being held by an enderman or as block display entities.
How to reproduce
Endermen
- Run the command:
/summon minecraft:enderman ~ ~ ~ {NoAI:1,carriedBlockState:{Name:"nether_portal"}} - Run the command:
/summon minecraft:enderman ~ ~ ~ {NoAI:1,carriedBlockState:{Name:"end_portal"}} - Run the command:
/summon minecraft:enderman ~ ~ ~ {NoAI:1,carriedBlockState:{Name:"end_gateway"}}
Block displays
- Run the command:
/summon minecraft:block_display ~ ~ ~ {block_state:{Name:"minecraft:nether_portal"}} - Run the command:
/summon minecraft:block_display ~ ~ ~ {block_state:{Name:"minecraft:end_portal"}} - Run the command:
/summon minecraft:block_display ~ ~ ~ {block_state:{Name:"minecraft:end_gateway"}}
Observed result
End portals and gateways are not rendered while held by endermen or as block display entities, though nether portals are.
Expected result
All of the mentioned blocks would be rendered while held by endermen or as block display entities.




In
MC-50972:Mog (Ryan Holtz):
Yeah but it's not exactly the same issue. End portal block should have the missing texture even when an enderman hold it.