Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-68945

ambientocclusion in custom blockmodels is not used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 1.8-pre1
    • None
    • Win 8.1u1 64bit, Java 8u11 64bit, 16 Gb Ram, GTX680M
    • Unconfirmed

      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"}
                  }
              }
          ]
      }
      
      

            Unassigned Unassigned
            kaido1 Kaido
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: