#{Resolved} item texture being weird

1 messages · Page 1 of 1 (latest)

dapper orbit
#

I think I did everything correctly but I’m not sure

The item behaviour file


"minecraft:icon": { "texture": "ryu.gui" },```

Item_texure.json
```js

{
    "resource_pack_name": "ahahahah",
    "texture_name": "atlas.items",
    "texture_data": {
        "ryu.gui": {
            "textures": "textures/items/gui"
        }
    }
}```

The texture is inside that file and is present so I’m not sure what’s going on. Everything looks correct on my end 

The error is that It’s saying the item requires either a icon atlas or icon texture
real iron
#

You only need the textures key if you want it dyed or trimmed

dapper orbit
#

Oh weird, I’ll try it out

#

It seems to come up with the same error.

#

The texture location is good so I don’t know why this is happening

real iron
dapper orbit
#

I’ll try it

#

It just doesn’t seem to register any textures. I tried putting the icon as “stick” or “apple” and gave me the same error

#

Not sure if this’ll help but if it does then idk


{
    "format_version": "1.12.10",
    "minecraft:item": {
        "description": {
            "identifier": "ryu:gui",
            "category": "items"
        },
        "components": {
"minecraft:max_stack_size": 1,
"minecraft:foil": true,
"minecraft:icon": "stick"
        }
    }        
}```
real iron
#

Oh my god thats why

#

Youre using 1.12.10?

dapper orbit
#

Oh typo I think 😭

#

I’m so dumb, idk how I didn’t notice that

#

I meant 1.20.10

#

It surprisingly works now.

#

Sorry if I wasted your time

real iron
#

The power for typos PE_PandaFire