mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Asset patches
- Fixed uvs on stress- and speedometers' block models - Toolbox hotbar slot overlay now uses the revised brass palette from 0.5.1
This commit is contained in:
parent
fff2512a67
commit
2201d87da7
@ -24,12 +24,12 @@
|
||||
"from": [1, 0, 0],
|
||||
"to": [15, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 9, 8, 10], "texture": "#2"},
|
||||
"north": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
|
||||
"east": {"uv": [0, 9, 8, 10], "texture": "#2"},
|
||||
"south": {"uv": [0, 9, 7, 10], "texture": "#2"},
|
||||
"south": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
|
||||
"west": {"uv": [0, 9, 8, 10], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 8, 7], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 8, 7], "texture": "#2"}
|
||||
"up": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -24,10 +24,10 @@
|
||||
"from": [0, 1, 0],
|
||||
"to": [2, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 9, 8, 10], "rotation": 270, "texture": "#2"},
|
||||
"north": {"uv": [0.5, 9, 7.5, 10], "rotation": 270, "texture": "#2"},
|
||||
"east": {"uv": [0, 0, 8, 7], "texture": "#2"},
|
||||
"south": {"uv": [0, 9, 7, 10], "rotation": 90, "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"},
|
||||
"south": {"uv": [0.5, 9, 7.5, 10], "rotation": 90, "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 8, 7], "texture": "#2"},
|
||||
"up": {"uv": [0, 9, 8, 10], "rotation": 90, "texture": "#2"},
|
||||
"down": {"uv": [0, 9, 8, 10], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
|
@ -26,12 +26,12 @@
|
||||
"from": [1, 0, 0],
|
||||
"to": [15, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 9, 8, 10], "texture": "#2"},
|
||||
"north": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
|
||||
"east": {"uv": [0, 9, 8, 10], "texture": "#2"},
|
||||
"south": {"uv": [0, 9, 7, 10], "texture": "#2"},
|
||||
"south": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
|
||||
"west": {"uv": [0, 9, 8, 10], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 8, 7], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 8, 7], "texture": "#2"}
|
||||
"down": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -148,11 +148,13 @@
|
||||
{
|
||||
"name": "Gauge",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||
},
|
||||
{
|
||||
"name": "shaft",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [7]
|
||||
}
|
||||
]
|
||||
|
@ -26,12 +26,12 @@
|
||||
"from": [1, 0, 0],
|
||||
"to": [15, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 9, 8, 10], "texture": "#2"},
|
||||
"north": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
|
||||
"east": {"uv": [0, 9, 8, 10], "texture": "#2"},
|
||||
"south": {"uv": [0, 9, 7, 10], "texture": "#2"},
|
||||
"south": {"uv": [0.5, 9, 7.5, 10], "texture": "#2"},
|
||||
"west": {"uv": [0, 9, 8, 10], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 8, 7], "rotation": 270, "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 8, 7], "texture": "#2"}
|
||||
"down": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#2"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 9.7 KiB |
Loading…
Reference in New Issue
Block a user