From 4de90feae20f2cb19bc05196919c522a47983c97 Mon Sep 17 00:00:00 2001 From: C-H716 <1536152356@qq.com> Date: Sun, 21 Sep 2025 21:31:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=83=8C=E5=8C=85?= =?UTF-8?q?=E6=9C=89=E7=BD=91=E7=BB=9C=E5=B7=A5=E5=85=B7=E6=89=93=E5=BC=80?= =?UTF-8?q?=E5=AE=9E=E4=BD=93=E5=8A=A0=E9=80=9F=E5=99=A8=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/ae2/screens/entity_speed_ticker.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/main/resources/assets/ae2/screens/entity_speed_ticker.json b/src/main/resources/assets/ae2/screens/entity_speed_ticker.json index e30da1a..aaeab6c 100644 --- a/src/main/resources/assets/ae2/screens/entity_speed_ticker.json +++ b/src/main/resources/assets/ae2/screens/entity_speed_ticker.json @@ -2,7 +2,8 @@ "$schema": "schema.json", "includes": [ "common/common.json", - "common/player_inventory.json" + "common/player_inventory.json", + "common/toolbox.json" ], "background": { "texture": "guis/blank_background.png", @@ -62,16 +63,14 @@ }, "widgets": { "toolbox": { - "right": -2, - "bottom": 50, - "width": 68, - "height": 68 + "right": 1, + "bottom": 55 } }, "slots": { "TOOLBOX": { - "bottom": 42, - "right": -10, + "right": 0, + "bottom": 50, "grid": "BREAK_AFTER_3COLS" } }