Skip to content

Commit b85ffea

Browse files
committed
Support tadpole
1 parent ec65d1c commit b85ffea

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"parts": [
3+
{ "model": "minecraft:entity/tadpole" }
4+
]
5+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"format_version": "1.21.11",
3+
"credit": "Made by Miraculixx",
4+
"textures": {
5+
"0": "entity/tadpole/tadpole"
6+
},
7+
"elements": [
8+
{
9+
"name": "body",
10+
"from": [-1.5, 0, -1.5],
11+
"to": [1.5, 2, 1.5],
12+
"faces": {
13+
"north": {"uv": [3, 3, 6, 5], "texture": "#0"},
14+
"east": {"uv": [0, 3, 3, 5], "texture": "#0"},
15+
"south": {"uv": [9, 3, 12, 5], "texture": "#0"},
16+
"west": {"uv": [6, 3, 9, 5], "texture": "#0"},
17+
"up": {"uv": [6, 3, 3, 0], "texture": "#0"},
18+
"down": {"uv": [9, 0, 6, 3], "texture": "#0"}
19+
}
20+
},
21+
{
22+
"name": "tail",
23+
"from": [0, 0, 1.5],
24+
"to": [0, 2, 8.5],
25+
"faces": {
26+
"north": {"uv": [7, 7, 7, 9], "texture": "#0"},
27+
"east": {"uv": [0, 7, 7, 9], "texture": "#0"},
28+
"south": {"uv": [14, 7, 14, 9], "texture": "#0"},
29+
"west": {"uv": [7, 7, 0, 9], "texture": "#0"},
30+
"up": {"uv": [7, 7, 7, 0], "texture": "#0"},
31+
"down": {"uv": [7, 0, 7, 7], "texture": "#0"}
32+
}
33+
}
34+
],
35+
"groups": [
36+
{
37+
"name": "body",
38+
"origin": [0, 1, -1.5],
39+
"color": 0,
40+
"children": [0, 1]
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)