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

46 lines
803 B
JSON

{
"$schema": "schema.json",
"includes": ["common/common.json", "common/player_inventory.json"],
"background": {
"texture": "guis/circuit_cutter.png",
"srcRect": [0, 0, 176, 170]
},
"slots": {
"MACHINE_INPUT": {
"left": 28,
"top": 37
},
"STORAGE": {
"left": 46,
"top": 37
},
"MACHINE_OUTPUT": {
"left": 109,
"top": 37
}
},
"text": {
"dialog_title": {
"text": {
"translate": "gui.expatternprovider.circuit_cutter"
},
"position": {
"left": 8,
"top": 6
}
}
},
"images": {
"progressBar": {
"texture": "guis/circuit_cutter.png",
"srcRect": [178, 36, 6, 18]
}
},
"widgets": {
"progressBar": {
"left": 131,
"top": 36
}
}
}