add resource pack

This commit is contained in:
2026-07-18 17:01:30 +02:00
parent 6b1d0e6a8d
commit fb77b8dc90
17 changed files with 109 additions and 3 deletions
@@ -0,0 +1,16 @@
{
"model": {
"type": "minecraft:model",
"model": "unmei:item/axe",
"tints": [
{
"type": "minecraft:constant",
"value": [1,1,1]
},
{
"type": "minecraft:custom_model_data",
"default": 16777215
}
]
}
}
@@ -0,0 +1,14 @@
{
"oversized_in_gui": true,
"model": {
"type": "minecraft:condition",
"property": "minecraft:carried",
"on_true": {
"type": "minecraft:empty"
},
"on_false": {
"type": "minecraft:model",
"model":"unmei:item/gui/left_arrow"
}
}
}
@@ -0,0 +1,14 @@
{
"oversized_in_gui": true,
"model": {
"type": "minecraft:condition",
"property": "minecraft:carried",
"on_true": {
"type": "minecraft:empty"
},
"on_false": {
"type": "minecraft:model",
"model":"unmei:item/gui/right_arrow"
}
}
}