1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-10 01:10:30 +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:
Jonathan Coates 2024-06-27 20:41:42 +01:00
parent 4566cb8273
commit 7744d2663b
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
2 changed files with 70 additions and 72 deletions

View File

@ -1,38 +1,37 @@
{ {
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"particle": "computercraft:block/turtle_rainbow_overlay", "particle": "computercraft:block/turtle_rainbow_overlay",
"texture": "computercraft:block/turtle_rainbow_overlay" "texture": "computercraft:block/turtle_rainbow_overlay"
}, },
"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": {
"north": {"uv": [0, 0, 1, 6], "texture": "#texture"}, "north": {"uv": [0, 0, 1, 6], "texture": "#texture"},
"east": {"uv": [0, 0, 7, 6], "texture": "#texture"}, "east": {"uv": [0, 0, 7, 6], "texture": "#texture"},
"south": {"uv": [0, 0, 1, 6], "texture": "#texture"}, "south": {"uv": [0, 0, 1, 6], "texture": "#texture"},
"west": {"uv": [0, 0, 7, 6], "texture": "#texture"}, "west": {"uv": [0, 0, 7, 6], "texture": "#texture"},
"up": {"uv": [15, 0, 16, 6], "texture": "#texture"}, "up": {"uv": [15, 0, 16, 6], "texture": "#texture"},
"down": {"uv": [8, 0, 9, 6], "texture": "#texture"} "down": {"uv": [8, 0, 9, 6], "texture": "#texture"}
} }
}, },
{ {
"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"},
"east": {"uv": [13, 0, 14, 6], "texture": "#texture"}, "east": {"uv": [13, 0, 14, 6], "texture": "#texture"},
"south": {"uv": [12, 0, 13, 6], "texture": "#texture"}, "south": {"uv": [12, 0, 13, 6], "texture": "#texture"},
"west": {"uv": [13, 0, 14, 6], "texture": "#texture"}, "west": {"uv": [13, 0, 14, 6], "texture": "#texture"},
"up": {"uv": [12, 6, 13, 7], "texture": "#texture"}, "up": {"uv": [12, 6, 13, 7], "texture": "#texture"},
"down": {"uv": [13, 6, 14, 7], "texture": "#texture"} "down": {"uv": [13, 6, 14, 7], "texture": "#texture"}
} }
} }
], ]
"display": {}
} }

View File

@ -1,38 +1,37 @@
{ {
"parent": "block/block", "parent": "block/block",
"textures": { "textures": {
"particle": "computercraft:block/turtle_trans_overlay", "particle": "computercraft:block/turtle_trans_overlay",
"texture": "computercraft:block/turtle_trans_overlay" "texture": "computercraft:block/turtle_trans_overlay"
}, },
"elements": [ "elements": [
{ {
"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"},
"east": {"uv": [0, 0, 7, 5], "texture": "#texture"}, "east": {"uv": [0, 0, 7, 5], "texture": "#texture"},
"south": {"uv": [0, 0, 1, 5], "texture": "#texture"}, "south": {"uv": [0, 0, 1, 5], "texture": "#texture"},
"west": {"uv": [0, 0, 7, 5], "texture": "#texture"}, "west": {"uv": [0, 0, 7, 5], "texture": "#texture"},
"up": {"uv": [15, 0, 16, 5], "texture": "#texture"}, "up": {"uv": [15, 0, 16, 5], "texture": "#texture"},
"down": {"uv": [15, 0, 16, 5], "texture": "#texture"} "down": {"uv": [15, 0, 16, 5], "texture": "#texture"}
} }
}, },
{ {
"name": "Stick", "name": "Stick",
"from": [1.5, 10.5, 10.5], "from": [1.5, 10.5, 10.5],
"to": [2, 13.5, 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"},
"east": {"uv": [13, 0, 14, 6], "texture": "#texture"}, "east": {"uv": [13, 0, 14, 6], "texture": "#texture"},
"south": {"uv": [12, 0, 13, 6], "texture": "#texture"}, "south": {"uv": [12, 0, 13, 6], "texture": "#texture"},
"west": {"uv": [13, 0, 14, 6], "texture": "#texture"}, "west": {"uv": [13, 0, 14, 6], "texture": "#texture"},
"up": {"uv": [12, 6, 13, 7], "texture": "#texture"}, "up": {"uv": [12, 6, 13, 7], "texture": "#texture"},
"down": {"uv": [13, 6, 14, 7], "texture": "#texture"} "down": {"uv": [13, 6, 14, 7], "texture": "#texture"}
} }
} }
], ]
"display": {}
} }