Im trying to disable shading but for some reason the plant always look darker than the normal one?
{ "credit": "Made with Blockbench", "texture_size": [32, 32], "textures": { "0": "block/sugar_cane", "particle": "block/sugar_cane" }, "elements": [ { "from": [8, -6, -2], "to": [8, 18, 18], "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.5, 8]}, "faces": { "north": {"uv": [0, 0, 8, 9], "texture": "#0"}, "east": {"uv": [8, 0, 0, 12], "texture": "#0", "tintindex": 0}, "south": {"uv": [0, 0, 8, 9], "texture": "#0"}, "west": {"uv": [0, 0, 8, 12], "texture": "#0", "tintindex": 0}, "up": {"uv": [0, 0, 8, 9], "texture": "#0"}, "down": {"uv": [0, 0, 8, 9], "texture": "#0"} } }, { "from": [-2, -6, 8], "to": [18, 18, 8], "shade": false, "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.5, 8]}, "faces": { "north": {"uv": [0, 0, 8, 12], "texture": "#0", "tintindex": 0}, "east": {"uv": [0, 0, 8, 9], "texture": "#0"}, "south": {"uv": [8, 0, 0, 12], "texture": "#0", "tintindex": 0}, "west": {"uv": [0, 0, 8, 9], "texture": "#0"}, "up": {"uv": [0, 0, 8, 9], "rotation": 90, "texture": "#0"}, "down": {"uv": [0, 0, 8, 9], "rotation": 270, "texture": "#0"} } } ], "display": {} }
#Can't seem to disable shade.
7 messages · Page 1 of 1 (latest)
Welcome to the help forum!
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
try disabling "ambientocclusion" too (in File > Project)
shading and ambient occlusion both shade blocks (one is directional shading, the other general shading (besides light levels) afaik)