From 34a4609af2032a9a6982fdbac982bf1575b756b2 Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Tue, 12 May 2020 23:46:05 +0100 Subject: [PATCH] Tweak receptacle model --- .../assets/ebwizardry/models/block/receptacle.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/ebwizardry/models/block/receptacle.json b/src/main/resources/assets/ebwizardry/models/block/receptacle.json index b64a8d89..5c3cd492 100644 --- a/src/main/resources/assets/ebwizardry/models/block/receptacle.json +++ b/src/main/resources/assets/ebwizardry/models/block/receptacle.json @@ -210,16 +210,22 @@ ], "display": { "thirdperson_righthand": { - "translation": [0.25, 3.5, 0] + "translation": [-0.25, 3.5, 0], + "scale": [0.75, 0.75, 0.75] }, "thirdperson_lefthand": { - "translation": [0.25, 3.5, 0] + "translation": [-0.25, 3.5, 0], + "scale": [0.75, 0.75, 0.75] }, "firstperson_righthand": { - "translation": [0.25, 3.5, 0] + "rotation": [0, 45, 0], + "translation": [1, 3, 0], + "scale": [0.5, 0.5, 0.5] }, "firstperson_lefthand": { - "translation": [0.25, 3.5, 0] + "rotation": [0, 45, 0], + "translation": [1, 3, 0], + "scale": [0.5, 0.5, 0.5] }, "ground": { "translation": [0, 3, 0],