Skip to content

Commit d2b87d3

Browse files
committed
v1.3.2+build3.1
1 parent b46c610 commit d2b87d3

File tree

12 files changed

+68
-0
lines changed

12 files changed

+68
-0
lines changed

assets/minecraft/overrides/item/bricks.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,26 @@
320320
}
321321
},
322322
"model": "item/mud_bricks"
323+
},
324+
{
325+
"predicate": {
326+
"nbt":{
327+
"display": {
328+
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Packed Mud\"}],\"text\":\"\"}"
329+
}
330+
}
331+
},
332+
"model": "item/packed_mud"
333+
},
334+
{
335+
"predicate": {
336+
"nbt":{
337+
"display": {
338+
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.19 Packed Mud\"}],\"text\":\"\"}"
339+
}
340+
}
341+
},
342+
"model": "item/packed_mud"
323343
}
324344
]
325345
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"overrides": [
3+
{
4+
"predicate": {
5+
"nbt": {
6+
"display": {
7+
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.17 Deepslate Lapis Ore\"}],\"text\":\"\"}"
8+
}
9+
}
10+
},
11+
"model": "item/deepslate_lapis_ore"
12+
},
13+
{
14+
"predicate": {
15+
"nbt": {
16+
"display": {
17+
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Deepslate Lapis Ore\"}],\"text\":\"\"}"
18+
}
19+
}
20+
},
21+
"model": "item/deepslate_lapis_ore"
22+
}
23+
]
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"overrides": [
3+
{
4+
"predicate": {
5+
"nbt": {
6+
"display": {
7+
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"1.17 Deepslate Redstone Ore\"}],\"text\":\"\"}"
8+
}
9+
}
10+
},
11+
"model": "item/deepslate_redstone_ore"
12+
},
13+
{
14+
"predicate": {
15+
"nbt": {
16+
"display": {
17+
"Name": "{\"italic\":false,\"extra\":[{\"color\":\"white\",\"text\":\"Deepslate Redstone Ore\"}],\"text\":\"\"}"
18+
}
19+
}
20+
},
21+
"model": "item/deepslate_redstone_ore"
22+
}
23+
]
24+
}
301 Bytes
Loading
301 Bytes
Loading
310 Bytes
Loading
305 Bytes
Loading
292 Bytes
Loading
339 Bytes
Loading
335 Bytes
Loading

0 commit comments

Comments
 (0)