1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-29 16:43:25 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/models/block/cable_core_any.json

22 lines
740 B
JSON
Raw Normal View History

{
"parent": "block/block",
"textures": {
"particle": "computercraft:block/cable_core",
"side": "computercraft:block/cable_side"
},
"elements": [
{
"from": [ 6, 6, 6 ],
"to": [ 10, 10, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" },
"north": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" },
"south": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" },
"west": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" },
"east": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" }
}
}
]
}