mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-27 21:38:05 +01:00
Merge branch 'mc1.18/dev' into mc1.19/dev
This commit is contained in:
commit
26fc820c69
5 changed files with 15 additions and 13 deletions
|
@ -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 a new issue