Skip to content

Commit 15c41e8

Browse files
committed
missing 1.19.3 -> 1.19 cherry_boat
1 parent 70495dc commit 15c41e8

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

assets/minecraft/models/item/piglin_head.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"name": "left_ear",
6262
"from": [2.5, 0, 6],
6363
"to": [3.5, 5, 10],
64+
"rotation": {"angle": -22.5, "axis": "z", "origin": [3, 5, 8]},
6465
"faces": {
6566
"north": {"uv": [13.75, 2.5, 14, 3.75], "texture": "#0"},
6667
"east": {"uv": [12.75, 2.5, 13.75, 3.75], "texture": "#0"},
@@ -74,6 +75,7 @@
7475
"name": "right_ear",
7576
"from": [12.5, 0, 6],
7677
"to": [13.5, 5, 10],
78+
"rotation": {"angle": 22.5, "axis": "z", "origin": [13, 5, 8]},
7779
"faces": {
7880
"north": {"uv": [10.75, 2.5, 11, 3.75], "texture": "#0"},
7981
"east": {"uv": [9.75, 2.5, 10.75, 3.75], "texture": "#0"},
@@ -126,27 +128,23 @@
126128
"name": "group",
127129
"origin": [8, 8, 8],
128130
"color": 0,
129-
"nbt": "{}",
130131
"children": [
131132
{
132133
"name": "head",
133134
"origin": [0, 24, 0],
134135
"color": 0,
135-
"nbt": "{}",
136136
"children": [0, 1, 2, 3]
137137
},
138138
{
139139
"name": "left_ear",
140140
"origin": [-4.5, 30, 0],
141141
"color": 0,
142-
"nbt": "{}",
143142
"children": [4]
144143
},
145144
{
146145
"name": "right_ear",
147146
"origin": [4.5, 30, 0],
148147
"color": 0,
149-
"nbt": "{}",
150148
"children": [5]
151149
}
152150
]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"overrides": [
3+
{
4+
"predicate": {
5+
"nbt": {
6+
"VB|Protocol1_19_3To1_19_4|id": 743
7+
}
8+
},
9+
"model": "item/cherry_chest_boat"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)