Fix renameable item docs and cache ignore
This commit is contained in:
@@ -165,6 +165,24 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item": "carved_pumpkin",
|
||||
"fallback_model": "minecraft:block/carved_pumpkin",
|
||||
"source_file": "assets/minecraft/items/carved_pumpkin.json",
|
||||
"render_path": "renders/minecraft/block/carved_pumpkin.png",
|
||||
"cases": [
|
||||
{
|
||||
"when": "floral_crown",
|
||||
"model": "lz:hats/floral_crown",
|
||||
"render_path": "renders/lz/hats/floral_crown.png"
|
||||
},
|
||||
{
|
||||
"when": "witch_hat",
|
||||
"model": "lz:hats/witch",
|
||||
"render_path": "renders/lz/hats/witch.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item": "cocoa_beans",
|
||||
"fallback_model": "minecraft:item/cocoa_beans",
|
||||
@@ -1220,6 +1238,39 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item": "pumpkin",
|
||||
"fallback_model": "minecraft:block/pumpkin",
|
||||
"source_file": "assets/minecraft/items/pumpkin.json",
|
||||
"render_path": "renders/minecraft/block/pumpkin.png",
|
||||
"cases": [
|
||||
{
|
||||
"when": "stuffed_pumpkin",
|
||||
"model": "lz:food/stuffed_pumpkin",
|
||||
"render_path": "renders/lz/food/stuffed_pumpkin.png"
|
||||
},
|
||||
{
|
||||
"when": "stuffed_pumpkin_1",
|
||||
"model": "lz:food/stuffed_pumpkin_1",
|
||||
"render_path": "renders/lz/food/stuffed_pumpkin_1.png"
|
||||
},
|
||||
{
|
||||
"when": "stuffed_pumpkin_2",
|
||||
"model": "lz:food/stuffed_pumpkin_2",
|
||||
"render_path": "renders/lz/food/stuffed_pumpkin_2.png"
|
||||
},
|
||||
{
|
||||
"when": "stuffed_pumpkin_3",
|
||||
"model": "lz:food/stuffed_pumpkin_3",
|
||||
"render_path": "renders/lz/food/stuffed_pumpkin_3.png"
|
||||
},
|
||||
{
|
||||
"when": "stuffed_pumpkin_4",
|
||||
"model": "lz:food/stuffed_pumpkin_4",
|
||||
"render_path": "renders/lz/food/stuffed_pumpkin_4.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item": "pumpkin_pie",
|
||||
"fallback_model": "minecraft:item/pumpkin_pie",
|
||||
@@ -1301,6 +1352,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item": "snow_block",
|
||||
"fallback_model": "minecraft:block/snow_block",
|
||||
"source_file": "assets/minecraft/items/snow_block.json",
|
||||
"render_path": "renders/minecraft/block/snow_block.png",
|
||||
"cases": [
|
||||
{
|
||||
"when": "snowman",
|
||||
"model": "lz:festive/snowman",
|
||||
"render_path": "renders/lz/festive/snowman.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"item": "sweet_berries",
|
||||
"fallback_model": "minecraft:item/sweet_berries",
|
||||
|
||||
Reference in New Issue
Block a user