Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/crank.json
Sebastian Hartte 77dff3ab32 Implemented crank TESR.
Fixed crash bug in model rotator if state wasn't set.
2016-08-27 13:05:41 +02:00

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" }
}
}
]
}