Add resourcepack contents

This commit is contained in:
2026-08-10 22:35:03 +01:00
parent e44aa498d5
commit d5a49f66fb
461 changed files with 15874 additions and 0 deletions
@@ -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": "pie1", "model": { "type": "model", "model": "lz:food/pie_apple1" } },
{ "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_apple2" } },
{ "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_apple3" } },
{ "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_apple4" } },
{ "when": "cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } }
]
}
}
@@ -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": "baked1", "model": { "type": "model", "model": "lz:food/plated_baked_potato1" } },
{ "when": "baked2", "model": { "type": "model", "model": "lz:food/plated_baked_potato2" } },
{ "when": "baked3", "model": { "type": "model", "model": "lz:food/plated_baked_potato3" } }
]
}
}
@@ -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" } }
]
}
}
@@ -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" } }
]
}
}
@@ -0,0 +1,21 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/bread"
},
"cases": [
{ "when": "sandwich_chicken1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken1" } },
{ "when": "sandwich_chicken2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken2" } },
{ "when": "sandwich_egg1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg1" } },
{ "when": "sandwich_egg2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg2" } },
{ "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" } }
]
}
}
@@ -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" } }
]
}
}
@@ -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" } }
]
}
}
@@ -0,0 +1,14 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/candle"
},
"cases": [
{ "when": "candelabra", "model": { "type": "model", "model": "lz:items/candle_stand" } }
]
}
}
@@ -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" } }
]
}
}
@@ -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": "pie1", "model": { "type": "model", "model": "lz:food/pie_chocolate1" } },
{ "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_chocolate2" } },
{ "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_chocolate3" } },
{ "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_chocolate4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } }
]
}
}
@@ -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": "roll1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } },
{ "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } },
{ "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } },
{ "when": "roll4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } },
{ "when": "roll5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } },
{ "when": "roll6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } },
{ "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }
]
}
}
@@ -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": "roast0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken0" } },
{ "when": "roast1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken1" } },
{ "when": "roast2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken2" } },
{ "when": "roast3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken3" } },
{ "when": "roast4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken4" } },
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } }
]
}
}
@@ -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": "ham0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham0" } },
{ "when": "ham1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham1" } },
{ "when": "ham2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham2" } },
{ "when": "ham3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham3" } },
{ "when": "ham4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham4" } }
]
}
}
@@ -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" } }
]
}
}
@@ -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": "cookie1", "model": { "type": "model", "model": "lz:food/plated_cookie1" } },
{ "when": "cookie2", "model": { "type": "model", "model": "lz:food/plated_cookie2" } },
{ "when": "cookie3", "model": { "type": "model", "model": "lz:food/plated_cookie3" } },
{ "when": "cookie4", "model": { "type": "model", "model": "lz:food/plated_cookie4" } },
{ "when": "sweet_berry", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry" } },
{ "when": "sweet_berry1", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry1" } },
{ "when": "sweet_berry2", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry2" } },
{ "when": "sweet_berry3", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry3" } },
{ "when": "sweet_berry4", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry4" } },
{ "when": "honey", "model": { "type": "model", "model": "lz:food/plated_cookie_honey" } },
{ "when": "honey1", "model": { "type": "model", "model": "lz:food/plated_cookie_honey1" } },
{ "when": "honey2", "model": { "type": "model", "model": "lz:food/plated_cookie_honey2" } },
{ "when": "honey3", "model": { "type": "model", "model": "lz:food/plated_cookie_honey3" } },
{ "when": "honey4", "model": { "type": "model", "model": "lz:food/plated_cookie_honey4" } },
{ "when": "sugar", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar" } },
{ "when": "sugar1", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar1" } },
{ "when": "sugar2", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar2" } },
{ "when": "sugar3", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar3" } },
{ "when": "sugar4", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar4" } },
{ "when": "chocolate", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate" } },
{ "when": "chocolate1", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate1" } },
{ "when": "chocolate2", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate2" } },
{ "when": "chocolate3", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate3" } },
{ "when": "chocolate4", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate4" } }
]
}
}
@@ -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": "roll1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } },
{ "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } },
{ "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } }
]
}
}
@@ -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" } }
]
}
}
@@ -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": "roll1", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll1" } },
{ "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll2" } },
{ "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll3" } },
{ "when": "roll4", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_glow_berry" } }
]
}
}
@@ -0,0 +1,16 @@
{
"model": {
"type": "select",
"property": "component",
"component": "minecraft:custom_name",
"fallback": {
"type": "minecraft:model",
"model": "minecraft:item/melon_slice"
},
"cases": [
{ "when": "popsicle1", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle1" } },
{ "when": "popsicle2", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle2" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_melon_juice" } }
]
}
}
@@ -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" } }
]
}
}
@@ -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" } }
]
}
}
@@ -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" } }
]
}
}
@@ -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_pumpkin1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin1" } },
{ "when": "stuffed_pumpkin2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin2" } },
{ "when": "stuffed_pumpkin3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin3" } },
{ "when": "stuffed_pumpkin4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin4" } }
]
}
}
@@ -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": "pie1", "model": { "type": "model", "model": "lz:food/pie_pumpkin1" } },
{ "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_pumpkin2" } },
{ "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_pumpkin3" } },
{ "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_pumpkin4" } },
{ "when": "soup", "model": { "type": "model", "model": "lz:food/soup_pumpkin" } }
]
}
}
@@ -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": "roll1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } },
{ "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } },
{ "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } },
{ "when": "roll4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } },
{ "when": "roll5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } },
{ "when": "roll6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } }
]
}
}
@@ -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" } }
]
}
}
@@ -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": "pie1", "model": { "type": "model", "model": "lz:food/pie_sweet_berry1" } },
{ "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_sweet_berry2" } },
{ "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_sweet_berry3" } },
{ "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_sweet_berry4" } },
{ "when": "drink", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } }
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B