A NEW HAND TOUCHES THE BEACON

This commit is contained in:
Aetous 2025-05-17 19:13:40 -07:00
parent 44d5e1283a
commit 92bb2e78ce
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"model": {
"type": "select",
"property": "component",
"component": "custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/iron_ingot"
},
"cases": [
{
"when": "Meridia's Beacon",
"model": {
"type": "model",
"model": "item/meridias_beacon"
}
}
]
}
}