Add disk drive disk model
This commit is contained in:
143
src/main/resources/assets/refinedstorage/models/block/disk_drive_disk.json
Executable file
143
src/main/resources/assets/refinedstorage/models/block/disk_drive_disk.json
Executable file
@@ -0,0 +1,143 @@
|
|||||||
|
{
|
||||||
|
"__comment": "Model made by CyanideX",
|
||||||
|
"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
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
src/main/resources/assets/refinedstorage/textures/blocks/disk_drive_disk.png
Executable file
BIN
src/main/resources/assets/refinedstorage/textures/blocks/disk_drive_disk.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user