Skip to content

Commit ef6ca4c

Browse files
authored
Add files via upload
1 parent 82d767c commit ef6ca4c

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

assets/minecraft/models/block/dandelion.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"format_version": "1.21.6",
33
"credit": "Made with Blockbench",
44
"textures": {
5-
"2": "flowerbase_dandelion"
5+
"1": "dandelion",
6+
"2": "flowerbase_dandelion",
7+
"particle": "dandelion"
68
},
79
"elements": [
810
{
@@ -11,8 +13,8 @@
1113
"shade": false,
1214
"rotation": {"angle": 45, "axis": "y", "origin": [2.375, 0, 13.6198], "rescale": true},
1315
"faces": {
14-
"north": {"uv": [0, 0, 16, 16], "texture": "#missing"},
15-
"south": {"uv": [0, 0, 16, 16], "texture": "#missing"}
16+
"north": {"uv": [0, 0, 16, 16], "texture": "#1"},
17+
"south": {"uv": [16, 0, 0, 16], "texture": "#1"}
1618
}
1719
},
1820
{
@@ -21,8 +23,8 @@
2123
"shade": false,
2224
"rotation": {"angle": 45, "axis": "y", "origin": [2.5, 0, 2.5], "rescale": true},
2325
"faces": {
24-
"east": {"uv": [0, 0, 16, 16], "texture": "#missing"},
25-
"west": {"uv": [0, 0, 16, 16], "texture": "#missing"}
26+
"east": {"uv": [16, 0, 0, 16], "texture": "#1"},
27+
"west": {"uv": [0, 0, 16, 16], "texture": "#1"}
2628
}
2729
},
2830
{
@@ -66,4 +68,4 @@
6668
}
6769
}
6870
]
69-
}
71+
}

0 commit comments

Comments
 (0)