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"},
|
||||
"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"},
|
||||
"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"}
|
||||
"west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
"to": [14, 10, 14],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, -14, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#base"},
|
||||
"south": {"uv": [9, 3, 15, 9.5], "texture": "#missing"}
|
||||
"north": {"uv": [0, 0, 6, 6], "texture": "#base"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -42,15 +42,14 @@
|
|||
"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"},
|
||||
"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"},
|
||||
"up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#missing"},
|
||||
"down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#missing"}
|
||||
"west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Center",
|
||||
"from": [0.9, 2, 0.9],
|
||||
"to": [15.1, 14, 15.1],
|
||||
"color": 5,
|
||||
"faces": {
|
||||
"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"},
|
||||
|
|
Loading…
Reference in a new issue