3
Missing Textures
Hello!
Is there anyone good with resoure packs or editing textures? Or anyone who could help.
I got a ladder i've made (in blockbench) and it won't load in the resource pack. Its all transparent & empty and it has Missing Texture around it (the purple and black text)
Here's the ladder json code:
{
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "blocks/ladder",
"particle": "blocks/ladder"
},
"elements": [
{
"name": "righpillar",
"from": [0, 0, 14],
"to": [2, 32, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 22]},
"faces": {
"north": {"uv": [1, 0, 2.25, 16], "texture": "#0"},
"east": {"uv": [1, 0, 2.25, 16], "texture": "#0"},
"south": {"uv": [1, 0, 2.25, 16], "texture": "#0"},
"west": {"uv": [1, 0, 2.25, 16], "texture": "#0"},
"up": {"uv": [1, 0, 2.25, 1], "texture": "#0"},
"down": {"uv": [1, 0, 2, 1], "texture": "#0"}
}
},
{
"name": "leftpillar",
"from": [14, 0, 14],
"to": [16, 32, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [22, 8, 22]},
"faces": {
"north": {"uv": [1, 0, 2.25, 16], "texture": "#0"},
"east": {"uv": [1, 0, 2.25, 16], "texture": "#0"},
"south": {"uv": [1, 0, 2.25, 16], "texture": "#0"},
"west": {"uv": [1, 0, 2.25, 16], "texture": "#0"},
"up": {"uv": [1, 0, 2.25, 1], "texture": "#0"},
"down": {"uv": [1, 15, 2, 16], "texture": "#0"}
}
},
{
"name": "topstep",
"from": [2, 24, 14],
"to": [14, 25, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [10, 32, 23]},
"faces": {
"north": {"uv": [2.25, 12, 13.75, 12.75], "texture": "#0"},
"east": {"uv": [1.25, 0, 2.25, 0.5], "texture": "#0"},
"south": {"uv": [2.25, 12, 13.75, 12.75], "texture": "#0"},
"west": {"uv": [1, 0.25, 2, 0.75], "texture": "#0"},
"up": {"uv": [2.25, 12, 13.75, 12.75], "texture": "#0"},
"down": {"uv": [2, 12, 13.75, 12.75], "texture": "#0"}
}
},
{
"name": "bottomstep",
"from": [2, 7, 14],
"to": [14, 8, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [10, 15, 23]},
"faces": {
"north": {"uv": [2.25, 12, 13.75, 12.75], "texture": "#0"},
"east": {"uv": [1, 0.25, 2, 0.75], "texture": "#0"},
"south": {"uv": [2.25, 12, 13.75, 12.75], "texture": "#0"},
"west": {"uv": [1, 0.25, 2, 0.75], "texture": "#0"},
"up": {"uv": [2.25, 12, 13.75, 12.75], "texture": "#0"},
"down": {"uv": [2.25, 12, 13.75, 12.75], "texture": "#0"}
}
}
],
"groups": [
{
"name": "ladder right",
"origin": [8, 8, 8],
"children": [0,
{
"name": "ladder left",
"origin": [22, 8, 22],
"children": [1]
}
]
},
{
"name": "ladder steps",
"origin": [8, 8, 8],
"children": [2, 3]
}
]
}
My discord: cuntzie:0083
13
Fixed it: mediafire.com/file/ladder.json
For some reason your code had invisible characters that was breaking json file.
Also, please avoid doing multiple duplicate threads in the future : )
For some reason your code had invisible characters that was breaking json file.
Also, please avoid doing multiple duplicate threads in the future : )
https://gyazo.com/b76f66ff5e23f31e6a38af0fc32711fc
It did not work.. Left to the dropped ladder theres missing textures on the ladders.
I placed the json file you uploaded to me, in Models/blocks
Do you think I need to place it in another folder (too)?
Thanks!
It did not work.. Left to the dropped ladder theres missing textures on the ladders.
I placed the json file you uploaded to me, in Models/blocks
Do you think I need to place it in another folder (too)?
Thanks!
Does your resourcepack contain blockstates folder (in assets/minecraft/)?
YEs sir, I tried to put it in there too tho
Then search for ladder and see if it have correct path, it it only have one state specified, you can remove blockstate json entirely then
Do you mean I should remove ladder.json from the blockstate folder and find the ladders json files in the other folders and see if they have the correct path?
View 1 more replies
Brother, you are the greatest! I just noticed that too. Thanks for the clean code
You're welcome
