Prospect-Mod/main/resources/assets/prospect/models/item/data_terminal.json

20 lines
429 B
JSON

{
"parent": "item/generated",
"textures": {
"layer0": "prospect:items/data_terminal"
},
"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]
}
}
}