Humanize custom item names

This commit is contained in:
2026-08-12 23:55:32 +01:00
parent 8202db0e2c
commit 0c77a59b1b
32 changed files with 591 additions and 572 deletions
+6 -2
View File
@@ -5,10 +5,10 @@ Generated from the resource pack item model JSON.
## Summary
- Base items: 1
- Rename variants: 95
- Rename variants: 97
- Render mode: local Python renderer
## paper
## Paper
- Generated from: `assets/minecraft/items/paper.json`
- Fallback model: `minecraft:item/paper`
@@ -31,6 +31,8 @@ Generated from the resource pack item model JSON.
- Preview: <img src="renders/cards/item/standard/s_01.png" alt="Ace of Spades" width="160" />
- `Base Card` -> `cards:item/standard/base`
- Preview: <img src="renders/cards/item/standard/base.png" alt="Base Card" width="160" />
- `Black Joker` -> `cards:item/standard/j_01`
- Preview: <img src="renders/cards/item/standard/j_01.png" alt="Black Joker" width="160" />
- `Card Back` -> `cards:item/standard/back`
- Preview: <img src="renders/cards/item/standard/back.png" alt="Card Back" width="160" />
- `Custom Base Card` -> `cards:item/custom/base`
@@ -135,6 +137,8 @@ Generated from the resource pack item model JSON.
- Preview: <img src="renders/cards/item/custom/c_12.png" alt="Queen of Pickaxe" width="160" />
- `Queen of Spades` -> `cards:item/standard/s_12`
- Preview: <img src="renders/cards/item/standard/s_12.png" alt="Queen of Spades" width="160" />
- `Red Joker` -> `cards:item/standard/j_02`
- Preview: <img src="renders/cards/item/standard/j_02.png" alt="Red Joker" width="160" />
- `Seven of Clubs` -> `cards:item/standard/c_07`
- Preview: <img src="renders/cards/item/standard/c_07.png" alt="Seven of Clubs" width="160" />
- `Seven of Creeper` -> `cards:item/custom/s_07`