Humanize custom item names
This commit is contained in:
@@ -67,6 +67,9 @@
|
||||
{ "when": "Queen of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_12" } },
|
||||
{ "when": "King of Diamonds", "model": { "type": "model", "model": "cards:item/standard/d_13" } },
|
||||
|
||||
{ "when": "Black Joker", "model": { "type": "model", "model": "cards:item/standard/j_01" } },
|
||||
{ "when": "Red Joker", "model": { "type": "model", "model": "cards:item/standard/j_02" } },
|
||||
|
||||
{ "when": "Custom Base Card", "model": { "type": "model", "model": "cards:item/custom/base" } },
|
||||
{ "when": "Custom Card Back", "model": { "type": "model", "model": "cards:item/custom/back" } },
|
||||
|
||||
@@ -112,7 +115,7 @@
|
||||
{ "when": "Queen of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_12" } },
|
||||
{ "when": "King of Mushroom", "model": { "type": "model", "model": "cards:item/custom/d_13" } },
|
||||
|
||||
{ "when": "presents", "model": { "type": "model", "model": "lz:festive/presents" } }
|
||||
{ "when": "Presents", "model": { "type": "model", "model": "lz:festive/presents" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user