Skip to content

Commit 498e5aa

Browse files
committed
v1.3.5+build7
1 parent 7a1ae8c commit 498e5aa

11 files changed

+57
-464
lines changed

assets/minecraft/overrides/item/book.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -99,49 +99,39 @@
9999
{
100100
"predicate": {
101101
"nbt": {
102-
"display": {
103-
"Name": "/(.)*Wayfinder Armor Trim Smithing Template(.)*/"
104-
}
102+
"VB|Protocol1_19_4To1_20|id": 1230
105103
}
106104
},
107105
"model": "item/wayfinder_armor_trim_smithing_template"
108106
},
109107
{
110108
"predicate": {
111109
"nbt": {
112-
"display": {
113-
"Name": "/(.)*Shaper Armor Trim Smithing Template(.)*/"
114-
}
110+
"VB|Protocol1_19_4To1_20|id": 1231
115111
}
116112
},
117113
"model": "item/shaper_armor_trim_smithing_template"
118114
},
119115
{
120116
"predicate": {
121117
"nbt": {
122-
"display": {
123-
"Name": "/(.)*Silence Armor Trim Smithing Template(.)*/"
124-
}
118+
"VB|Protocol1_19_4To1_20|id": 1232
125119
}
126120
},
127121
"model": "item/silence_armor_trim_smithing_template"
128122
},
129123
{
130124
"predicate": {
131125
"nbt": {
132-
"display": {
133-
"Name": "/(.)*Raiser Armor Trim Smithing Template(.)*/"
134-
}
126+
"VB|Protocol1_19_4To1_20|id": 1233
135127
}
136128
},
137129
"model": "item/raiser_armor_trim_smithing_template"
138130
},
139131
{
140132
"predicate": {
141133
"nbt": {
142-
"display": {
143-
"Name": "/(.)*Host Armor Trim Smithing Template(.)*/"
144-
}
134+
"VB|Protocol1_19_4To1_20|id": 1234
145135
}
146136
},
147137
"model": "item/host_armor_trim_smithing_template"

assets/minecraft/overrides/item/dark_prismarine_slab.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
{
1212
"predicate": {
1313
"nbt": {
14-
"display": {
15-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.20 Calibrated Sculk Sensor\"}],\"text\":\"\"}"
16-
}
14+
"VB|Protocol1_19_4To1_20|id": 654
1715
}
1816
},
1917
"model": "item/calibrated_sculk_sensor"

assets/minecraft/overrides/item/gravel.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@
33
{
44
"predicate": {
55
"nbt": {
6-
"display": {
7-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.20 Suspicious Gravel\"}],\"text\":\"\"}"
8-
}
9-
}
10-
},
11-
"model": "item/suspicious_gravel"
12-
},
13-
{
14-
"predicate": {
15-
"nbt": {
16-
"display": {
17-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Suspicious Gravel\"}],\"text\":\"\"}"
18-
}
6+
"VB|Protocol1_19_4To1_20|id": 46
197
}
208
},
219
"model": "item/suspicious_gravel"

assets/minecraft/overrides/item/lilac.json

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,15 @@
33
{
44
"predicate": {
55
"nbt": {
6-
"display": {
7-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.20 Pitcher Plant\"}],\"text\":\"\"}"
8-
}
6+
"VB|Protocol1_19_4To1_20|id": 210
97
}
108
},
119
"model": "item/pitcher_plant"
1210
},
1311
{
1412
"predicate": {
1513
"nbt": {
16-
"display": {
17-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.20 Pitcher Pod\"}],\"text\":\"\"}"
18-
}
19-
}
20-
},
21-
"model": "item/pitcher_pod"
22-
},
23-
{
24-
"predicate": {
25-
"nbt": {
26-
"display": {
27-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Pitcher Plant\"}],\"text\":\"\"}"
28-
}
29-
}
30-
},
31-
"model": "item/pitcher_plant"
32-
},
33-
{
34-
"predicate": {
35-
"nbt": {
36-
"display": {
37-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Pitcher Pod\"}],\"text\":\"\"}"
38-
}
14+
"VB|Protocol1_19_4To1_20|id": 1107
3915
}
4016
},
4117
"model": "item/pitcher_pod"

0 commit comments

Comments
 (0)