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
