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

44 lines
792 B
JSON

{
"$schema": "schema.json",
"includes": ["common/common.json", "common/player_inventory.json"],
"background": {
"texture": "guis/mod_storage_bus.png",
"srcRect": [0, 0, 176, 142]
},
"text": {
"dialog_title": {
"text": {
"translate": "gui.expatternprovider.mod_export_bus"
},
"position": {
"left": 8,
"top": 6
}
}
},
"slots": {
"TOOLBOX": {
"bottom": 47,
"right": -10,
"grid": "BREAK_AFTER_3COLS"
}
},
"widgets": {
"toolbox": {
"right": -2,
"bottom": 55,
"width": 68,
"height": 68
},
"filter_input": {
"left": 8,
"top": 27,
"width": 120,
"height": 12
},
"openPriority": {
"left": 154,
"top": 0
}
}
}