A
Admincraft•4mo 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•4mo ago
okay in blockbench you can change the inventory angle for export in blockbench. It might kind of work
No description
Tamz
Tamz•4mo ago
that is fucking terrifying
Snow Kit
Snow Kit•4mo ago
:this:
Gurgie
GurgieOP•4mo ago
inventory items properly setup
No description
Cubicake
Cubicake•4mo ago
uhh Your definition of properly and mine are not the same
Gurgie
GurgieOP•3mo ago
I can organize things now, thanks!
No description
Torrent
Torrent•3mo ago
what the actual fucking fuck have you LOST your marbles šŸ’€
Lunaiskey
Lunaiskey•3mo ago
No description
DJDVS
DJDVS•3mo ago
seems like it

Did you find this page helpful?