Multiblocks cannot show the End Portal texture
SynfulChaot opened this issue ยท 1 comments
When creating a multiblock that includes the end portal 'block', said portal does not appear in the visualization. There doesn't seem to be any problem, however, in showing other portal 'blocks', such as are in Nether portals or portals to the Twilight Forest.
e.g.
{
"name": "Test Page",
"icon": "minecraft:stone",
"category": "explorations",
"pages": [
{
"type": "text",
"text": "<insert content here>"
},
{
"type": "multiblock",
"name": "End Portal",
"multiblock": {
"pattern": [ [
" NNN ",
" WPPPE ",
" WP0PE ",
" WPPPE ",
" SSS "
] ],
"mapping": {
" ": "ANY",
"0": "minecraft:end_portal",
"P": "minecraft:end_portal",
"N": "minecraft:end_portal_frame[eye=true,facing=south]",
"S": "minecraft:end_portal_frame[eye=true,facing=north]",
"E": "minecraft:end_portal_frame[eye=true,facing=west]",
"W": "minecraft:end_portal_frame[eye=true,facing=east]"
},
"symmetrical": true
},
"enable_visualize": false
}
]
}
Version Affected: 1.0-10
Same as #67