diff --git a/src/main/resources/assets/superbwarfare/models/item/glock17_3d.json b/src/main/resources/assets/superbwarfare/models/item/glock17_3d.json index 8de654ebd..ad4d746ce 100644 --- a/src/main/resources/assets/superbwarfare/models/item/glock17_3d.json +++ b/src/main/resources/assets/superbwarfare/models/item/glock17_3d.json @@ -71,5 +71,30 @@ "down": {"uv": [7, 6.5, 6, 8], "texture": "#0"} } } - ] + ], + "display": { + "thirdperson_righthand": { + "translation": [-1, 1.5, 0], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "translation": [0, -80, 0], + "scale": [0, 0, 0] + }, + "ground": { + "translation": [0, -0.25, 0], + "scale": [0.75, 0.75, 0.75] + }, + "head": { + "translation": [0, 10.25, 0] + }, + "fixed": { + "rotation": [90, 45, -90], + "translation": [1.25, 4, 0], + "scale": [1.2, 1.2, 1.2] + } + } } \ No newline at end of file