Skip to content

Commit ac20761

Browse files
committed
feat[sculk_catalyst]: 幽匿鄂口材质与方块模型
1 parent 04d126e commit ac20761

19 files changed

+47
-275
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"credit": "By KeepMeow",
2+
"parent": "block/block",
33
"textures": {
4+
"particle": "wild_wind:block/sculk_catalyst_side",
45
"teeth": "wild_wind:block/sculk_jaw_teeth",
56
"top": "wild_wind:block/sculk_jaw_top",
6-
"bottom": "minecraft:block/sculk_catalyst_bottom",
7-
"particle": "minecraft:block/sculk_catalyst_side",
8-
"side": "minecraft:block/sculk_catalyst_side"
7+
"bottom": "wild_wind:block/sculk_catalyst_bottom",
8+
"side": "wild_wind:block/sculk_catalyst_side"
99
},
1010
"elements": [
1111
{
@@ -20,19 +20,6 @@
2020
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
2121
}
2222
},
23-
{
24-
"from": [0, 0, 0],
25-
"to": [16, 16, 16],
26-
"color": 8,
27-
"faces": {
28-
"north": {"uv": [0, 0, 16, 16], "texture": "#missing"},
29-
"east": {"uv": [0, 0, 16, 16], "texture": "#missing"},
30-
"south": {"uv": [0, 0, 16, 16], "texture": "#missing"},
31-
"west": {"uv": [0, 0, 16, 16], "texture": "#missing"},
32-
"up": {"uv": [0, 0, 16, 16], "texture": "#missing"},
33-
"down": {"uv": [0, 0, 16, 16], "texture": "#missing"}
34-
}
35-
},
3623
{
3724
"from": [2.75, 20.5, 0],
3825
"to": [7.75, 20.5, 16],
@@ -59,41 +46,5 @@
5946
"down": {"uv": [0, 0, 6, 16], "texture": "#teeth"}
6047
}
6148
}
62-
],
63-
"display": {
64-
"thirdperson_righthand": {
65-
"rotation": [-110, 45, -180],
66-
"translation": [0, 2.75, -1.25],
67-
"scale": [0.4, 0.4, 0.4]
68-
},
69-
"thirdperson_lefthand": {
70-
"rotation": [-110, 45, -180],
71-
"translation": [0, 2.75, -1.25],
72-
"scale": [0.4, 0.4, 0.4]
73-
},
74-
"firstperson_righthand": {
75-
"rotation": [0, 45, 0],
76-
"translation": [4.25, 0, -2.25],
77-
"scale": [0.4, 0.4, 0.4]
78-
},
79-
"firstperson_lefthand": {
80-
"rotation": [0, 45, 0],
81-
"translation": [4.25, 0, -2.25],
82-
"scale": [0.4, 0.4, 0.4]
83-
},
84-
"ground": {
85-
"translation": [0, 2, 0],
86-
"scale": [0.3, 0.3, 0.3]
87-
},
88-
"gui": {
89-
"rotation": [45, 45, 0],
90-
"scale": [0.6, 0.6, 0.6]
91-
},
92-
"head": {
93-
"rotation": [-90, 0, 0]
94-
},
95-
"fixed": {
96-
"scale": [0.5, 0.5, 0.5]
97-
}
98-
}
49+
]
9950
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"credit": "By KeepMeow",
2+
"parent": "block/block",
33
"textures": {
4+
"particle": "wild_wind:block/sculk_catalyst_side",
5+
"tendril": "wild_wind:block/sculk_jaw_tendril_active",
46
"teeth": "wild_wind:block/sculk_jaw_teeth",
57
"top": "wild_wind:block/sculk_jaw_top",
68
"bottom": "wild_wind:block/sculk_catalyst_bottom",
7-
"tendril": "wild_wind:block/sculk_jaw_tendril_active",
8-
"particle": "wild_wind:block/sculk_catalyst_side",
99
"side": "wild_wind:block/sculk_catalyst_side"
1010
},
1111
"elements": [
@@ -15,11 +15,7 @@
1515
"rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]},
1616
"faces": {
1717
"north": {"uv": [0, 0, 16, 16], "texture": "#tendril"},
18-
"east": {"uv": [0, 0, 1, 16], "texture": "#missing"},
19-
"south": {"uv": [0, 0, 16, 16], "texture": "#tendril"},
20-
"west": {"uv": [0, 0, 1, 16], "texture": "#missing"},
21-
"up": {"uv": [0, 0, 1, 16], "texture": "#missing"},
22-
"down": {"uv": [0, 0, 1, 16], "texture": "#missing"}
18+
"south": {"uv": [0, 0, 16, 16], "texture": "#tendril"}
2319
}
2420
},
2521
{
@@ -34,19 +30,6 @@
3430
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
3531
}
3632
},
37-
{
38-
"from": [0, 0, 0],
39-
"to": [16, 16, 16],
40-
"color": 3,
41-
"faces": {
42-
"north": {"uv": [0, 0, 16, 16], "texture": "#missing"},
43-
"east": {"uv": [0, 0, 16, 16], "texture": "#missing"},
44-
"south": {"uv": [0, 0, 16, 16], "texture": "#missing"},
45-
"west": {"uv": [0, 0, 16, 16], "texture": "#missing"},
46-
"up": {"uv": [0, 0, 16, 16], "texture": "#missing"},
47-
"down": {"uv": [0, 0, 16, 16], "texture": "#missing"}
48-
}
49-
},
5033
{
5134
"from": [2.75, 20.5, 0],
5235
"to": [7.75, 20.5, 16],
@@ -73,54 +56,5 @@
7356
"down": {"uv": [0, 0, 6, 16], "texture": "#teeth"}
7457
}
7558
}
76-
],
77-
"display": {
78-
"thirdperson_righthand": {
79-
"rotation": [-110, 45, -180],
80-
"translation": [0, 2.75, -1.25],
81-
"scale": [0.4, 0.4, 0.4]
82-
},
83-
"thirdperson_lefthand": {
84-
"rotation": [-110, 45, -180],
85-
"translation": [0, 2.75, -1.25],
86-
"scale": [0.4, 0.4, 0.4]
87-
},
88-
"firstperson_righthand": {
89-
"rotation": [0, 45, 0],
90-
"translation": [4.25, 0, -2.25],
91-
"scale": [0.4, 0.4, 0.4]
92-
},
93-
"firstperson_lefthand": {
94-
"rotation": [0, 45, 0],
95-
"translation": [4.25, 0, -2.25],
96-
"scale": [0.4, 0.4, 0.4]
97-
},
98-
"ground": {
99-
"translation": [0, 2, 0],
100-
"scale": [0.3, 0.3, 0.3]
101-
},
102-
"gui": {
103-
"rotation": [45, 45, 0],
104-
"scale": [0.6, 0.6, 0.6]
105-
},
106-
"head": {
107-
"rotation": [-90, 0, 0]
108-
},
109-
"fixed": {
110-
"scale": [0.5, 0.5, 0.5]
111-
}
112-
},
113-
"groups": [
114-
0,
115-
{
116-
"name": "group",
117-
"origin": [8, 8, 8],
118-
"color": 0,
119-
"children": []
120-
},
121-
1,
122-
2,
123-
3,
124-
4
12559
]
12660
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"credit": "By KeepMeow",
2+
"parent": "block/block",
33
"textures": {
4-
"4": "wild_wind:block/sculk_jaw_tendril_extend",
4+
"particle": "wild_wind:block/sculk_catalyst_side",
5+
"tendril": "wild_wind:block/sculk_jaw_tendril_extend",
56
"teeth": "wild_wind:block/sculk_jaw_teeth",
67
"top": "wild_wind:block/sculk_jaw_top",
78
"bottom": "wild_wind:block/sculk_catalyst_bottom",
8-
"particle": "wild_wind:block/sculk_catalyst_side",
99
"side": "wild_wind:block/sculk_catalyst_side"
1010
},
1111
"elements": [
@@ -14,12 +14,8 @@
1414
"to": [15.75, 32, 8],
1515
"rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]},
1616
"faces": {
17-
"north": {"uv": [0, 0, 16, 16], "texture": "#4"},
18-
"east": {"uv": [0, 0, 1, 16], "texture": "#missing"},
19-
"south": {"uv": [0, 0, 16, 16], "texture": "#4"},
20-
"west": {"uv": [0, 0, 1, 16], "texture": "#missing"},
21-
"up": {"uv": [0, 0, 1, 16], "texture": "#missing"},
22-
"down": {"uv": [0, 0, 1, 16], "texture": "#missing"}
17+
"north": {"uv": [0, 0, 16, 16], "texture": "#tendril"},
18+
"south": {"uv": [0, 0, 16, 16], "texture": "#tendril"}
2319
}
2420
},
2521
{
@@ -34,19 +30,6 @@
3430
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
3531
}
3632
},
37-
{
38-
"from": [0, 0, 0],
39-
"to": [16, 16, 16],
40-
"color": 3,
41-
"faces": {
42-
"north": {"uv": [0, 0, 16, 16], "texture": "#missing"},
43-
"east": {"uv": [0, 0, 16, 16], "texture": "#missing"},
44-
"south": {"uv": [0, 0, 16, 16], "texture": "#missing"},
45-
"west": {"uv": [0, 0, 16, 16], "texture": "#missing"},
46-
"up": {"uv": [0, 0, 16, 16], "texture": "#missing"},
47-
"down": {"uv": [0, 0, 16, 16], "texture": "#missing"}
48-
}
49-
},
5033
{
5134
"from": [2.75, 20.5, 0],
5235
"to": [7.75, 20.5, 16],
@@ -73,41 +56,5 @@
7356
"down": {"uv": [0, 0, 6, 16], "texture": "#teeth"}
7457
}
7558
}
76-
],
77-
"display": {
78-
"thirdperson_righthand": {
79-
"rotation": [-110, 45, -180],
80-
"translation": [0, 2.75, -1.25],
81-
"scale": [0.4, 0.4, 0.4]
82-
},
83-
"thirdperson_lefthand": {
84-
"rotation": [-110, 45, -180],
85-
"translation": [0, 2.75, -1.25],
86-
"scale": [0.4, 0.4, 0.4]
87-
},
88-
"firstperson_righthand": {
89-
"rotation": [0, 45, 0],
90-
"translation": [4.25, 0, -2.25],
91-
"scale": [0.4, 0.4, 0.4]
92-
},
93-
"firstperson_lefthand": {
94-
"rotation": [0, 45, 0],
95-
"translation": [4.25, 0, -2.25],
96-
"scale": [0.4, 0.4, 0.4]
97-
},
98-
"ground": {
99-
"translation": [0, 2, 0],
100-
"scale": [0.3, 0.3, 0.3]
101-
},
102-
"gui": {
103-
"rotation": [45, 45, 0],
104-
"scale": [0.6, 0.6, 0.6]
105-
},
106-
"head": {
107-
"rotation": [-90, 0, 0]
108-
},
109-
"fixed": {
110-
"scale": [0.5, 0.5, 0.5]
111-
}
112-
}
59+
]
11360
}

