We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a848e commit fbd76bfCopy full SHA for fbd76bf
1 file changed
backport_to_1_21_4/assets/minecraft/items/pink_petals.json
@@ -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
10
+ "type": "minecraft:model",
11
+ "model": "minecraft:item/wildflowers"
12
+ }
13
+ },
14
15
+ "when": "minecraft:leaf_litter",
16
17
18
+ "model": "minecraft:item/leaf_litter"
19
20
21
+ ],
22
+ "fallback": {
23
24
+ "model": "minecraft:item/pink_petals"
25
26
27
+}
0 commit comments