Skip to content

Commit

Permalink
#250: Fix missing textures (#260)
Browse files Browse the repository at this point in the history
fix some texture errors
  • Loading branch information
Meisterfuchs authored and Raycoms committed Sep 28, 2024
1 parent a762fcf commit c998ba4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"east": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 11, 3.5, 12], "rotation": 90, "texture": "#0"},
"west": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 0, 1.5, 1], "texture": "#missing"}
"down": {"uv": [0, 0, 1.5, 1], "texture": "#0"}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"east": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 11, 3.5, 12], "rotation": 90, "texture": "#0"},
"west": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 0, 1.5, 1], "texture": "#missing"}
"down": {"uv": [0, 0, 1.5, 1], "texture": "#0"}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"east": {"uv": [0, 11, 3.5, 8], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 8, 3.5, 7], "rotation": 90, "texture": "#0"},
"west": {"uv": [0, 11, 3.5, 8], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 1, 1.5, 0], "texture": "#missing"}
"down": {"uv": [0, 1, 1.5, 0], "texture": "#0"}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"east": {"uv": [0, 11, 3.5, 8], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 8, 3.5, 7], "rotation": 90, "texture": "#0"},
"west": {"uv": [0, 11, 3.5, 8], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 1, 1.5, 0], "texture": "#missing"}
"down": {"uv": [0, 1, 1.5, 0], "texture": "#0"}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"east": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 11, 3.5, 12], "rotation": 90, "texture": "#0"},
"west": {"uv": [0, 8, 3.5, 11], "rotation": 90, "texture": "#0"},
"down": {"uv": [0, 0, 1.5, 1], "texture": "#missing"}
"down": {"uv": [0, 0, 1.5, 1], "texture": "#0"}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1.5, 8]},
"faces": {
"north": {"uv": [4, 13, 6, 16], "texture": "#0"},
"west": {"uv": [12, 13, 13, 16], "texture": "#missing"},
"west": {"uv": [12, 13, 13, 16], "texture": "#0"},
"up": {"uv": [10, 12, 12, 13], "texture": "#0"},
"down": {"uv": [10, 3, 12, 4], "texture": "#0"}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"rotation": {"angle": 0, "axis": "y", "origin": [8, 1.5, 8]},
"faces": {
"north": {"uv": [4, 13, 6, 16], "texture": "#0"},
"west": {"uv": [12, 13, 13, 16], "texture": "#missing"},
"west": {"uv": [12, 13, 13, 16], "texture": "#0"},
"up": {"uv": [10, 12, 12, 13], "texture": "#0"},
"down": {"uv": [10, 3, 12, 4], "texture": "#0"}
}
Expand Down

0 comments on commit c998ba4

Please sign in to comment.