missing texture fixes
tidied up textures missing from the asset rework
This commit is contained in:
parent
dceab37d5a
commit
dc7bd7de4c
3 changed files with 4 additions and 8 deletions
|
@ -30,9 +30,7 @@
|
||||||
"north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
"north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
||||||
"east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
"east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
||||||
"south": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
"south": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
||||||
"west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
"west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"}
|
||||||
"up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#missing"},
|
|
||||||
"down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#missing"}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,8 +17,7 @@
|
||||||
"to": [14, 10, 14],
|
"to": [14, 10, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, -14, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [6, -14, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 0, 6, 6], "texture": "#base"},
|
"north": {"uv": [0, 0, 6, 6], "texture": "#base"}
|
||||||
"south": {"uv": [9, 3, 15, 9.5], "texture": "#missing"}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -42,15 +42,14 @@
|
||||||
"north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
"north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
||||||
"east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
"east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
||||||
"south": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
"south": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
||||||
"west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
"west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"}
|
||||||
"up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#missing"},
|
|
||||||
"down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#missing"}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Center",
|
"name": "Center",
|
||||||
"from": [0.9, 2, 0.9],
|
"from": [0.9, 2, 0.9],
|
||||||
"to": [15.1, 14, 15.1],
|
"to": [15.1, 14, 15.1],
|
||||||
|
"color": 5,
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"},
|
"north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"},
|
||||||
"east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"},
|
"east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"},
|
||||||
|
|
Loading…
Reference in a new issue