src/main/resources/assets/wild_wind/models/block/sculk_jaw_tendril_inactive.json

+4-21
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"credit": "By KeepMeow",
2+
"parent": "block/block",
33
"textures": {
4+
"particle": "wild_wind:block/sculk_catalyst_side",
5+
"tendril": "wild_wind:block/sculk_jaw_tendril_inactive",
46
"teeth": "wild_wind:block/sculk_jaw_teeth",
57
"top": "wild_wind:block/sculk_jaw_top",
68
"bottom": "wild_wind:block/sculk_catalyst_bottom",
7-
"tendril": "wild_wind:block/sculk_jaw_tendril_inactive",
8-
"particle": "wild_wind:block/sculk_catalyst_side",
99
"side": "wild_wind:block/sculk_catalyst_side"
1010
},
1111
"elements": [
@@ -21,30 +21,13 @@
2121
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
2222
}
2323
},
24-
{
25-
"from": [0, 0, 0],
26-
"to": [16, 16, 16],
27-
"color": 8,
28-
"faces": {
29-
"north": {"uv": [0, 0, 16, 16], "texture": "#missing"},
30-
"east": {"uv": [0, 0, 16, 16], "texture": "#missing"},
31-
"south": {"uv": [0, 0, 16, 16], "texture": "#missing"},
32-
"west": {"uv": [0, 0, 16, 16], "texture": "#missing"},
33-
"up": {"uv": [0, 0, 16, 16], "texture": "#missing"},
34-
"down": {"uv": [0, 0, 16, 16], "texture": "#missing"}
35-
}
36-
},
3724
{
3825
"from": [-0.25, 16, 8],
3926
"to": [15.75, 32, 8],
4027
"rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]},
4128
"faces": {
4229
"north": {"uv": [0, 0, 16, 16], "texture": "#tendril"},
43-
"east": {"uv": [0, 0, 1, 16], "texture": "#missing"},
44-
"south": {"uv": [0, 0, 16, 16], "texture": "#tendril"},
45-
"west": {"uv": [0, 0, 1, 16], "texture": "#missing"},
46-
"up": {"uv": [0, 0, 1, 16], "texture": "#missing"},
47-
"down": {"uv": [0, 0, 1, 16], "texture": "#missing"}
30+
"south": {"uv": [0, 0, 16, 16], "texture": "#tendril"}
4831
}
4932
},
5033
{

0 commit comments

Comments
 (0)