A
Admincraftā€¢2w ago
Gurgie

Custom inventory "icons" for resource pack separate from model files

1) I have custom models on my server via resource pack, version 1.21.4. 2) Models work fine but they look awkward in the inventory. 3) How do I adjust .json file to use custom images in the inventory, instead of their models?
{
"model": {
"type": "minecraft:range_dispatch",
"property": "minecraft:custom_model_data",
"index": 0, "fallback": {
"type": "minecraft:model",
"model": "item/default_emerald"
},
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/kulek"
},
"threshold": 127001
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/kulek2"
},
"threshold": 127002
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/kulek3"
},
"threshold": 127003
}
]
}
}
{
"model": {
"type": "minecraft:range_dispatch",
"property": "minecraft:custom_model_data",
"index": 0, "fallback": {
"type": "minecraft:model",
"model": "item/default_emerald"
},
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/kulek"
},
"threshold": 127001
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/kulek2"
},
"threshold": 127002
},
{
"model": {
"type": "minecraft:model",
"model": "minecraft:item/kulek3"
},
"threshold": 127003
}
]
}
}
PS I know it's outdated (custom model data) way, I was using custom model data since 1.20 and I didn't want items to break after the update, so I want to keep using thresholds.
No description
11 Replies
Gurgie
GurgieOPā€¢2w ago
okay in blockbench you can change the inventory angle for export in blockbench. It might kind of work
No description
Tamz
Tamzā€¢2w ago
that is fucking terrifying
Snow Kit
Snow Kitā€¢2w ago
:this:
Gurgie
GurgieOPā€¢2w ago
inventory items properly setup
No description
Cubicake
Cubicakeā€¢2w ago
uhh Your definition of properly and mine are not the same
Gurgie
GurgieOPā€¢2w ago
I can organize things now, thanks!
No description
Torrent
Torrentā€¢2w ago
what the actual fucking fuck have you LOST your marbles šŸ’€
Lunaiskey
Lunaiskeyā€¢2w ago
No description
DJDVS
DJDVSā€¢2w ago
seems like it

Did you find this page helpful?