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

135 lines
3.3 KiB
JSON

{
"name": "block.kubejs.hydropress",
"appearance": {
"resistance": 12,
"requires_tool": false,
"idle": {
"block": "kubejs:machine/hydropress"
},
"running": {
"block": "kubejs:machine/hydropress"
},
"errored": {
"block": "kubejs:machine/hydropress"
},
"paused": {
"block": "kubejs:machine/hydropress"
}
},
"processor": {
"type": "custommachinery:machine",
"cooldown": 1
},
"tooltips": [
{
"text": "kubejs.tooltip.multiblock_mech",
"color": "green"
},
{
"text": "kubejs.tooltip.multiblock_mech1",
"color": "green"
}
],
"components": [
{
"type": "custommachinery:fluid",
"capacity": 4000,
"id": "fluid_input",
"maxInput": 4000,
"maxOutput": 4000,
"filter": [
"minecraft:water"
],
"whitelist": true
},
{
"type": "custommachinery:fluid",
"capacity": 500,
"id": "sim_fluid",
"maxInput": 0,
"maxOutput": 0,
"filter": [
"kubejs:hydrofluid"
],
"whitelist": true
},
{
"type": "custommachinery:item",
"id": "2",
"mode": "output",
"locked": false,
"config": {
"default": "both",
"input": false,
"output": false
}
},
{
"type": "custommachinery:item",
"id": "3",
"mode": "output",
"locked": false,
"config": {
"default": "both",
"input": false,
"output": false
}
}
],
"jei": [
{
"type": "custommachinery:texture",
"x": 0,
"y": 0,
"texture": "custommachinery:textures/gui/base_background.png"
},
{
"type": "custommachinery:progress",
"x": 143,
"y": 40
},
{
"type": "custommachinery:slot",
"x": 101,
"y": 40,
"id": "1",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:fluid",
"x": 119,
"y": 40,
"id": "fluid_input",
"width": 18,
"height": 18
},
{
"type": "custommachinery:slot",
"x": 173,
"y": 40,
"id": "2",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 191,
"y": 40,
"id": "3",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:fluid",
"x": 209,
"y": 40,
"id": "sim_fluid",
"width": 18,
"height": 18
},
{
"text": "block.kubejs.hydropress",
"x": 7,
"y": 5,
"type": "custommachinery:text"
}
]
}