updated readmes
Build renameable item readme / build (push) Successful in 8s
Package resourcepack release / release (push) Successful in 3s

This commit is contained in:
2026-08-13 00:05:07 +01:00
parent 0c77a59b1b
commit d7a3b6a7b5
7 changed files with 393 additions and 635 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/cake"
},
"cases": [
{ "when": "Frosted Cake Slice", "model": { "type": "model", "model": "lz:food/plated_cake_slice" } }
{ "when": "Cake Slice", "model": { "type": "model", "model": "lz:food/plated_cake_slice" } }
]
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"model": "minecraft:item/carrot"
},
"cases": [
{ "when": "Garden Carrot Soup", "model": { "type": "model", "model": "lz:food/soup_vegetable" } }
{ "when": "Carrot Soup", "model": { "type": "model", "model": "lz:food/soup_vegetable" } }
]
}
}
+2 -2
View File
@@ -67,8 +67,8 @@
{ "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": "Black Joker", "model": { "type": "model", "model": "cards:item/standard/joker_black" } },
{ "when": "Red Joker", "model": { "type": "model", "model": "cards:item/standard/joker_red" } },
{ "when": "Custom Base Card", "model": { "type": "model", "model": "cards:item/custom/base" } },
{ "when": "Custom Card Back", "model": { "type": "model", "model": "cards:item/custom/back" } },