This commit is contained in:
26
61/assets/minecraft/items/lead.json
Normal file
26
61/assets/minecraft/items/lead.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"model": {
|
||||
"type": "range_dispatch",
|
||||
"property": "custom_model_data",
|
||||
"fallback": {
|
||||
"type": "model",
|
||||
"model": "minecraft:item/lead"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"threshold": 1,
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/lead/button_simulator_join_group"
|
||||
}
|
||||
},
|
||||
{
|
||||
"threshold": 2,
|
||||
"model": {
|
||||
"type": "model",
|
||||
"model": "item/arrow/button_back"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user