#Texture doesn't work

1 messages · Page 1 of 1 (latest)

sonic grove
#

Hi! I created a texture in Blockbench to use in ItemAdder, but I don't understand why the texture isn't loading. If anyone can help me, I've tried everything...

sonic grove
#
{
  "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?

midnight currentBOT
#

-# (helpers summoned) <@&1166082198152159386> <@&1202694677766348840>

drowsy kelp
#

What exactly doesn't work?

slender plume
#

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/

This website helps you configure and create custom items for my plugin.

sonic grove
sonic grove
drowsy kelp
sonic grove
#

The texture just won't load, which is why I thought it was a JSON error.

long cove
#

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