1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-27 07:33:21 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/models/block/turtle_upgrade_base_right.json
2020-01-23 15:08:11 +00:00

20 lines
655 B
JSON

{
"parent": "block/block",
"textures": {
"particle": "#texture"
},
"elements": [
{
"from": [ 14, 4.5, 3.5 ],
"to": [ 15.5, 12.5, 11.5 ],
"faces": {
"down": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "rotation": 90 },
"up": { "uv": [ 2, 0, 14, 3 ], "texture": "#texture", "rotation": 270 },
"north": { "uv": [ 13, 2, 16, 14 ], "texture": "#texture" },
"south": { "uv": [ 0, 2, 3, 14 ], "texture": "#texture" },
"east": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }
}
}
]
}