Skip to content

Commit d28193c

Browse files
Fixes
1 parent caba587 commit d28193c

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

assets/minecraft/models/block/template_piston_head.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"texture_size": [
3-
22,
4-
6
3+
32,
4+
16
55
],
66
"textures": {
77
"thick": "block/piston_arm",
@@ -107,10 +107,10 @@
107107
},
108108
"east": {
109109
"uv": [
110-
10.18182,
110+
7,
111111
0,
112-
16,
113-
10.66667
112+
11,
113+
4
114114
],
115115
"texture": "#thick"
116116
},
@@ -125,30 +125,30 @@
125125
},
126126
"west": {
127127
"uv": [
128-
10.18182,
128+
7,
129129
0,
130-
16,
131-
10.66667
130+
11,
131+
4
132132
],
133133
"rotation": 180,
134134
"texture": "#thick"
135135
},
136136
"up": {
137137
"uv": [
138-
10.18182,
138+
7,
139139
0,
140-
16,
141-
10.66667
140+
11,
141+
4
142142
],
143143
"rotation": 270,
144144
"texture": "#thick"
145145
},
146146
"down": {
147147
"uv": [
148-
10.18182,
148+
7,
149149
0,
150-
16,
151-
10.66667
150+
11,
151+
4
152152
],
153153
"rotation": 90,
154154
"texture": "#thick"
@@ -169,37 +169,37 @@
169169
"faces": {
170170
"north": {
171171
"uv": [
172-
5.81818,
172+
4,
173173
0,
174-
10.18182,
175-
16
174+
7,
175+
6
176176
],
177177
"texture": "#thick"
178178
},
179179
"east": {
180180
"uv": [
181181
0,
182182
0,
183-
5.81818,
184-
16
183+
4,
184+
6
185185
],
186186
"texture": "#thick"
187187
},
188188
"south": {
189189
"uv": [
190-
5.81818,
190+
4,
191191
0,
192-
10.18182,
193-
16
192+
7,
193+
6
194194
],
195195
"texture": "#thick"
196196
},
197197
"west": {
198198
"uv": [
199199
0,
200200
0,
201-
5.81818,
202-
16
201+
4,
202+
6
203203
],
204204
"rotation": 180,
205205
"texture": "#thick"
@@ -208,8 +208,8 @@
208208
"uv": [
209209
0,
210210
0,
211-
5.81818,
212-
16
211+
4,
212+
6
213213
],
214214
"rotation": 270,
215215
"texture": "#thick"
@@ -218,8 +218,8 @@
218218
"uv": [
219219
0,
220220
0,
221-
5.81818,
222-
16
221+
4,
222+
6
223223
],
224224
"rotation": 90,
225225
"texture": "#thick"
669 Bytes
Loading
13 Bytes
Loading

0 commit comments

Comments
 (0)