Improved cable item models to be closer in line with AE had in 1.7.

Added cable anchors.
This commit is contained in:
Sebastian Hartte 2016-08-26 23:33:49 +02:00
parent b62d3ec139
commit 1246eb8bdf
6 changed files with 83 additions and 55 deletions

View File

@ -0,0 +1,21 @@
{
"parent": "appliedenergistics2:item/part/part",
"textures": {
"all": "appliedenergistics2:parts/cable_anchor",
"particle": "appliedenergistics2:parts/cable_anchor"
},
"elements": [
{
"from": [ 7.0, 7.0, 5.0 ],
"to": [ 9.0, 9.0, 11.0 ],
"faces": {
"north": { "texture": "#all" },
"east": { "texture": "#all" },
"south": { "texture": "#all" },
"west": { "texture": "#all" },
"up": { "texture": "#all" },
"down": { "texture": "#all" }
}
}
]
}

View File

@ -1,10 +1,10 @@
{
"parent": "block/block",
"parent": "appliedenergistics2:item/part/part",
"elements": [
{
"name": "Element",
"from": [ 5.0, 5.0, 0.0 ],
"to": [ 11.0, 11.0, 16.0 ],
"from": [ 5.0, 5.0, 2.0 ],
"to": [ 11.0, 11.0, 14.0 ],
"faces": {
"north": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"east": { "texture": "#base", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },

View File

@ -1,26 +1,26 @@
{
"parent": "block/block",
"parent": "appliedenergistics2:item/part/part",
"textures": {
"channels": "appliedenergistics2:parts/cable/dense/0"
},
"elements": [
{
"name": "Base",
"from": [ 3.0, 3.0, 0.0 ],
"to": [ 13.0, 13.0, 16.0 ],
"from": [ 4.0, 4.0, 2.0 ],
"to": [ 12.0, 12.0, 14.0 ],
"faces": {
"north": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"east": { "texture": "#base", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
"south": { "texture": "#base", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
"west": { "texture": "#base", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
"up": { "texture": "#base", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
"down": { "texture": "#base", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
"north": { "texture": "#base", "uv": [ 4.0, 4.0, 12.0, 11.0 ] },
"east": { "texture": "#base", "uv": [ 0.0, 4.0, 4.0, 12.0 ] },
"south": { "texture": "#base", "uv": [ 11.0, 4.0, 4.0, 12.0 ] },
"west": { "texture": "#base", "uv": [ 4.0, 4.0, 0.0, 12.0 ] },
"up": { "texture": "#base", "uv": [ 4.0, 0.0, 12.0, 5.0 ] },
"down": { "texture": "#base", "uv": [ 4.0, 12.0, 12.0, 16.0 ] }
}
},
{
"name": "Channels",
"from": [ 3.0, 3.0, 0.0 ],
"to": [ 13.0, 13.0, 16.0 ],
"from": [ 4.0, 4.0, 2.0 ],
"to": [ 12.0, 12.0, 14.0 ],
"faces": {
"north": { "texture": "#channels", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"east": { "texture": "#channels", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },

View File

@ -1,43 +1,16 @@
{
"parent": "block/block",
"parent": "appliedenergistics2:item/part/part",
"elements": [
{
"name": "Element",
"from": [ 6.0, 6.0, 6.0 ],
"to": [ 10.0, 10.0, 10.0 ],
"from": [ 6.0, 6.0, 2.0 ],
"to": [ 10.0, 10.0, 14.0 ],
"faces": {
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
"east": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
"south": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
"west": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
"up": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
"down": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] }
}
},
{
"name": "Element",
"from": [ 6.0, 6.0, 0.0 ],
"to": [ 10.0, 10.0, 6.0 ],
"faces": {
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
"east": { "texture": "#base", "uv": [ 10.0, 6.0, 16.0, 10.0 ] },
"south": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
"west": { "texture": "#base", "uv": [ 16.0, 6.0, 10.0, 10.0 ] },
"up": { "texture": "#base", "uv": [ 6.0, 0.0, 10.0, 6.0 ] },
"down": { "texture": "#base", "uv": [ 6.0, 10.0, 10.0, 16.0 ] }
}
},
{
"name": "Element",
"from": [ 6.0, 6.0, 10.0 ],
"to": [ 10.0, 10.0, 16.0 ],
"faces": {
"north": { "texture": "#base", "uv": [ 6.0, 6.0, 10.0, 10.0 ] },
"east": { "texture": "#base", "uv": [ 0.0, 6.0, 6.0, 10.0 ] },
"south": { "texture": "#base", "uv": [ 10.0, 6.0, 6.0, 10.0 ] },
"west": { "texture": "#base", "uv": [ 6.0, 6.0, 0.0, 10.0 ] },
"up": { "texture": "#base", "uv": [ 6.0, 10.0, 10.0, 16.0 ] },
"down": { "texture": "#base", "uv": [ 6.0, 0.0, 10.0, 6.0 ] }
"north": { "texture": "#base" },
"east": { "texture": "#base" },
"south": { "texture": "#base" },
"west": { "texture": "#base" },
"up": { "texture": "#base" },
"down": { "texture": "#base" }
}
}
]

View File

@ -1,13 +1,13 @@
{
"parent": "block/block",
"parent": "appliedenergistics2:item/part/part",
"textures": {
"channels": "appliedenergistics2:parts/cable/smart/0"
},
"elements": [
{
"name": "Element",
"from": [ 5.0, 5.0, 0.0 ],
"to": [ 11.0, 11.0, 16.0 ],
"from": [ 5.0, 5.0, 2.0 ],
"to": [ 11.0, 11.0, 14.0 ],
"faces": {
"north": { "texture": "#base", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"east": { "texture": "#base", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },
@ -19,8 +19,8 @@
},
{
"name": "Channels",
"from": [ 5.0, 5.0, 0.0 ],
"to": [ 11.0, 11.0, 16.0 ],
"from": [ 5.0, 5.0, 2.0 ],
"to": [ 11.0, 11.0, 14.0 ],
"faces": {
"north": { "texture": "#channels", "uv": [ 5.0, 5.0, 11.0, 11.0 ] },
"east": { "texture": "#channels", "uv": [ 0.0, 5.0, 5.0, 11.0 ] },

View File

@ -0,0 +1,34 @@
{
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.8, 0.8, 0.8 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0],
"scale":[ 0.25, 0.25, 0.25 ]
},
"fixed": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 225, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
}
}