create-the-brass-oncerto/kubejs/data/dut/machines/assembling_machine.json

279 lines
7.1 KiB
JSON
Raw Permalink Normal View History

2025-04-11 17:07:29 +08:00
{
"name": "block.kubejs.assembling_machine",
"appearance": {
"resistance": 12,
"requires_tool": false,
"idle": {
"block": "kubejs:machine/assembling_machine"
},
"running": {
"block": "kubejs:machine/assembling_machine"
},
"errored": {
"block": "kubejs:machine/assembling_machine"
},
"paused": {
"block": "kubejs:machine/assembling_machine"
}
},
"tooltips": [
{
"text": "kubejs.tooltip.multiblock_mech",
"color": "green"
},
{
"text": "kubejs.tooltip.multiblock_mech1",
"color": "green"
}
],
"components": [
{
"type": "custommachinery:item",
"id": "1",
"mode": "input",
"locked": false
},
{
"type": "custommachinery:item",
"id": "2",
"mode": "input",
"locked": false
},
{
"type": "custommachinery:item",
"id": "3",
"mode": "input",
"locked": false
},
{
"type": "custommachinery:fluid",
"capacity": 16000,
"id": "4",
"maxInput": 4000,
"maxOutput": 0,
"mode": "both"
},
{
"type": "custommachinery:item",
"id": "5",
"mode": "output",
"locked": false
},
{
"type": "custommachinery:item",
"id": "6",
"mode": "output",
"locked": false
},
{
"type": "custommachinery:energy",
"capacity": 288000,
"maxInput": 14400,
"maxOutput": 14400,
"mode": "input",
"id": "fe",
"config": {
"input": true,
"output": false
}
},
{
"type": "custommachinery:item",
"id": "upgrade1",
"mode": "input",
"capacity": 1,
"variant": "custommachinery:upgrade",
"config": {
"default":"none",
"input": false,
"output": false
}
},
{
"type": "custommachinery:item",
"id": "upgrade2",
"mode": "input",
"capacity": 1,
"variant": "custommachinery:upgrade",
"config": {
"default":"none",
"input": false,
"output": false
}
},
{
"type": "custommachinery:item",
"id": "upgrade3",
"mode": "input",
"capacity": 1,
"variant": "custommachinery:upgrade",
"config": {
"default":"none",
"input": false,
"output": false
}
}
],
"gui": [
{
"type": "custommachinery:texture",
"x": 0,
"y": 0,
"texture": "custommachinery:textures/gui/base_background.png"
},
{
"type": "custommachinery:slot",
"x": 101,
"y": 75,
"id": "upgrade1",
"texture": "kubejs:textures/gui/upgrade_slot.png"
},
{
"type": "custommachinery:slot",
"x": 119,
"y": 75,
"id": "upgrade2",
"texture": "kubejs:textures/gui/upgrade_slot.png"
},
{
"type": "custommachinery:slot",
"x": 137,
"y": 75,
"id": "upgrade3",
"texture": "kubejs:textures/gui/upgrade_slot.png"
},
{
"type": "custommachinery:progress",
"x": 125,
"y": 40
},
{
"type": "custommachinery:slot",
"x": 47,
"y": 40,
"id": "1",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 65,
"y": 40,
"id": "2",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 83,
"y": 40,
"id": "3",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:fluid",
"x": 101,
"y": 40,
"id": "4",
"width": 18,
"height": 18
},
{
"type": "custommachinery:slot",
"x": 155,
"y": 40,
"id": "5",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 173,
"y": 40,
"id": "6",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:energy",
"id": "fe",
"x": 191,
"y": 25
},
{
"text": "block.kubejs.assembling_machine",
"x": 7,
"y": 5,
"type": "custommachinery:text"
},
{
"x": 47,
"y": 110,
"type": "custommachinery:player_inventory"
}
],
"jei": [
{
"type": "custommachinery:texture",
"x": 0,
"y": 0,
"texture": "custommachinery:textures/gui/base_background.png"
},
{
"type": "custommachinery:progress",
"x": 125,
"y": 40
},
{
"type": "custommachinery:slot",
"x": 47,
"y": 40,
"id": "1",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 65,
"y": 40,
"id": "2",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 83,
"y": 40,
"id": "3",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:fluid",
"x": 101,
"y": 40,
"id": "4",
"width": 18,
"height": 18
},
{
"type": "custommachinery:slot",
"x": 155,
"y": 40,
"id": "5",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 173,
"y": 40,
"id": "6",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:energy",
"id": "fe",
"x": 191,
"y": 25
},
{
"text": "block.kubejs.assembling_machine",
"x": 7,
"y": 5,
"type": "custommachinery:text"
}
]
}