Skip to content

Commit

Permalink
v1.3.5+build7
Browse files Browse the repository at this point in the history
  • Loading branch information
bangetto committed Jul 17, 2023
1 parent 7a1ae8c commit 498e5aa
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 464 deletions.
20 changes: 5 additions & 15 deletions assets/minecraft/overrides/item/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,49 +99,39 @@
{
"predicate": {
"nbt": {
"display": {
"Name": "/(.)*Wayfinder Armor Trim Smithing Template(.)*/"
}
"VB|Protocol1_19_4To1_20|id": 1230
}
},
"model": "item/wayfinder_armor_trim_smithing_template"
},
{
"predicate": {
"nbt": {
"display": {
"Name": "/(.)*Shaper Armor Trim Smithing Template(.)*/"
}
"VB|Protocol1_19_4To1_20|id": 1231
}
},
"model": "item/shaper_armor_trim_smithing_template"
},
{
"predicate": {
"nbt": {
"display": {
"Name": "/(.)*Silence Armor Trim Smithing Template(.)*/"
}
"VB|Protocol1_19_4To1_20|id": 1232
}
},
"model": "item/silence_armor_trim_smithing_template"
},
{
"predicate": {
"nbt": {
"display": {
"Name": "/(.)*Raiser Armor Trim Smithing Template(.)*/"
}
"VB|Protocol1_19_4To1_20|id": 1233
}
},
"model": "item/raiser_armor_trim_smithing_template"
},
{
"predicate": {
"nbt": {
"display": {
"Name": "/(.)*Host Armor Trim Smithing Template(.)*/"
}
"VB|Protocol1_19_4To1_20|id": 1234
}
},
"model": "item/host_armor_trim_smithing_template"
Expand Down
4 changes: 1 addition & 3 deletions assets/minecraft/overrides/item/dark_prismarine_slab.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
{
"predicate": {
"nbt": {
"display": {
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.20 Calibrated Sculk Sensor\"}],\"text\":\"\"}"
}
"VB|Protocol1_19_4To1_20|id": 654
}
},
"model": "item/calibrated_sculk_sensor"
Expand Down
14 changes: 1 addition & 13 deletions assets/minecraft/overrides/item/gravel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,7 @@
{
"predicate": {
"nbt": {
"display": {
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.20 Suspicious Gravel\"}],\"text\":\"\"}"
}
}
},
"model": "item/suspicious_gravel"
},
{
"predicate": {
"nbt": {
"display": {
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Suspicious Gravel\"}],\"text\":\"\"}"
}
"VB|Protocol1_19_4To1_20|id": 46
}
},
"model": "item/suspicious_gravel"
Expand Down
28 changes: 2 additions & 26 deletions assets/minecraft/overrides/item/lilac.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,15 @@
{
"predicate": {
"nbt": {
"display": {
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.20 Pitcher Plant\"}],\"text\":\"\"}"
}
"VB|Protocol1_19_4To1_20|id": 210
}
},
"model": "item/pitcher_plant"
},
{
"predicate": {
"nbt": {
"display": {
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.20 Pitcher Pod\"}],\"text\":\"\"}"
}
}
},
"model": "item/pitcher_pod"
},
{
"predicate": {
"nbt": {
"display": {
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Pitcher Plant\"}],\"text\":\"\"}"
}
}
},
"model": "item/pitcher_plant"
},
{
"predicate": {
"nbt": {
"display": {
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Pitcher Pod\"}],\"text\":\"\"}"
}
"VB|Protocol1_19_4To1_20|id": 1107
}
},
"model": "item/pitcher_pod"
Expand Down
Loading

0 comments on commit 498e5aa

Please sign in to comment.