fix missing empty syringe model

This commit is contained in:
Pyritie 2025-09-09 11:56:23 +01:00
parent 4d323b4ed3
commit 9107a122c4

View 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]
}
}
}