Implemented item models for cables.

This commit is contained in:
Sebastian Hartte
2016-08-26 19:07:15 +02:00
parent a5398240a0
commit 71a88aa668
79 changed files with 695 additions and 83 deletions
@@ -0,0 +1,18 @@
{
"parent": "block/block",
"elements": [
{
"name": "Element",
"from": [ 5.0, 5.0, 0.0 ],
"to": [ 11.0, 11.0, 16.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 ] }
}
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/black"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/blue"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/brown"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/cyan"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/gray"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/green"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/lightblue"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/lightgrey"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/lime"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/magenta"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/orange"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/pink"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/purple"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/red"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/transparent"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/white"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_covered_base",
"textures": {
"base": "appliedenergistics2:parts/cable/covered/yellow"
}
}
@@ -0,0 +1,34 @@
{
"parent": "block/block",
"textures": {
"channels": "appliedenergistics2:parts/cable/dense/0"
},
"elements": [
{
"name": "Base",
"from": [ 3.0, 3.0, 0.0 ],
"to": [ 13.0, 13.0, 16.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 ] }
}
},
{
"name": "Channels",
"from": [ 3.0, 3.0, 0.0 ],
"to": [ 13.0, 13.0, 16.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 ] },
"south": { "texture": "#channels", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
"west": { "texture": "#channels", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
"up": { "texture": "#channels", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
"down": { "texture": "#channels", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
}
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/black"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/blue"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/brown"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/cyan"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/gray"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/green"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/lightblue"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/lightgrey"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/lime"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/magenta"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/orange"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/pink"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/purple"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/red"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/transparent"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/white"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_dense_base",
"textures": {
"base": "appliedenergistics2:parts/cable/dense/yellow"
}
}
@@ -0,0 +1,44 @@
{
"parent": "block/block",
"elements": [
{
"name": "Element",
"from": [ 6.0, 6.0, 6.0 ],
"to": [ 10.0, 10.0, 10.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 ] }
}
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/black"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/blue"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/brown"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/cyan"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/gray"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/green"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/lightblue"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/lightgrey"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/lime"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/magenta"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/orange"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/pink"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/purple"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/red"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/transparent"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/white"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_glass_base",
"textures": {
"base": "appliedenergistics2:parts/cable/glass/yellow"
}
}
@@ -0,0 +1,34 @@
{
"parent": "block/block",
"textures": {
"channels": "appliedenergistics2:parts/cable/smart/0"
},
"elements": [
{
"name": "Element",
"from": [ 5.0, 5.0, 0.0 ],
"to": [ 11.0, 11.0, 16.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 ] }
}
},
{
"name": "Channels",
"from": [ 5.0, 5.0, 0.0 ],
"to": [ 11.0, 11.0, 16.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 ] },
"south": { "texture": "#channels", "uv": [ 11.0, 5.0, 5.0, 11.0 ] },
"west": { "texture": "#channels", "uv": [ 5.0, 5.0, 0.0, 11.0 ] },
"up": { "texture": "#channels", "uv": [ 5.0, 0.0, 11.0, 5.0 ] },
"down": { "texture": "#channels", "uv": [ 5.0, 11.0, 11.0, 16.0 ] }
}
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/black"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/blue"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/brown"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/cyan"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/gray"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/green"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/lightblue"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/lightgrey"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/lime"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/magenta"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/orange"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/pink"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/purple"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/red"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/transparent"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/white"
}
}
@@ -0,0 +1,6 @@
{
"parent": "appliedenergistics2:item/part/cable_smart_base",
"textures": {
"base": "appliedenergistics2:parts/cable/smart/yellow"
}
}