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

@ -3,14 +3,18 @@
"textures": { "textures": {
"layer0": "minecraft:item/lead" "layer0": "minecraft:item/lead"
}, },
"overrides": "overrides": [
[
{ {
"predicate": "predicate": {
{ "custom_model_data": 1
"custom_model_data":1
}, },
"model": "item/lead/button_simulator_join_group" "model": "item/lead/button_simulator_join_group"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "item/arrow/button_back"
} }
] ]
} }