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

132 lines
3.3 KiB
JSON
Raw Normal View History

2025-04-11 17:07:29 +08:00
{
"name": "block.kubejs.blasting_compressor",
"appearance": {
"resistance": 12,
"requires_tool": false,
"idle": {
"block": "kubejs:machine/blasting_compressor"
},
"running": {
"block": "kubejs:machine/blasting_compressor"
},
"errored": {
"block": "kubejs:machine/blasting_compressor"
},
"paused": {
"block": "kubejs:machine/blasting_compressor"
}
},
"tooltips": [
{
"text": "kubejs.tooltip.multiblock_mech",
"color": "green"
},
{
"text": "kubejs.tooltip.multiblock_mech1",
"color": "green"
}
],
"components": [
{
"type": "custommachinery:item",
"id": "4",
"mode": "output",
"locked": false,
"config": {
"input": false,
"output": true
}
},
{
"type": "custommachinery:item",
"id": "5",
"mode": "output",
"locked": false,
"config": {
"input": false,
"output": true
}
},
{
"type": "custommachinery:item",
"id": "6",
"mode": "output",
"locked": false,
"config": {
"input": false,
"output": true
}
},
{
"type": "custommachinery:contraption",
"config": {
"default": "input",
"input":true,
"output":false
},
"stress_impact": 32
}
],
"jei": [
{
"type": "custommachinery:texture",
"x": 0,
"y": 0,
"texture": "custommachinery:textures/gui/base_background.png"
},
{
"type": "custommachinery:progress",
"x": 107,
"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:fluid",
"x": 83,
"y": 40,
"id": "3",
"width": 18,
"height": 18
},
{
"type": "custommachinery:slot",
"x": 137,
"y": 40,
"id": "4",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"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"
},
{
"text": "block.kubejs.blasting_compressor",
"x": 7,
"y": 5,
"type": "custommachinery:text"
}
]
}