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

363 lines
9.3 KiB
JSON

{
"name": "block.kubejs.shaft_furnace",
"appearance": {
"resistance": 12,
"requires_tool": false,
"idle": {
"block": "kubejs:machine/shaft_furnace"
},
"running": {
"block": "kubejs:machine/shaft_furnace"
},
"errored": {
"block": "kubejs:machine/shaft_furnace"
},
"paused": {
"block": "kubejs:machine/shaft_furnace"
}
},
"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:item",
"id": "4",
"mode": "input",
"locked": false
},
{
"type": "custommachinery:item",
"id": "5",
"mode": "input",
"locked": false
},
{
"type": "custommachinery:item",
"id": "6",
"mode": "input",
"locked": false
},
{
"type": "custommachinery:item",
"id": "7",
"mode": "output",
"locked": false
},
{
"type": "custommachinery:item",
"id": "8",
"mode": "output",
"locked": false
},
{
"type": "custommachinery:fluid",
"capacity": 16000,
"id": "oxygen",
"maxInput": 0,
"maxOutput": 1000,
"mode": "both"
},
{
"type": "custommachinery:fluid",
"capacity": 16000,
"id": "fluid",
"maxInput": 0,
"maxOutput": 1000,
"mode": "both"
},
{
"type": "custommachinery:fluid",
"capacity": 8000,
"id": "fluid_output",
"maxInput": 0,
"maxOutput": 1000,
"mode": "both"
},
{
"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
}
}
],
"jei": [
{
"type": "custommachinery:texture",
"x": 0,
"y": 0,
"texture": "custommachinery:textures/gui/base_background.png"
},
{
"type": "custommachinery:progress",
"x": 125,
"y": 50
},
{
"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:slot",
"x": 47,
"y": 58,
"id": "4",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 65,
"y": 58,
"id": "5",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 83,
"y": 58,
"id": "6",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:fluid",
"x": 101,
"y": 40,
"id": "oxygen",
"width": 18,
"height": 18
},
{
"type": "custommachinery:fluid",
"x": 101,
"y": 58,
"id": "fluid",
"width": 18,
"height": 18
},
{
"type": "custommachinery:fluid",
"x": 155,
"y": 48,
"id": "fluid_output",
"width": 18,
"height": 18
},
{
"type": "custommachinery:slot",
"x": 173,
"y": 48,
"id": "7",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 191,
"y": 48,
"id": "8",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"text": "block.kubejs.shaft_furnace",
"x": 7,
"y": 5,
"type": "custommachinery:text"
}
],
"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": 42
},
{
"type": "custommachinery:slot",
"x": 47,
"y": 32,
"id": "1",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 65,
"y": 32,
"id": "2",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 83,
"y": 32,
"id": "3",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 47,
"y": 50,
"id": "4",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 65,
"y": 50,
"id": "5",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 83,
"y": 50,
"id": "6",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:fluid",
"x": 101,
"y": 32,
"id": "oxygen",
"width": 18,
"height": 18
},
{
"type": "custommachinery:fluid",
"x": 101,
"y": 50,
"id": "fluid",
"width": 18,
"height": 18
},
{
"type": "custommachinery:fluid",
"x": 155,
"y": 40,
"id": "fluid_output",
"width": 18,
"height": 18
},
{
"type": "custommachinery:slot",
"x": 173,
"y": 40,
"id": "7",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 191,
"y": 40,
"id": "8",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"text": "block.kubejs.shaft_furnace",
"x": 7,
"y": 5,
"type": "custommachinery:text"
},
{
"x": 47,
"y": 110,
"type": "custommachinery:player_inventory"
}
]
}