#item resource not showing up

1 messages · Page 1 of 1 (latest)

simple tulip
#

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
        }
    }
}```
#

pls help

#

im a bit dumb

inner ermine
#
"minecraft:icon": {
    "texture": "gui"
},
``` @simple tulip
simple tulip
#

ty

#

where do i put it

simple tulip
#

which pack do i put it in

#

nvm

#

i found it

inner ermine
#

bp/items

simple tulip
#

ty

inner ermine
#

wc

simple tulip
#
{
    "format_version": "1.10",
    "minecraft:item": {
        "minecraft:icon": {
            "texture": "gui"
        },
        "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
            
        }
    }
}```
#

like that

inner ermine
#

in components

simple tulip
#

oh

simple tulip
inner ermine
#

ye

simple tulip
#

and do i keep atlas.items

inner ermine
#

yes

simple tulip
#

when i reload it, the item pic doesnt show

inner ermine
#

rejoin

simple tulip
#

oki

#

still

inner ermine
#

if it's new file, restart mc

simple tulip
#

i did

#

is that the correct file path

inner ermine
#

yeah

simple tulip
#

idk whats wrong with it

inner ermine
#

add namespace

simple tulip
#

ok

#

added it

#

im restarting mc

inner ermine
#

RP/textures/item_texture.json```json
{
"resource_pack_name": "tut",
"texture_name": "atlas.items",
"texture_data": {
"leg.gui": {
"textures": "textures/items/gui.png"
}
}
}

simple tulip
#

ty

#

lol

inner ermine
#

BP/items/gui.item.json```json
{
"format_version": "1.16.0",
"minecraft:item": {
"description": {
"identifier": "leg:gui"
},
"components": {
"minecraft:icon": {
"texture": "leg.gui"
},
"minecraft:hand_equipped": false,
"minecraft:stacked_by_data": false,
"minecraft:foil": true,
"minecraft:max_stack_size": 1,
"minecraft:max_damage": 0
}
}
}

simple tulip
#

added

#

im restarting mc

#

testing it

inner ermine
#

then use that format version

simple tulip
#

in which one

inner ermine
simple tulip
#

yes