35 lines
911 B
JSON
35 lines
911 B
JSON
|
{
|
||
|
"parent": "block/block",
|
||
|
"textures": {
|
||
|
"wood": "appliedenergistics2:blocks/crank",
|
||
|
"particle": "appliedenergistics2:blocks/crank"
|
||
|
},
|
||
|
"elements": [
|
||
|
{
|
||
|
"name": "Crank Shaft",
|
||
|
"from": [ 7.2, 0.0, 7.2 ],
|
||
|
"to": [ 8.8, 9.6, 8.8 ],
|
||
|
"faces": {
|
||
|
"north": { "texture": "#wood" },
|
||
|
"east": { "texture": "#wood" },
|
||
|
"south": { "texture": "#wood" },
|
||
|
"west": { "texture": "#wood" },
|
||
|
"up": { "texture": "#wood" },
|
||
|
"down": { "texture": "#wood" }
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "Crank Handle",
|
||
|
"from": [ 8.8, 8.0, 7.2 ],
|
||
|
"to": [ 13.6, 9.6, 8.8 ],
|
||
|
"faces": {
|
||
|
"north": { "texture": "#wood" },
|
||
|
"east": { "texture": "#wood" },
|
||
|
"south": { "texture": "#wood" },
|
||
|
"west": { "texture": "#wood" },
|
||
|
"up": { "texture": "#wood" },
|
||
|
"down": { "texture": "#wood" }
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|