Implemented crank TESR.

Fixed crash bug in model rotator if state wasn't set.
This commit is contained in:
Sebastian Hartte
2016-08-27 13:05:41 +02:00
parent f0ee7939a2
commit 77dff3ab32
8 changed files with 187 additions and 4 deletions
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "appliedenergistics2:crank" }
}
}
@@ -0,0 +1,35 @@
{
"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" }
}
}
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B