LTDV10/packet/kubejs/assets/ae2/screens/ex_drive.json
2026-04-14 18:20:56 +08:00

38 lines
668 B
JSON

{
"$schema": "schema.json",
"includes": ["common/common.json", "common/player_inventory.json"],
"background": {
"texture": "guis/ex_drive.png",
"srcRect": [0, 0, 176, 199]
},
"slots": {
"STORAGE_CELL": {
"left": 34,
"top": 16,
"grid": "BREAK_AFTER_2COLS"
},
"EX_1": {
"left": 109,
"top": 16,
"grid": "BREAK_AFTER_2COLS"
}
},
"text": {
"dialog_title": {
"text": {
"translate": "gui.expatternprovider.ex_drive"
},
"position": {
"left": 8,
"top": 6
}
}
},
"widgets": {
"openPriority": {
"left": 154,
"top": 0
}
}
}