fix missing empty syringe model
This commit is contained in:
parent
4d323b4ed3
commit
9107a122c4
1 changed files with 40 additions and 0 deletions
40
kubejs/assets/tfg/models/item/empty_dna_syringe.json
Normal file
40
kubejs/assets/tfg/models/item/empty_dna_syringe.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "tfg:item/dna_syringe_empty"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [0, 90, 40],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, 90, -40],
|
||||
"translation": [0, 3, 1],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 90, -20],
|
||||
"translation": [1.13, 3.2, 0.25],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 20],
|
||||
"translation": [1.13, 3.2, 0.25],
|
||||
"scale": [0.6, 0.6, 0.6]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [49, 4, -70],
|
||||
"translation": [-9.75, -3.25, 1.75],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [0, -180, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue