Skip to content

Commit fbd76bf

Browse files
committed
fix: backport pink_petals to 1.21.4 vanilla models
1 parent e9a848e commit fbd76bf

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:custom_model_data",
5+
"index": 0,
6+
"cases": [
7+
{
8+
"when": "minecraft:wildflowers",
9+
"model": {
10+
"type": "minecraft:model",
11+
"model": "minecraft:item/wildflowers"
12+
}
13+
},
14+
{
15+
"when": "minecraft:leaf_litter",
16+
"model": {
17+
"type": "minecraft:model",
18+
"model": "minecraft:item/leaf_litter"
19+
}
20+
}
21+
],
22+
"fallback": {
23+
"type": "minecraft:model",
24+
"model": "minecraft:item/pink_petals"
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)