Skip to content

Commit 6a05970

Browse files
committed
24w05a
1 parent ec793e5 commit 6a05970

19 files changed

+86
-1
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"parent": "block/block",
3+
"textures": {
4+
"particle": "#side"
5+
},
6+
"elements": [
7+
{
8+
"name": "cage",
9+
"from": [0, 0, 0],
10+
"to": [16, 16, 16],
11+
"faces": {
12+
"north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"},
13+
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
14+
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
15+
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
16+
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
17+
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
18+
}
19+
},
20+
{
21+
"name": "cage_inverted_faces",
22+
"from": [15.998, 3.002, 0.002],
23+
"to": [0.002, 15.998, 15.998],
24+
"faces": {
25+
"north": {"uv": [16, 0, 0, 13], "texture": "#front"},
26+
"east": {"uv": [16, 0, 0, 13], "texture": "#side"},
27+
"south": {"uv": [16, 0, 0, 13], "texture": "#side"},
28+
"west": {"uv": [16, 0, 0, 13], "texture": "#side"},
29+
"up": {"uv": [16, 0, 0, 16], "texture": "#top"},
30+
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
31+
}
32+
}
33+
]
34+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "minecraft:block/template_vault",
3+
"textures": {
4+
"bottom": "minecraft:block/vault_bottom",
5+
"front": "minecraft:block/vault_front_off",
6+
"side": "minecraft:block/vault_side_off",
7+
"top": "minecraft:block/vault_top_off"
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "minecraft:block/template_vault",
3+
"textures": {
4+
"bottom": "minecraft:block/vault_bottom",
5+
"front": "minecraft:block/vault_front_on",
6+
"side": "minecraft:block/vault_side_on",
7+
"top": "minecraft:block/vault_top_on"
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "minecraft:block/template_vault",
3+
"textures": {
4+
"bottom": "minecraft:block/vault_bottom",
5+
"front": "minecraft:block/vault_front_ejecting",
6+
"side": "minecraft:block/vault_side_on",
7+
"top": "minecraft:block/vault_top_ejecting"
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "minecraft:block/template_vault",
3+
"textures": {
4+
"bottom": "minecraft:block/vault_bottom",
5+
"front": "minecraft:block/vault_front_ejecting",
6+
"side": "minecraft:block/vault_side_on",
7+
"top": "minecraft:block/vault_top_on"
8+
}
9+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"parent": "minecraft:block/vault"
3+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=spawner
3+
model=item/vault
4+
nbt.VB|Protocol1_20_3To1_20_5|id=1315
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_16_4To1_17|id=
4+
nbt.VB|Protocol1_20_3To1_20_5|id=

assets/minecraft/overrides/item/spawner.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@
7272
}
7373
},
7474
"model": "item/trial_spawner"
75+
},
76+
{
77+
"predicate": {
78+
"nbt":{
79+
"VB|Protocol1_20_3To1_20_5|id": 1315
80+
}
81+
},
82+
"model": "item/trial_spawner"
7583
}
7684
]
7785
}
165 Bytes
Loading

0 commit comments

Comments
 (0)