items/gui.item.json rp =
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "leg:gui",
"category": "tools"
},
"components": {
"minecraft:icon": "gui",
"minecraft:render_offsets": "tools",
"minecraft:hover_text_color": "light_purple"
}
}
}```
textures/item_texture.json rp =
```json
{
"resource_pack_name": "tut",
"texture_name": "atlas.items",
"texture_data": {
"gui": {
"textures": "textures/items/gui.png"
}
}
}```
items/gui.item.json bp =
```json
{
"format_version": "1.10",
"minecraft:item": {
"description": {
"identifier": "leg:gui"
},
"components": {
"minecraft:hand_equipped": false,
"minecraft:stacked_by_data": false,
"minecraft:foil": true,
"minecraft:max_stack_size": 1,
"minecraft:max_damage": 0
}
}
}```