Restructure card asset paths and rename card names
Build renameable item readme / build (push) Successful in 9s
Package resourcepack release / release (push) Successful in 4s

This commit is contained in:
2026-08-12 22:21:40 +01:00
parent b3e1eaaae7
commit 4c017d3d1b
173 changed files with 1103 additions and 1121 deletions
+2 -2
View File
@@ -41,8 +41,8 @@
"property": "minecraft:display_context"
},
"cases": [
{ "when": "deck", "model": { "type": "model", "model": "cards:item/deck" } },
{ "when": "deck_custom", "model": { "type": "model", "model": "cards:item/custom/deck" } }
{ "when": "Deck of Cards", "model": { "type": "model", "model": "cards:item/standard/deck" } },
{ "when": "Custom Deck of Cards", "model": { "type": "model", "model": "cards:item/custom/deck" } }
]
}
}