3

Missing Textures

Dispharmacy 1/30/21 10:33 am history
969
1/30/2021 6:28 pm

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
Posted by
Dispharmacy
Level 43 : Master System
267

  Have something to say?

JoinSign in

13

oakar258
01/30/2021 5:48 pm
Level 69 : High Grandmaster Artist
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 : )
2
Dispharmacy
01/30/2021 6:01 pm
Level 43 : Master System
history
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!
1
oakar258
01/30/2021 6:10 pm
Level 69 : High Grandmaster Artist
history
Does your resourcepack contain blockstates folder (in assets/minecraft/)?
2
Dispharmacy
01/30/2021 6:10 pm
Level 43 : Master System
history
YEs sir, I tried to put it in there too tho
1
oakar258
01/30/2021 6:11 pm
Level 69 : High Grandmaster Artist
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
2
Dispharmacy
01/30/2021 6:15 pm
Level 43 : Master System
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?
1
Dispharmacy
01/30/2021 5:54 pm
Level 43 : Master System
Brother, you are the greatest! I just noticed that too. Thanks for the clean code
1
oakar258
01/30/2021 5:55 pm
Level 69 : High Grandmaster Artist
You're welcome
2

Welcome