Skip to content

Commit 7012bf9

Browse files
committed
24w06a & fix placed vine-like items
1 parent 242a73f commit 7012bf9

27 files changed

+181
-155
lines changed

assets/minecraft/models/block/frogspawn.json

Lines changed: 0 additions & 50 deletions
This file was deleted.

assets/minecraft/models/block/glow_lichen.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

assets/minecraft/models/block/hanging_roots.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

assets/minecraft/models/block/sculk_vein.json

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
{
2-
"parent": "minecraft:item/generated",
3-
"textures": {
4-
"layer0": "minecraft:block/frogspawn"
5-
}
2+
"ambientocclusion": false,
3+
"textures": {
4+
"particle": "block/frogspawn",
5+
"texture": "block/frogspawn"
6+
},
7+
"elements": [
8+
{
9+
"from": [0, 0.25, 0],
10+
"to": [16, 0.25, 16],
11+
"faces": {
12+
"up": {"uv": [0, 0, 16, 16], "texture": "#texture", "tintindex":-1},
13+
"down": {"uv": [0, 16, 16, 0], "texture": "#texture", "tintindex":-1}
14+
}
15+
}
16+
],
17+
"display": {
18+
"thirdperson_righthand": {
19+
"rotation": [90, 0, 0],
20+
"translation": [0, 0, 8]
21+
},
22+
"thirdperson_lefthand": {
23+
"rotation": [90, 0, 0],
24+
"translation": [0, 0, 8]
25+
},
26+
"firstperson_righthand": {
27+
"rotation": [90, 0, 0],
28+
"translation": [15, -12, 0],
29+
"scale": [2, 2, 2]
30+
},
31+
"firstperson_lefthand": {
32+
"rotation": [90, 0, 0],
33+
"translation": [15, -12, 0],
34+
"scale": [2, 2, 2]
35+
},
36+
"ground": {
37+
"rotation": [90, 0, 0],
38+
"translation": [0, 1.5, 7.75]
39+
},
40+
"gui": {
41+
"rotation": [90, 0, 0]
42+
},
43+
"fixed": {
44+
"rotation": [90, 0, 0],
45+
"translation": [0, 0, 8],
46+
"scale": [1.15, 1.15, 1.15]
47+
}
48+
}
649
}
Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
2-
"parent": "minecraft:item/generated",
3-
"textures": {
4-
"layer0": "minecraft:block/glow_lichen"
5-
}
2+
"ambientocclusion": false,
3+
"textures": {
4+
"particle": "block/glow_lichen",
5+
"glow_lichen": "block/glow_lichen"
6+
},
7+
"elements": [
8+
{
9+
"from": [0, 0, 8],
10+
"to": [16, 16, 8],
11+
"faces": {
12+
"north": {"uv": [16, 0, 0, 16], "texture": "#glow_lichen", "tintindex": -1},
13+
"south": {"uv": [0, 0, 16, 16], "texture": "#glow_lichen", "tintindex": -1}
14+
}
15+
}
16+
],
17+
"display": {
18+
"fixed": {
19+
"translation": [0, 0, -0.5],
20+
"scale": [1.15, 1.15, 1.15]
21+
}
22+
}
623
}
Lines changed: 47 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,49 @@
11
{
2-
"parent": "item/generated",
3-
"textures": {
4-
"layer0": "minecraft:block/hanging_roots"
5-
},
6-
"display": {
7-
"thirdperson_righthand": {
8-
"rotation": [ 0, 0, 0 ],
9-
"translation": [ 0, 0, 1 ],
10-
"scale": [ 0.55, 0.55, 0.55 ]
11-
},
12-
"firstperson_righthand": {
13-
"rotation": [ 0, -90, 25 ],
14-
"translation": [ 1.13, 0, 1.13],
15-
"scale": [ 0.68, 0.68, 0.68 ]
16-
}
17-
}
2+
"ambientocclusion": false,
3+
"textures": {
4+
"particle": "block/hanging_roots",
5+
"texture": "block/hanging_roots"
6+
},
7+
"elements": [
8+
{
9+
"from": [0, 0.25, 0],
10+
"to": [16, 0.25, 16],
11+
"faces": {
12+
"up": {"uv": [0, 0, 16, 16], "texture": "#texture", "tintindex":-1},
13+
"down": {"uv": [0, 16, 16, 0], "texture": "#texture", "tintindex":-1}
14+
}
15+
}
16+
],
17+
"display": {
18+
"thirdperson_righthand": {
19+
"rotation": [90, 0, 0],
20+
"translation": [0, 0, 8]
21+
},
22+
"thirdperson_lefthand": {
23+
"rotation": [90, 0, 0],
24+
"translation": [0, 0, 8]
25+
},
26+
"firstperson_righthand": {
27+
"rotation": [90, 0, 0],
28+
"translation": [15, -12, 0],
29+
"scale": [2, 2, 2]
30+
},
31+
"firstperson_lefthand": {
32+
"rotation": [90, 0, 0],
33+
"translation": [15, -12, 0],
34+
"scale": [2, 2, 2]
35+
},
36+
"ground": {
37+
"rotation": [90, 0, 0],
38+
"translation": [0, 1.5, 7.75]
39+
},
40+
"gui": {
41+
"rotation": [90, 0, 0]
42+
},
43+
"fixed": {
44+
"rotation": [90, 0, 0],
45+
"translation": [0, 0, 8],
46+
"scale": [1.15, 1.15, 1.15]
47+
}
48+
}
1849
}
Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
{
2-
"parent": "minecraft:item/generated",
3-
"textures": {
4-
"layer0": "minecraft:block/sculk_vein"
5-
}
2+
"ambientocclusion": false,
3+
"textures": {
4+
"particle": "block/sculk_vein",
5+
"sculk_vein": "block/sculk_vein"
6+
},
7+
"elements": [
8+
{
9+
"from": [0, 0, 8],
10+
"to": [16, 16, 8],
11+
"faces": {
12+
"north": {"uv": [0, 0, 16, 16], "texture": "#sculk_vein", "tintindex":-1},
13+
"south": {"uv": [0, 0, 16, 16], "texture": "#sculk_vein", "tintindex":-1}
14+
}
15+
}
16+
],
17+
"display": {
18+
"thirdperson_righthand": {
19+
"translation": [0, 0, -0.1]
20+
},
21+
"thirdperson_lefthand": {
22+
"translation": [0, 0, -0.1]
23+
},
24+
"ground": {
25+
"translation": [0, 2, 0]
26+
},
27+
"head": {
28+
"translation": [0, 0, -6.5]
29+
},
30+
"fixed": {
31+
"translation": [0, 0, -0.1]
32+
}
33+
}
634
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "minecraft:item/wind_charge"
5+
}
6+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type=item
2+
matchItems=snowball
3+
model=item/wind_charge
4+
nbt.VB|Protocol1_20_3To1_20_5|id=1088

0 commit comments

Comments
 (0)