Add disk drive disk textures

This commit is contained in:
Raoul Van den Berge
2016-10-23 03:42:41 +02:00
parent ca8a773e77
commit 8f044d5e72
8 changed files with 461 additions and 20 deletions

View File

@@ -1,5 +1,8 @@
{
"__comment": "Model made by CyanideX",
"textures": {
"disk": "refinedstorage:blocks/disk_drive_disk"
},
"elements": [
{
"name": "disk",

View File

@@ -0,0 +1,146 @@
{
"__comment": "Model made by CyanideX",
"textures": {
"disk": "refinedstorage:blocks/disk_drive_disk_disconnected"
},
"elements": [
{
"name": "disk",
"from": [
9.0,
12.0,
-1.0
],
"to": [
14.0,
14.0,
0.0
],
"faces": {
"north": {
"texture": "#disk",
"uv": [
3.0,
0.0,
8.0,
2.0
]
},
"east": {
"texture": "#disk",
"uv": [
2.0,
0.0,
3.0,
2.0
]
},
"south": {
"texture": "#disk",
"uv": [
9.0,
0.0,
14.0,
2.0
]
},
"west": {
"texture": "#disk",
"uv": [
8.0,
0.0,
9.0,
2.0
]
},
"up": {
"texture": "#disk",
"uv": [
3.0,
2.0,
8.0,
3.0
]
},
"down": {
"texture": "#disk",
"uv": [
3.0,
3.0,
8.0,
4.0
]
}
}
},
{
"name": "led",
"from": [
10.0,
11.95,
-1.05
],
"to": [
11.0,
13.0,
-0.10000000000000009
],
"faces": {
"north": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"east": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"south": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"west": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"up": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"down": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
}
}
}
]
}

View File

@@ -0,0 +1,146 @@
{
"__comment": "Model made by CyanideX",
"textures": {
"disk": "refinedstorage:blocks/disk_drive_disk_full"
},
"elements": [
{
"name": "disk",
"from": [
9.0,
12.0,
-1.0
],
"to": [
14.0,
14.0,
0.0
],
"faces": {
"north": {
"texture": "#disk",
"uv": [
3.0,
0.0,
8.0,
2.0
]
},
"east": {
"texture": "#disk",
"uv": [
2.0,
0.0,
3.0,
2.0
]
},
"south": {
"texture": "#disk",
"uv": [
9.0,
0.0,
14.0,
2.0
]
},
"west": {
"texture": "#disk",
"uv": [
8.0,
0.0,
9.0,
2.0
]
},
"up": {
"texture": "#disk",
"uv": [
3.0,
2.0,
8.0,
3.0
]
},
"down": {
"texture": "#disk",
"uv": [
3.0,
3.0,
8.0,
4.0
]
}
}
},
{
"name": "led",
"from": [
10.0,
11.95,
-1.05
],
"to": [
11.0,
13.0,
-0.10000000000000009
],
"faces": {
"north": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"east": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"south": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"west": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"up": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
},
"down": {
"texture": "#disk",
"uv": [
14.0,
1.0,
15.0,
2.0
]
}
}
}
]
}