Compare commits

...
Sign in to create a new pull request.

3 commits
main ... dev

Author SHA1 Message Date
92bb2e78ce A NEW HAND TOUCHES THE BEACON 2025-05-17 19:13:40 -07:00
44d5e1283a Deleted forgejo action 2025-05-08 19:05:42 -07:00
fff136cf5b Added demo forgejo workflow
Some checks failed
/ test (push) Has been cancelled
2025-05-08 18:58:41 -07:00
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"
}
}
]
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/meridias_beacon"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB