fix: 修复背包有网络工具打开实体加速器界面崩溃

This commit is contained in:
C-H716 2025-09-21 21:31:10 +08:00
parent 9c7d49bb7e
commit 4de90feae2

View File

@ -2,7 +2,8 @@
"$schema": "schema.json", "$schema": "schema.json",
"includes": [ "includes": [
"common/common.json", "common/common.json",
"common/player_inventory.json" "common/player_inventory.json",
"common/toolbox.json"
], ],
"background": { "background": {
"texture": "guis/blank_background.png", "texture": "guis/blank_background.png",
@ -62,16 +63,14 @@
}, },
"widgets": { "widgets": {
"toolbox": { "toolbox": {
"right": -2, "right": 1,
"bottom": 50, "bottom": 55
"width": 68,
"height": 68
} }
}, },
"slots": { "slots": {
"TOOLBOX": { "TOOLBOX": {
"bottom": 42, "right": 0,
"right": -10, "bottom": 50,
"grid": "BREAK_AFTER_3COLS" "grid": "BREAK_AFTER_3COLS"
} }
} }