Add back to schem info
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-05-29 08:36:54 +02:00
parent 0ab0358799
commit 54388cc62b

View File

@ -1,16 +1,20 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "minecraft:item/lead"
},
"overrides":
[
{
"predicate":
{
"custom_model_data":1
},
"model": "item/lead/button_simulator_join_group"
}
]
"parent": "item/handheld",
"textures": {
"layer0": "minecraft:item/lead"
},
"overrides": [
{
"predicate": {
"custom_model_data": 1
},
"model": "item/lead/button_simulator_join_group"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "item/arrow/button_back"
}
]
}