Skip to content

Commit f9201ac

Browse files
committed
1.20.5: final fix-up
1 parent e30bb00 commit f9201ac

File tree

9 files changed

+55
-3
lines changed

9 files changed

+55
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=pottery_shard_archer
3+
model=item/flow_pottery_sherd
4+
nbt.VB|Protocol1_20_3To1_20_5|id=1293
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=pottery_shard_archer
3+
model=item/guster_pottery_sherd
4+
nbt.VB|Protocol1_20_3To1_20_5|id=1295
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=pottery_shard_blade
3+
model=item/scrape_pottery_sherd
4+
nbt.VB|Protocol1_20_3To1_20_5|id=1303
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
type=item
2-
matchItems=blade_pottery_shard
2+
matchItems=blade_pottery_sherd
33
model=item/scrape_pottery_sherd
44
nbt.VB|Protocol1_20_3To1_20_5|id=1303
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=friend_pottery_sherd
3+
model=item/flow_pottery_sherd
4+
nbt.VB|Protocol1_20_3To1_20_5|id=1293
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=friend_pottery_sherd
3+
model=item/guster_pottery_sherd
4+
nbt.VB|Protocol1_20_3To1_20_5|id=1295
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
type=item
22
matchItems=
33
model=item/
4-
nbt.VB|Protocol1_19_4To1_19_3|id=
4+
nbt.VB|Protocol1_20_3To1_20_5|id=

assets/minecraft/overrides/item/friend_pottery_sherd.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111
{
1212
"predicate": {
1313
"nbt": {
14-
"VB|Protocol1_20_3To1_20_5|id": 1294
14+
"VB|Protocol1_20_3To1_20_5|id": 1295
1515
}
1616
},
1717
"model": "item/guster_pottery_sherd"
18+
},
19+
{
20+
"predicate": {
21+
"nbt": {
22+
"VB|Protocol1_20_3To1_20_5|id": 1303
23+
}
24+
},
25+
"model": "item/scrape_pottery_sherd"
1826
}
1927
]
2028
}

assets/minecraft/overrides/item/pottery_shard_archer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,30 @@
127127
}
128128
},
129129
"model": "item/snort_pottery_sherd"
130+
},
131+
{
132+
"predicate": {
133+
"nbt": {
134+
"VB|Protocol1_20_3To1_20_5|id": 1293
135+
}
136+
},
137+
"model": "item/flow_pottery_sherd"
138+
},
139+
{
140+
"predicate": {
141+
"nbt": {
142+
"VB|Protocol1_20_3To1_20_5|id": 1295
143+
}
144+
},
145+
"model": "item/guster_pottery_sherd"
146+
},
147+
{
148+
"predicate": {
149+
"nbt": {
150+
"VB|Protocol1_20_3To1_20_5|id": 1303
151+
}
152+
},
153+
"model": "item/scrape_pottery_sherd"
130154
}
131155
]
132156
}

0 commit comments

Comments
 (0)