cowlegs Posted March 8, 2018 Share Posted March 8, 2018 Alright, so basically for some reason when I create my new block it seems to create some kind of xray-effect on any block touching it, meaning that I can now see through the floor as if I had xray vision... JSON: Spoiler { "ambientocclusion": false, "textures": { "particle": "blocks/water_still", "flowerpot": "blocks/log_oak", "dirt": "blocks/water_still" }, "elements": [ { "from": [ 5, 0, 5 ], "to": [ 6, 6, 11 ], "faces": { "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } } }, { "from": [ 10, 0, 5 ], "to": [ 11, 6, 11 ], "faces": { "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } } }, { "from": [ 6, 0, 5 ], "to": [ 10, 6, 6 ], "faces": { "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } } }, { "from": [ 6, 0, 10 ], "to": [ 10, 6, 11 ], "faces": { "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } } }, { "from": [ 6, 0, 6 ], "to": [ 10, 4, 10 ], "faces": { "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } } } ] } Image example: Spoiler I Please help! Quote Link to comment Share on other sites More sharing options...
cowlegs Posted March 8, 2018 Author Share Posted March 8, 2018 11 minutes ago, cowlegs said: Alright, so basically for some reason when I create my new block it seems to create some kind of xray-effect on any block touching it, meaning that I can now see through the floor as if I had xray vision... JSON: Reveal hidden contents { "ambientocclusion": false, "textures": { "particle": "blocks/water_still", "flowerpot": "blocks/log_oak", "dirt": "blocks/water_still" }, "elements": [ { "from": [ 5, 0, 5 ], "to": [ 6, 6, 11 ], "faces": { "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } } }, { "from": [ 10, 0, 5 ], "to": [ 11, 6, 11 ], "faces": { "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } } }, { "from": [ 6, 0, 5 ], "to": [ 10, 6, 6 ], "faces": { "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } } }, { "from": [ 6, 0, 10 ], "to": [ 10, 6, 11 ], "faces": { "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } } }, { "from": [ 6, 0, 6 ], "to": [ 10, 4, 10 ], "faces": { "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } } } ] } Image example: Reveal hidden contents I Please help! My apologies, I've found a solution. Thanks anyways! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.