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

226 lines
5.8 KiB
JSON

{
"name": "block.kubejs.huge_crusher",
"appearance": {
"resistance": 12,
"requires_tool": false,
"idle": {
"block": "kubejs:machine/huge_crusher"
},
"running": {
"block": "kubejs:machine/huge_crusher"
},
"errored": {
"block": "kubejs:machine/huge_crusher"
},
"paused": {
"block": "kubejs:machine/huge_crusher"
}
},
"tooltips": [
{
"text": "kubejs.tooltip.multiblock_mech",
"color": "green"
},
{
"text": "kubejs.tooltip.multiblock_mech1",
"color": "green"
}
],
"components": [
{
"type": "custommachinery:fluid",
"capacity": 4000,
"id": "tank",
"maxInput": 4000,
"maxOutput": 4000,
"filter": ["minecraft:water"],
"whitelist": true
},
{
"type": "custommachinery:item",
"id": "5",
"mode": "output",
"config":{
"default": "both",
"right": "none",
"left": "output",
"input":false,
"output":true
}
},
{
"type": "custommachinery:item",
"id": "6",
"mode": "output",
"config":{
"default": "both",
"right": "none",
"left": "output",
"input":false,
"output":true
}
},
{
"type": "custommachinery:item",
"id": "7",
"mode": "output",
"config":{
"default": "both",
"right": "none",
"left": "output",
"input":false,
"output":true
}
},
{
"type": "custommachinery:item",
"id": "8",
"mode": "output",
"config":{
"default": "both",
"right": "none",
"left": "output",
"input":false,
"output":true
}
},
{
"type": "custommachinery:item",
"id": "1",
"mode": "input",
"config":{
"default": "both",
"right": "input",
"left": "none",
"input":true,
"output":false
}
},
{
"type": "custommachinery:item",
"id": "2",
"mode": "input",
"config":{
"default": "both",
"right": "input",
"left": "none",
"input":true,
"output":false
}
},
{
"type": "custommachinery:item",
"id": "3",
"mode": "input",
"config":{
"default": "both",
"right": "input",
"left": "none",
"input":true,
"output":false
}
},
{
"type": "custommachinery:item",
"id": "4",
"mode": "input",
"config":{
"default": "both",
"right": "input",
"left": "none",
"input":true,
"output":false
}
},
{
"type": "custommachinery:contraption",
"config": {
"default": "none",
"top":"input",
"input":true,
"output":false
},
"stress_impact": 32
}
],
"gui": [
{
"type": "custommachinery:texture",
"x": 0,
"y": 0,
"texture": "custommachinery:textures/gui/base_background.png"
},
{
"x": 47,
"y": 110,
"type": "custommachinery:player_inventory"
},
{
"type": "custommachinery:progress",
"x": 116,
"y": 31
},
{
"type": "custommachinery:slot",
"x": 47,
"y": 21,
"id": "1",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 65,
"y": 21,
"id": "2",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 47,
"y": 39,
"id": "3",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 65,
"y": 39,
"id": "4",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 173,
"y": 21,
"id": "5",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 191,
"y": 21,
"id": "6",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 173,
"y": 39,
"id": "7",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"type": "custommachinery:slot",
"x": 191,
"y": 39,
"id": "8",
"texture": "custommachinery:textures/gui/base_slot.png"
},
{
"text": "block.kubejs.huge_crusher",
"x": 7,
"y": 5,
"type": "custommachinery:text"
}
]
}