Skip to content

Commit 4d26166

Browse files
committed
updated out-dated code (except relic)
1 parent a1689c8 commit 4d26166

3 files changed

Lines changed: 6 additions & 45 deletions

File tree

assets/minecraft/overrides/item/glow_lichen.json

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,18 @@
33
{
44
"predicate": {
55
"nbt":{
6-
"display": {
7-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.19 Sculk Vein\"}],\"text\":\"\"}"
8-
}
6+
"VB|Protocol1_18_2To1_19|id": 327
97
}
108
},
11-
"model": "block/sculk_vein"
9+
"model": "item/sculk_vein"
1210
},
1311
{
1412
"predicate": {
1513
"nbt":{
16-
"display": {
17-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.19 Frogspawn\"}],\"text\":\"\"}"
18-
}
14+
"VB|Protocol1_18_2To1_19|id": 1150
1915
}
2016
},
21-
"model": "block/frogspawn"
22-
},
23-
24-
{
25-
"predicate": {
26-
"nbt":{
27-
"display": {
28-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Sculk Vein\"}],\"text\":\"\"}"
29-
}
30-
}
31-
},
32-
"model": "block/sculk_vein"
33-
},
34-
{
35-
"predicate": {
36-
"nbt":{
37-
"display": {
38-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Frogspawn\"}],\"text\":\"\"}"
39-
}
40-
}
41-
},
42-
"model": "block/frogspawn"
17+
"model": "item/frogspawn"
4318
}
4419
]
4520
}

assets/minecraft/overrides/item/oak_wood.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.19 Mangrove Roots\"}],\"text\":\"\"}"
8-
}
9-
}
10-
},
11-
"model": "item/mangrove_roots"
12-
},
13-
{
14-
"predicate": {
15-
"nbt":{
16-
"display": {
17-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Mangrove Roots\"}],\"text\":\"\"}"
18-
}
6+
"VB|Protocol1_18_2To1_19|id": 111
197
}
208
},
219
"model": "item/mangrove_roots"

assets/minecraft/overrides/item/polished_blackstone_slab.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
{
44
"predicate": {
55
"nbt":{
6-
"display": {
7-
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.17 Cobbled Deepslate Slab\"}],\"text\":\"\"}"
8-
}
6+
"VB|Protocol1_16_4To1_17|id": 580
97
}
108
},
119
"model": "item/cobbled_deepslate_slab"

0 commit comments

Comments
 (0)