mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-10 09:20:28 +00:00
Fix heights of turtle flags
They were 0.5 squares too high, so the textures were a little stretched.
This commit is contained in:
parent
4566cb8273
commit
7744d2663b
@ -7,7 +7,7 @@
|
|||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Flag",
|
"name": "Flag",
|
||||||
"from": [1.5, 13, 10.5],
|
"from": [1.5, 13.5, 10.5],
|
||||||
"to": [2, 16.5, 15.5],
|
"to": [2, 16.5, 15.5],
|
||||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [2, 11, 10.75]},
|
"rotation": {"angle": 22.5, "axis": "x", "origin": [2, 11, 10.75]},
|
||||||
"faces": {
|
"faces": {
|
||||||
@ -22,7 +22,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Stick",
|
"name": "Stick",
|
||||||
"from": [1.5, 10.5, 10.5],
|
"from": [1.5, 10.5, 10.5],
|
||||||
"to": [2, 13, 11],
|
"to": [2, 13.5, 11],
|
||||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [2, 11, 10.75]},
|
"rotation": {"angle": 22.5, "axis": "x", "origin": [2, 11, 10.75]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12, 0, 13, 6], "texture": "#texture"},
|
"north": {"uv": [12, 0, 13, 6], "texture": "#texture"},
|
||||||
@ -33,6 +33,5 @@
|
|||||||
"down": {"uv": [13, 6, 14, 7], "texture": "#texture"}
|
"down": {"uv": [13, 6, 14, 7], "texture": "#texture"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"display": {}
|
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Flag",
|
"name": "Flag",
|
||||||
"from": [1.5, 13.5, 10.5],
|
"from": [1.5, 13.5, 10.5],
|
||||||
"to": [2, 16.5, 15.5],
|
"to": [2, 16, 15.5],
|
||||||
"rotation": {"angle": 22.5, "axis": "x", "origin": [2, 11, 10.75]},
|
"rotation": {"angle": 22.5, "axis": "x", "origin": [2, 11, 10.75]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 0, 1, 5], "texture": "#texture"},
|
"north": {"uv": [0, 0, 1, 5], "texture": "#texture"},
|
||||||
@ -33,6 +33,5 @@
|
|||||||
"down": {"uv": [13, 6, 14, 7], "texture": "#texture"}
|
"down": {"uv": [13, 6, 14, 7], "texture": "#texture"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"display": {}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user