Skip to content

Commit

Permalink
Fix printer being one pixel too tall
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Dec 30, 2023
1 parent 4b1e9bc commit 99bbebd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
{
"name": "top",
"from": [0, 15, 0],
"to": [16, 17, 16],
"from": [0, 14, 0],
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#1"},
Expand All @@ -38,7 +38,7 @@
{
"name": "corner",
"from": [13, 2, 1],
"to": [15, 15, 3],
"to": [15, 14, 3],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 1, 2, 14], "texture": "#1"},
Expand All @@ -50,7 +50,7 @@
{
"name": "corner",
"from": [0, 2, 14],
"to": [2, 15, 16],
"to": [2, 14, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 2, 13], "texture": "#1"},
Expand All @@ -62,7 +62,7 @@
{
"name": "corner",
"from": [14, 2, 14],
"to": [16, 15, 16],
"to": [16, 14, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 1, 2, 14], "texture": "#1"},
Expand All @@ -74,7 +74,7 @@
{
"name": "corner",
"from": [1, 2, 1],
"to": [3, 15, 3],
"to": [3, 14, 3],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [14, 1, 16, 14], "texture": "#1"},
Expand All @@ -86,16 +86,16 @@
{
"name": "glass",
"from": [3, 2, 2],
"to": [13, 15, 3],
"to": [13, 14, 3],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 10, 13], "texture": "#0"}
"north": {"uv": [0, 0, 10, 12], "texture": "#0"}
}
},
{
"name": "back",
"from": [2, 2, 13],
"to": [14, 15, 15],
"to": [14, 14, 15],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 12, 13], "texture": "#1"},
Expand All @@ -107,19 +107,19 @@
{
"name": "glass",
"from": [13, 2, 3],
"to": [14, 15, 13],
"to": [14, 14, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [0, 0, 10, 13], "texture": "#0"}
"east": {"uv": [0, 0, 10, 12], "texture": "#0"}
}
},
{
"name": "glass",
"from": [2, 2, 3],
"to": [3, 15, 13],
"to": [3, 14, 13],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"west": {"uv": [0, 0, 10, 13], "texture": "#0"}
"west": {"uv": [0, 0, 10, 12], "texture": "#0"}
}
}
]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99bbebd

Please sign in to comment.