From 69c3a57c76d71109843a64e97013336d4812caf2 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sat, 3 Apr 2021 19:46:26 +0200 Subject: [PATCH] Quell the outrage! - Placement indicator arrow is slightly smaller by default --- .../create/foundation/utility/placement/PlacementHelpers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementHelpers.java b/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementHelpers.java index 3e0a88cc5..f27603925 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementHelpers.java +++ b/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementHelpers.java @@ -265,7 +265,7 @@ public class PlacementHelpers { //RenderSystem.rotatef(angle.get(0.1f), 0, 0, -1); //RenderSystem.translated(0, 10, 0); //RenderSystem.rotatef(angle.get(0.1f), 0, 0, 1); - double scale = AllConfigs.CLIENT.indicatorScale.get(); + double scale = AllConfigs.CLIENT.indicatorScale.get() * .75; RenderSystem.scaled(scale, scale, 1); RenderSystem.scaled(12, 12, 1);