chore: commit all changes

This commit is contained in:
2026-08-11 19:00:56 +01:00
parent 17f317366d
commit 18ad59b195
457 changed files with 0 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/apple"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_apple" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_apple_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_apple_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_apple_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_apple_4" } },
{ "when": "cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
]
}
}
+17
View File
@@ -0,0 +1,17 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/baked_potato"
},
"cases": [
{ "when": "baked", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } },
{ "when": "baked_1", "model": { "type": "model", "model": "lz:food/plated_baked_potato_1" } },
{ "when": "baked_2", "model": { "type": "model", "model": "lz:food/plated_baked_potato_2" } },
{ "when": "baked_3", "model": { "type": "model", "model": "lz:food/plated_baked_potato_3" } }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/beetroot_soup"
},
"cases": [
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_beetroot" } }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bone"
},
"cases": [
{ "when": "broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } }
]
}
}
+21
View File
@@ -0,0 +1,21 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bread"
},
"cases": [
{ "when": "sandwich_chicken_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_1" } },
{ "when": "sandwich_chicken_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken_2" } },
{ "when": "sandwich_egg_1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_1" } },
{ "when": "sandwich_egg_2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg_2" } },
{ "when": "sandwich_glow_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } },
{ "when": "sandwich_glow_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } },
{ "when": "sandwich_sweet_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } },
{ "when": "sandwich_sweet_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } }
]
}
}
+48
View File
@@ -0,0 +1,48 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/bundle"
},
"on_true": {
"type": "minecraft:composite",
"models": [
{
"type": "minecraft:model",
"model": "minecraft:item/bundle_open_back"
},
{
"type": "minecraft:bundle/selected_item"
},
{
"type": "minecraft:model",
"model": "minecraft:item/bundle_open_front"
}
]
},
"property": "minecraft:bundle/has_selected_item"
},
"when": "gui"
}
],
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bundle"
},
"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" } }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cake"
},
"cases": [
{ "when": "slice", "model": { "type": "model", "model": "lz:food/plated_cake_slice" } }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/carrot"
},
"cases": [
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_vegetable" } }
]
}
}
@@ -0,0 +1,15 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/carved_pumpkin"
},
"cases": [
{ "when": "witch_hat", "model": { "type": "model", "model": "lz:hats/witch" } },
{ "when": "floral_crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } }
]
}
}
+19
View File
@@ -0,0 +1,19 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cocoa_beans"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_chocolate_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_chocolate_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_chocolate_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_chocolate_4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
]
}
}
+21
View File
@@ -0,0 +1,21 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cod"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
{ "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
{ "when": "roll_5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
{ "when": "roll_6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } },
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cooked_beef"
},
"cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_beef" } }
]
}
}
@@ -0,0 +1,20 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cooked_chicken"
},
"cases": [
{ "when": "roast", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } },
{ "when": "roast_0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_0" } },
{ "when": "roast_1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_1" } },
{ "when": "roast_2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_2" } },
{ "when": "roast_3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_3" } },
{ "when": "roast_4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken_4" } },
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
]
}
}
+15
View File
@@ -0,0 +1,15 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cooked_cod"
},
"cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } },
{ "when": "stew_fish", "model": { "type": "model", "model": "lz:food/stew_fish" } }
]
}
}
@@ -0,0 +1,19 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cooked_porkchop"
},
"cases": [
{ "when": "ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } },
{ "when": "ham_0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_0" } },
{ "when": "ham_1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_1" } },
{ "when": "ham_2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_2" } },
{ "when": "ham_3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_3" } },
{ "when": "ham_4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham_4" } }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cooked_rabbit"
},
"cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_rabbit" } }
]
}
}
+38
View File
@@ -0,0 +1,38 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/cookie"
},
"cases": [
{ "when": "cookie", "model": { "type": "model", "model": "lz:food/plated_cookie" } },
{ "when": "cookie_1", "model": { "type": "model", "model": "lz:food/plated_cookie_1" } },
{ "when": "cookie_2", "model": { "type": "model", "model": "lz:food/plated_cookie_2" } },
{ "when": "cookie_3", "model": { "type": "model", "model": "lz:food/plated_cookie_3" } },
{ "when": "cookie_4", "model": { "type": "model", "model": "lz:food/plated_cookie_4" } },
{ "when": "sweet_berry", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry" } },
{ "when": "sweet_berry_1", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_1" } },
{ "when": "sweet_berry_2", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_2" } },
{ "when": "sweet_berry_3", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_3" } },
{ "when": "sweet_berry_4", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry_4" } },
{ "when": "honey", "model": { "type": "model", "model": "lz:food/plated_cookie_honey" } },
{ "when": "honey_1", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_1" } },
{ "when": "honey_2", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_2" } },
{ "when": "honey_3", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_3" } },
{ "when": "honey_4", "model": { "type": "model", "model": "lz:food/plated_cookie_honey_4" } },
{ "when": "sugar", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar" } },
{ "when": "sugar_1", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_1" } },
{ "when": "sugar_2", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_2" } },
{ "when": "sugar_3", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_3" } },
{ "when": "sugar_4", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar_4" } },
{ "when": "chocolate", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate" } },
{ "when": "chocolate_1", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_1" } },
{ "when": "chocolate_2", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_2" } },
{ "when": "chocolate_3", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_3" } },
{ "when": "chocolate_4", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate_4" } }
]
}
}
+17
View File
@@ -0,0 +1,17 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/dried_kelp"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
]
}
}
+16
View File
@@ -0,0 +1,16 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/glass_bottle"
},
"cases": [
{ "when": "mug_chocolate", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/glass_bottle" } },
{ "when": "drink_water", "model": { "type": "model", "model": "lz:food/drink_water" } }
]
}
}
+19
View File
@@ -0,0 +1,19 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/glow_berries"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_3" } },
{ "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll_4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_glow_berry" } }
]
}
}
+16
View File
@@ -0,0 +1,16 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/melon_slice"
},
"cases": [
{ "when": "popsicle_1", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_1" } },
{ "when": "popsicle_2", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle_2" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_melon_juice" } }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/mushroom_stew"
},
"cases": [
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_mushroom" } }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/oak_sapling"
},
"cases": [
{ "when": "christmas", "model": { "type": "model", "model": "lz:festive/christmas_tree" } }
]
}
}
+138
View File
@@ -0,0 +1,138 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/paper"
},
"cases": [
{ "when": "card_base", "model": { "type": "model", "model": "cards:item/base" } },
{ "when": "card_s01", "model": { "type": "model", "model": "cards:item/s_01" } },
{ "when": "card_s02", "model": { "type": "model", "model": "cards:item/s_02" } },
{ "when": "card_s03", "model": { "type": "model", "model": "cards:item/s_03" } },
{ "when": "card_s04", "model": { "type": "model", "model": "cards:item/s_04" } },
{ "when": "card_s05", "model": { "type": "model", "model": "cards:item/s_05" } },
{ "when": "card_s06", "model": { "type": "model", "model": "cards:item/s_06" } },
{ "when": "card_s07", "model": { "type": "model", "model": "cards:item/s_07" } },
{ "when": "card_s08", "model": { "type": "model", "model": "cards:item/s_08" } },
{ "when": "card_s09", "model": { "type": "model", "model": "cards:item/s_09" } },
{ "when": "card_s10", "model": { "type": "model", "model": "cards:item/s_10" } },
{ "when": "card_s11", "model": { "type": "model", "model": "cards:item/s_11" } },
{ "when": "card_s12", "model": { "type": "model", "model": "cards:item/s_12" } },
{ "when": "card_s13", "model": { "type": "model", "model": "cards:item/s_13" } },
{ "when": "card_h01", "model": { "type": "model", "model": "cards:item/h_01" } },
{ "when": "card_h02", "model": { "type": "model", "model": "cards:item/h_02" } },
{ "when": "card_h03", "model": { "type": "model", "model": "cards:item/h_03" } },
{ "when": "card_h04", "model": { "type": "model", "model": "cards:item/h_04" } },
{ "when": "card_h05", "model": { "type": "model", "model": "cards:item/h_05" } },
{ "when": "card_h06", "model": { "type": "model", "model": "cards:item/h_06" } },
{ "when": "card_h07", "model": { "type": "model", "model": "cards:item/h_07" } },
{ "when": "card_h08", "model": { "type": "model", "model": "cards:item/h_08" } },
{ "when": "card_h09", "model": { "type": "model", "model": "cards:item/h_09" } },
{ "when": "card_h10", "model": { "type": "model", "model": "cards:item/h_10" } },
{ "when": "card_h11", "model": { "type": "model", "model": "cards:item/h_11" } },
{ "when": "card_h12", "model": { "type": "model", "model": "cards:item/h_12" } },
{ "when": "card_h13", "model": { "type": "model", "model": "cards:item/h_13" } },
{ "when": "card_c01", "model": { "type": "model", "model": "cards:item/c_01" } },
{ "when": "card_c02", "model": { "type": "model", "model": "cards:item/c_02" } },
{ "when": "card_c03", "model": { "type": "model", "model": "cards:item/c_03" } },
{ "when": "card_c04", "model": { "type": "model", "model": "cards:item/c_04" } },
{ "when": "card_c05", "model": { "type": "model", "model": "cards:item/c_05" } },
{ "when": "card_c06", "model": { "type": "model", "model": "cards:item/c_06" } },
{ "when": "card_c07", "model": { "type": "model", "model": "cards:item/c_07" } },
{ "when": "card_c08", "model": { "type": "model", "model": "cards:item/c_08" } },
{ "when": "card_c09", "model": { "type": "model", "model": "cards:item/c_09" } },
{ "when": "card_c10", "model": { "type": "model", "model": "cards:item/c_10" } },
{ "when": "card_c11", "model": { "type": "model", "model": "cards:item/c_11" } },
{ "when": "card_c12", "model": { "type": "model", "model": "cards:item/c_12" } },
{ "when": "card_c13", "model": { "type": "model", "model": "cards:item/c_13" } },
{ "when": "card_d01", "model": { "type": "model", "model": "cards:item/d_01" } },
{ "when": "card_d02", "model": { "type": "model", "model": "cards:item/d_02" } },
{ "when": "card_d03", "model": { "type": "model", "model": "cards:item/d_03" } },
{ "when": "card_d04", "model": { "type": "model", "model": "cards:item/d_04" } },
{ "when": "card_d05", "model": { "type": "model", "model": "cards:item/d_05" } },
{ "when": "card_d06", "model": { "type": "model", "model": "cards:item/d_06" } },
{ "when": "card_d07", "model": { "type": "model", "model": "cards:item/d_07" } },
{ "when": "card_d08", "model": { "type": "model", "model": "cards:item/d_08" } },
{ "when": "card_d09", "model": { "type": "model", "model": "cards:item/d_09" } },
{ "when": "card_d10", "model": { "type": "model", "model": "cards:item/d_10" } },
{ "when": "card_d11", "model": { "type": "model", "model": "cards:item/d_11" } },
{ "when": "card_d12", "model": { "type": "model", "model": "cards:item/d_12" } },
{ "when": "card_d13", "model": { "type": "model", "model": "cards:item/d_13" } },
{ "when": "card_jr", "model": { "type": "model", "model": "cards:item/joker_red" } },
{ "when": "card_jb", "model": { "type": "model", "model": "cards:item/joker_black" } },
{ "when": "card_back", "model": { "type": "model", "model": "cards:item/back" } },
{ "when": "card_custom_base", "model": { "type": "model", "model": "cards:item/base" } },
{ "when": "card_custom_s01", "model": { "type": "model", "model": "cards:item/custom/s_01" } },
{ "when": "card_custom_s02", "model": { "type": "model", "model": "cards:item/custom/s_02" } },
{ "when": "card_custom_s03", "model": { "type": "model", "model": "cards:item/custom/s_03" } },
{ "when": "card_custom_s04", "model": { "type": "model", "model": "cards:item/custom/s_04" } },
{ "when": "card_custom_s05", "model": { "type": "model", "model": "cards:item/custom/s_05" } },
{ "when": "card_custom_s06", "model": { "type": "model", "model": "cards:item/custom/s_06" } },
{ "when": "card_custom_s07", "model": { "type": "model", "model": "cards:item/custom/s_07" } },
{ "when": "card_custom_s08", "model": { "type": "model", "model": "cards:item/custom/s_08" } },
{ "when": "card_custom_s09", "model": { "type": "model", "model": "cards:item/custom/s_09" } },
{ "when": "card_custom_s10", "model": { "type": "model", "model": "cards:item/custom/s_10" } },
{ "when": "card_custom_s11", "model": { "type": "model", "model": "cards:item/custom/s_11" } },
{ "when": "card_custom_s12", "model": { "type": "model", "model": "cards:item/custom/s_12" } },
{ "when": "card_custom_s13", "model": { "type": "model", "model": "cards:item/custom/s_13" } },
{ "when": "card_custom_h01", "model": { "type": "model", "model": "cards:item/custom/h_01" } },
{ "when": "card_custom_h02", "model": { "type": "model", "model": "cards:item/custom/h_02" } },
{ "when": "card_custom_h03", "model": { "type": "model", "model": "cards:item/custom/h_03" } },
{ "when": "card_custom_h04", "model": { "type": "model", "model": "cards:item/custom/h_04" } },
{ "when": "card_custom_h05", "model": { "type": "model", "model": "cards:item/custom/h_05" } },
{ "when": "card_custom_h06", "model": { "type": "model", "model": "cards:item/custom/h_06" } },
{ "when": "card_custom_h07", "model": { "type": "model", "model": "cards:item/custom/h_07" } },
{ "when": "card_custom_h08", "model": { "type": "model", "model": "cards:item/custom/h_08" } },
{ "when": "card_custom_h09", "model": { "type": "model", "model": "cards:item/custom/h_09" } },
{ "when": "card_custom_h10", "model": { "type": "model", "model": "cards:item/custom/h_10" } },
{ "when": "card_custom_h11", "model": { "type": "model", "model": "cards:item/custom/h_11" } },
{ "when": "card_custom_h12", "model": { "type": "model", "model": "cards:item/custom/h_12" } },
{ "when": "card_custom_h13", "model": { "type": "model", "model": "cards:item/custom/h_13" } },
{ "when": "card_custom_c01", "model": { "type": "model", "model": "cards:item/custom/c_01" } },
{ "when": "card_custom_c02", "model": { "type": "model", "model": "cards:item/custom/c_02" } },
{ "when": "card_custom_c03", "model": { "type": "model", "model": "cards:item/custom/c_03" } },
{ "when": "card_custom_c04", "model": { "type": "model", "model": "cards:item/custom/c_04" } },
{ "when": "card_custom_c05", "model": { "type": "model", "model": "cards:item/custom/c_05" } },
{ "when": "card_custom_c06", "model": { "type": "model", "model": "cards:item/custom/c_06" } },
{ "when": "card_custom_c07", "model": { "type": "model", "model": "cards:item/custom/c_07" } },
{ "when": "card_custom_c08", "model": { "type": "model", "model": "cards:item/custom/c_08" } },
{ "when": "card_custom_c09", "model": { "type": "model", "model": "cards:item/custom/c_09" } },
{ "when": "card_custom_c10", "model": { "type": "model", "model": "cards:item/custom/c_10" } },
{ "when": "card_custom_c11", "model": { "type": "model", "model": "cards:item/custom/c_11" } },
{ "when": "card_custom_c12", "model": { "type": "model", "model": "cards:item/custom/c_12" } },
{ "when": "card_custom_c13", "model": { "type": "model", "model": "cards:item/custom/c_13" } },
{ "when": "card_custom_d01", "model": { "type": "model", "model": "cards:item/custom/d_01" } },
{ "when": "card_custom_d02", "model": { "type": "model", "model": "cards:item/custom/d_02" } },
{ "when": "card_custom_d03", "model": { "type": "model", "model": "cards:item/custom/d_03" } },
{ "when": "card_custom_d04", "model": { "type": "model", "model": "cards:item/custom/d_04" } },
{ "when": "card_custom_d05", "model": { "type": "model", "model": "cards:item/custom/d_05" } },
{ "when": "card_custom_d06", "model": { "type": "model", "model": "cards:item/custom/d_06" } },
{ "when": "card_custom_d07", "model": { "type": "model", "model": "cards:item/custom/d_07" } },
{ "when": "card_custom_d08", "model": { "type": "model", "model": "cards:item/custom/d_08" } },
{ "when": "card_custom_d09", "model": { "type": "model", "model": "cards:item/custom/d_09" } },
{ "when": "card_custom_d10", "model": { "type": "model", "model": "cards:item/custom/d_10" } },
{ "when": "card_custom_d11", "model": { "type": "model", "model": "cards:item/custom/d_11" } },
{ "when": "card_custom_d12", "model": { "type": "model", "model": "cards:item/custom/d_12" } },
{ "when": "card_custom_d13", "model": { "type": "model", "model": "cards:item/custom/d_13" } },
{ "when": "card_custom_jr", "model": { "type": "model", "model": "cards:item/custom/joker_red" } },
{ "when": "card_custom_jb", "model": { "type": "model", "model": "cards:item/custom/joker_black" } },
{ "when": "card_custom_back", "model": { "type": "model", "model": "cards:item/custom/back" } },
{ "when": "presents", "model": { "type": "model", "model": "lz:festive/presents" } }
]
}
}
+18
View File
@@ -0,0 +1,18 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/pumpkin"
},
"cases": [
{ "when": "stuffed_pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } },
{ "when": "stuffed_pumpkin_1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_1" } },
{ "when": "stuffed_pumpkin_2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_2" } },
{ "when": "stuffed_pumpkin_3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_3" } },
{ "when": "stuffed_pumpkin_4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin_4" } }
]
}
}
+19
View File
@@ -0,0 +1,19 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/pumpkin_pie"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_pumpkin" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_pumpkin_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_pumpkin_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_pumpkin_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_pumpkin_4" } },
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_pumpkin" } }
]
}
}
+20
View File
@@ -0,0 +1,20 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/salmon"
},
"cases": [
{ "when": "roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } },
{ "when": "roll_1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } },
{ "when": "roll_2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } },
{ "when": "roll_3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } },
{ "when": "roll_4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } },
{ "when": "roll_5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } },
{ "when": "roll_6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
]
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:block/snow_block"
},
"cases": [
{ "when": "snowman", "model": { "type": "model", "model": "lz:festive/snowman" } }
]
}
}
+19
View File
@@ -0,0 +1,19 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/sweet_berries"
},
"cases": [
{ "when": "pie", "model": { "type": "model", "model": "lz:food/pie_sweet_berry" } },
{ "when": "pie_1", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_1" } },
{ "when": "pie_2", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_2" } },
{ "when": "pie_3", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_3" } },
{ "when": "pie_4", "model": { "type": "model", "model": "lz:food/pie_sweet_berry_4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } }
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B