Skip to content

Commit

Permalink
Made overlay textures power of 2 + fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gollorum committed Sep 15, 2021
1 parent be7af09 commit 9f51784
Show file tree
Hide file tree
Showing 23 changed files with 1,046 additions and 1,046 deletions.
186 changes: 93 additions & 93 deletions src/generated/resources/assets/signpost/models/block/large_sign.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,46 +18,46 @@
"down": {
"texture": "#texture",
"uv": [
1.3333334,
8.666667,
0.6666667,
9.333334
0.5,
6.5,
1.0,
7.0
]
},
"up": {
"texture": "#texture",
"uv": [
1.3333334,
0.6666667,
0.6666667,
1.3333334
0.5,
0.5,
1.0,
1.0
]
},
"north": {
"texture": "#texture",
"uv": [
0.6666667,
1.3333334,
1.3333334,
8.666667
1.0,
1.0,
0.5,
6.5
]
},
"south": {
"texture": "#texture",
"uv": [
1.3333334,
1.3333334,
0.6666667,
8.666667
0.5,
1.0,
1.0,
6.5
]
},
"west": {
"texture": "#texture",
"uv": [
0.6666667,
1.3333334,
0.0,
8.666667
1.0,
0.5,
6.5
]
}
}
Expand All @@ -77,55 +77,55 @@
"down": {
"texture": "#texture",
"uv": [
13.333334,
9.333334,
1.3333334,
10.0
1.0,
7.0,
10.0,
7.5
]
},
"up": {
"texture": "#texture",
"uv": [
13.333334,
1.0,
0.0,
1.3333334,
0.6666667
10.0,
0.5
]
},
"north": {
"texture": "#texture",
"uv": [
1.3333334,
0.6666667,
13.333334,
9.333334
10.0,
0.5,
1.0,
7.0
]
},
"south": {
"texture": "#texture",
"uv": [
13.333334,
0.6666667,
1.3333334,
9.333334
1.0,
0.5,
10.0,
7.0
]
},
"west": {
"texture": "#texture",
"uv": [
1.3333334,
0.6666667,
0.6666667,
9.333334
0.5,
0.5,
1.0,
7.0
]
},
"east": {
"texture": "#texture",
"uv": [
14.0,
0.6666667,
13.333334,
9.333334
10.0,
0.5,
10.5,
7.0
]
}
}
Expand All @@ -145,46 +145,46 @@
"down": {
"texture": "#texture",
"uv": [
14.0,
8.666667,
13.333334,
9.333334
10.0,
6.5,
10.5,
7.0
]
},
"up": {
"texture": "#texture",
"uv": [
14.0,
0.6666667,
13.333334,
1.3333334
10.0,
0.5,
10.5,
1.0
]
},
"north": {
"texture": "#texture",
"uv": [
13.333334,
1.3333334,
14.0,
8.666667
10.5,
1.0,
10.0,
6.5
]
},
"south": {
"texture": "#texture",
"uv": [
14.0,
1.3333334,
13.333334,
8.666667
10.0,
1.0,
10.5,
6.5
]
},
"east": {
"texture": "#texture",
"uv": [
14.666667,
1.3333334,
14.0,
8.666667
10.5,
1.0,
11.0,
6.5
]
}
}
Expand All @@ -204,46 +204,46 @@
"down": {
"texture": "#texture",
"uv": [
14.666667,
7.3333335,
14.0,
8.0
10.5,
5.5,
11.0,
6.0
]
},
"up": {
"texture": "#texture",
"uv": [
14.666667,
2.0,
14.0,
2.6666667
10.5,
1.5,
11.0,
2.0
]
},
"north": {
"texture": "#texture",
"uv": [
14.0,
2.6666667,
14.666667,
7.3333335
11.0,
2.0,
10.5,
5.5
]
},
"south": {
"texture": "#texture",
"uv": [
14.666667,
2.6666667,
14.0,
7.3333335
10.5,
2.0,
11.0,
5.5
]
},
"east": {
"texture": "#texture",
"uv": [
15.333334,
2.6666667,
14.666667,
7.3333335
11.0,
2.0,
11.5,
5.5
]
}
}
Expand All @@ -263,46 +263,46 @@
"down": {
"texture": "#texture",
"uv": [
15.333334,
6.0,
14.666667,
6.666667
11.0,
4.5,
11.5,
5.0
]
},
"up": {
"texture": "#texture",
"uv": [
15.333334,
3.3333335,
14.666667,
4.0
11.0,
2.5,
11.5,
3.0
]
},
"north": {
"texture": "#texture",
"uv": [
14.666667,
4.0,
15.333334,
6.0
11.5,
3.0,
11.0,
4.5
]
},
"south": {
"texture": "#texture",
"uv": [
15.333334,
4.0,
14.666667,
6.0
11.0,
3.0,
11.5,
4.5
]
},
"east": {
"texture": "#texture",
"uv": [
16.0,
4.0,
15.333334,
6.0
11.5,
3.0,
12.0,
4.5
]
}
}
Expand Down
Loading

0 comments on commit 9f51784

Please sign in to comment.