Jump to content

1.12.2 Block texture Xray bug?


cowlegs

Recommended Posts

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

I28661395_1073387896136673_72321573379458

 

Please help!

Link to comment
Share on other sites

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

I28661395_1073387896136673_72321573379458

 

Please help!

My apologies, I've found a solution. Thanks anyways!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.