Posted September 20, 20178 yr For some reason my JSON model is shading the opposite side that a block is placed on. Without blocks behind it: And this with blocks behind it: Why is this happening? Is there something wrong with my model or is this a forge bug? Here's the JSON: "textures": { "main": "#normal", "particle": "#normal" }, "elements": [ { "from": [0, 0, 0], "to": [8, 8, 8], "faces": { "north": { "uv": [8, 8, 16, 16], "cullface": "north", "tintindex": 0, "texture": "#main" }, "west": { "uv": [0, 8, 8, 16], "cullface": "west", "tintindex": 0, "texture": "#main" }, "down": { "uv": [0, 8, 8, 16], "cullface": "down", "tintindex": 0, "texture": "#main" } } }, { "from": [8, 0, 0], "to": [16, 8, 8], "faces": { "north": { "uv": [0, 8, 8, 16], "cullface": "north", "tintindex": 0, "texture": "#main" }, "east": { "uv": [8, 8, 16, 16], "cullface": "east", "tintindex": 0, "texture": "#main" }, "down": { "uv": [8, 8, 16, 16], "cullface": "down", "tintindex": 0, "texture": "#main" } } }, { "from": [0, 0, 8], "to": [8, 8, 16], "faces": { "south": { "uv": [0, 8, 8, 16], "cullface": "south", "tintindex": 0, "texture": "#main" }, "west": { "uv": [8, 8, 16, 16], "cullface": "west", "tintindex": 0, "texture": "#main" }, "down": { "uv": [0, 0, 8, 8], "cullface": "down", "tintindex": 0, "texture": "#main" } } }, { "from": [8, 0, 8], "to": [16, 8, 16], "faces": { "east": { "uv": [0, 8, 8, 16], "cullface": "east", "tintindex": 0, "texture": "#main" }, "south": { "uv": [8, 8, 16, 16], "cullface": "south", "tintindex": 0, "texture": "#main" }, "down": { "uv": [8, 0, 16, 8], "cullface": "down", "tintindex": 0, "texture": "#main" } } }, { "from": [0, 8, 0], "to": [8, 16, 8], "faces": { "north": { "uv": [8, 0, 16, 8], "cullface": "north", "tintindex": 0, "texture": "#main" }, "west": { "uv": [0, 0, 8, 8], "cullface": "west", "tintindex": 0, "texture": "#main" }, "up": { "uv": [0, 0, 8, 8], "cullface": "up", "tintindex": 0, "texture": "#main" } } }, { "from": [8, 8, 0], "to": [16, 16, 8], "faces": { "north": { "uv": [0, 0, 8, 8], "cullface": "north", "tintindex": 0, "texture": "#main" }, "east": { "uv": [8, 0, 16, 8], "cullface": "east", "tintindex": 0, "texture": "#main" }, "up": { "uv": [8, 0, 16, 8], "cullface": "up", "tintindex": 0, "texture": "#main" } } }, { "from": [0, 8, 8], "to": [8, 16, 16], "faces": { "south": { "uv": [0, 0, 8, 8], "cullface": "south", "tintindex": 0, "texture": "#main" }, "west": { "uv": [8, 0, 16, 8], "cullface": "west", "tintindex": 0, "texture": "#main" }, "up": { "uv": [0, 8, 8, 16], "cullface": "up", "tintindex": 0, "texture": "#main" } } }, { "from": [8, 8, 8], "to": [16, 16, 16], "faces": { "east": { "uv": [0, 0, 8, 8], "cullface": "east", "tintindex": 0, "texture": "#main" }, "south": { "uv": [8, 0, 16, 8], "cullface": "south", "tintindex": 0, "texture": "#main" }, "up": { "uv": [8, 8, 16, 16], "cullface": "up", "tintindex": 0, "texture": "#main" } } } ] } Edited September 20, 20178 yr by Silly511
September 20, 20178 yr Author 14.22.1.2479 on 1.12.1. I forgot to put the version in the title. Edited September 20, 20178 yr by Silly511
September 20, 20178 yr Assuming you meant 14.22.1.2479, try using build 2485+. There was a bug that could possibly be affecting this.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.