Mojira Archive
MC-68945

ambientocclusion in custom blockmodels is not used

In my (unfinished) blockmodel with the ambientocclusion tag, there is no effect from the change:

dispenser_vertical.json
{
    "ambientocclusion": false,
	"textures": {
        "all": "blocks/bautisch"
    },
    "elements": [
        {   "from": [ 0, 11, 0 ],
            "to": [ 16, 15, 16 ],
            "faces": {
                "down":  { "texture": "#all"},
                "up":    { "texture": "#all"},
                "north": { "texture": "#all"},
                "south": { "texture": "#all"},
                "west":  { "texture": "#all"},
                "east":  { "texture": "#all"}
            }
        }
    ]
}

Invalid

Kaido

2014-08-23, 02:29 AM

2014-08-23, 10:40 AM

2014-08-23, 09:44 AM

0

2

Unconfirmed

Minecraft 1.8-pre1

-