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",
"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"
}
}