mirror of
https://github.com/TicTicBoooom-Mods/MasterfulMachinery.git
synced 2026-01-18 16:37:23 +01:00
96 lines
2.4 KiB
JSON
96 lines
2.4 KiB
JSON
{
|
|
"controllerId": "basic",
|
|
"name": "Basic",
|
|
"ports": [
|
|
{
|
|
"type": "masterfulmachinery:items",
|
|
"textureOverride": "minecraft:block/white_terracotta",
|
|
"name": "Item",
|
|
"id": "simple",
|
|
"data": {
|
|
"rows": 1,
|
|
"columns": 1
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:energy",
|
|
"name": "Energy",
|
|
"id": "simple",
|
|
"data": {
|
|
"capacity": 1000000
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:fluids",
|
|
"name": "Fluid",
|
|
"id": "simple",
|
|
"data": {
|
|
"capacity": 5000
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:pncr_pressure",
|
|
"name": "Pressure",
|
|
"id": "simple",
|
|
"data": {
|
|
"criticalPressure": 7,
|
|
"dangerPressure": 5,
|
|
"volume": 7000
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:botania_mana",
|
|
"name": "Mana",
|
|
"id": "simple",
|
|
"data": {
|
|
"capacity": 50000
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:astral_starlight",
|
|
"name": "Starlight",
|
|
"id": "simple",
|
|
"data": {
|
|
"capacity": 500
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:create_rotation",
|
|
"name": "Rotation",
|
|
"id": "simple",
|
|
"data": {
|
|
"stress": 32
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:mekanism_gas",
|
|
"name": "Gas",
|
|
"id": "simple",
|
|
"data": {
|
|
"capacity": 100000
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:mekanism_slurry",
|
|
"name": "Slurry",
|
|
"id": "simple",
|
|
"data": {
|
|
"capacity": 100000
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:mekanism_infuse",
|
|
"name": "Infuse",
|
|
"id": "simple",
|
|
"data": {
|
|
"capacity": 100000
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:weather",
|
|
"name": "Weather",
|
|
"id": "simple",
|
|
"data": {}
|
|
}
|
|
]
|
|
} |