Fluids do not show in multiblocks
SynfulChaot opened this issue ยท 0 comments
When creating a multiblock that includes fluids, said fluids do not appear in the visualization.
e.g.
{
"name": "Getting to the Twilight Forest",
"icon": "minecraft:grass",
"category": "explorations",
"pages": [
{
"type": "multiblock",
"name": "A Twilight Portal",
"multiblock": {
"pattern": [
[ " FF ", "F F", "F F", " FF " ],
[ " GG ", "G0WG", "GWWG", " GG " ]
],
"mapping": {
" ": "ANY",
"F": "minecraft:red_flower",
"G": "minecraft:grass",
"W": "minecraft:water",
"0": "minecraft:water"
},
"symmetrical": true,
"offset" : [0, 1, 0],
"view_offset": [0, 0, 0]
},
"text": "You can use any kind of flower here. Make it pretty!",
"enable_visualize": false
},
{
"type": "spotlight",
"title": "Activate it!",
"item": "minecraft:diamond",
"text": "Toss a Diamond in the pool and you'll open a portal to the Twilight Forest. Don't get lost!"
}
]
}
Version Affected: 1.0-10