From edba2cdd0d5d4173525019aa8fc8f1554addda35 Mon Sep 17 00:00:00 2001 From: Atsuihsio <842960157@qq.com> Date: Fri, 2 Aug 2024 17:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=AC=AC=E4=B8=89=E4=BA=BA?= =?UTF-8?q?=E7=A7=B0=E6=A8=A1=E5=9E=8B=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../superbwarfare/models/item/glock17_3d.json | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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