cable textures
This commit is contained in:
18
src/main/resources/assets/storagecraft/models/item/cable.json
Executable file
18
src/main/resources/assets/storagecraft/models/item/cable.json
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"parent": "builtin/generated",
|
||||
"textures": {
|
||||
"layer0": "storagecraft:items/cable"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"translation": [0, 1, -3],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson": {
|
||||
"rotation": [0, -135, 25],
|
||||
"translation": [0, 4, 2],
|
||||
"scale": [1.7, 1.7, 1.7]
|
||||
}
|
||||
}
|
||||
}
|
||||
18
src/main/resources/assets/storagecraft/models/item/cable_sensitive.json
Executable file
18
src/main/resources/assets/storagecraft/models/item/cable_sensitive.json
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"parent": "builtin/generated",
|
||||
"textures": {
|
||||
"layer0": "storagecraft:items/cable_sensitive"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"translation": [0, 1, -3],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson": {
|
||||
"rotation": [0, -135, 25],
|
||||
"translation": [0, 4, 2],
|
||||
"scale": [1.7, 1.7, 1.7]
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/storagecraft/textures/items/cable.png
Executable file
BIN
src/main/resources/assets/storagecraft/textures/items/cable.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 183 B |
BIN
src/main/resources/assets/storagecraft/textures/items/cable_sensitive.png
Executable file
BIN
src/main/resources/assets/storagecraft/textures/items/cable_sensitive.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 199 B |
Reference in New Issue
Block a user