mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-17 07:54:29 +01:00
3ec8afd091
- Second attempt at a practical mechanical belt
22 lines
909 B
JSON
22 lines
909 B
JSON
{
|
|
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
|
"parent": "block/cube",
|
|
"textures": {
|
|
"0": "create:block/belt"
|
|
},
|
|
"elements": [
|
|
{
|
|
"name": "Belt",
|
|
"from": [ 1.0, 0.0, 0.0 ],
|
|
"to": [ 15.0, 2.0, 16.0 ],
|
|
"faces": {
|
|
"north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 2.0 ], "rotation": 180 },
|
|
"east": { "texture": "#0", "uv": [ 14.0, 0.0, 16.0, 16.0 ], "rotation": 90 },
|
|
"south": { "texture": "#0", "uv": [ 1.0, 14.0, 15.0, 16.0 ]},
|
|
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 2.0, 16.0 ], "rotation": 270 },
|
|
"up": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
|
"down": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ], "rotation": 180 }
|
|
}
|
|
}
|
|
]
|
|
} |