#Texture doesn't work
1 messages · Page 1 of 1 (latest)
{
"parent": "item/generated",
"textures": {
"layer0": "dropsboss:endcristalshard"
},
"elements": [
{
"from": [0, -8, 0],
"to": [16, -7, 16],
"rotation": { "x": -90, "y": 0, "z": 0, "origin": [0, 0, 0] },
"faces": {
"north": { "uv": [8, 0, 16, 0.5], "texture": "#layer0" },
"east": { "uv": [8, 0.5, 16, 1], "texture": "#layer0" },
"south": { "uv": [8, 1, 16, 1.5], "texture": "#layer0" },
"west": { "uv": [8, 1.5, 16, 2], "texture": "#layer0" },
"up": { "uv": [8, 8, 0, 0], "texture": "#layer0" },
"down": { "uv": [8, 8, 0, 16], "texture": "#layer0" }
}
},
{
"from": [0, 6, 0],
"to": [16, 7, 16],
"rotation": { "x": 90, "y": 0, "z": 90, "origin": [0, 0, 0] },
"faces": {
"north": { "uv": [8, 0, 16, 0.5], "texture": "#layer0" },
"east": { "uv": [8, 0.5, 16, 1], "texture": "#layer0" },
"south": { "uv": [8, 1, 16, 1.5], "texture": "#layer0" },
"west": { "uv": [8, 1.5, 16, 2], "texture": "#layer0" },
"up": { "uv": [8, 8, 0, 0], "texture": "#layer0" },
"down": { "uv": [8, 8, 0, 16], "texture": "#layer0" }
}
}
],
"display": {
"thirdperson_righthand": {
"scale": [0.5, 0.5, 0.5]
},
"thirdperson_lefthand": {
"scale": [0.5, 0.5, 0.5]
},
"ground": {
"translation": [0, 3.25, 0]
},
"gui": {
"translation": [0, 0.25, 0],
"scale": [0.93, 0.89, 0.85]
}
}
}```
Is there an obvious error within the JSON?
What exactly doesn't work?
also itemsadder is a plugin and I'm pretty sure it handle textures in it's own unique way (idk why), if you want to use it you need to check out their wiki : https://itemsadder.devs.beer/
The texture turns black and purple.
Since I reviewed the itemsadder configuration and didn't find anything wrong, I thought it might be a JSON error.
This part appears to be correct.
You should look at the logs then.
That's the problem, there's nothing in the logs.
The texture just won't load, which is why I thought it was a JSON error.
i'm having the same issue, i think its that i put the texture picking wrong but i just don't know and thats the problem