mirror of
https://github.com/TicTicBoooom-Mods/MasterfulMachinery.git
synced 2026-03-18 21:40:34 +01:00
39 lines
707 B
JSON
39 lines
707 B
JSON
{
|
|
"controllerId": "basic",
|
|
"name": "Basic",
|
|
"ports": [
|
|
{
|
|
"type": "masterfulmachinery:items",
|
|
"name": "Basic Item",
|
|
"id": "basic",
|
|
"data": {
|
|
"rows": 3,
|
|
"columns": 3
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:energy",
|
|
"name": "Basic Item",
|
|
"id": "chungus",
|
|
"data": {
|
|
"capacity": 1000000000
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:fluids",
|
|
"name": "Small Item",
|
|
"id": "small",
|
|
"data": {
|
|
"capacity": 10000
|
|
}
|
|
},
|
|
{
|
|
"type": "masterfulmachinery:mekanism_gas",
|
|
"name": "Gassy",
|
|
"id": "gassy",
|
|
"data": {
|
|
"capacity": 100000
|
|
}
|
|
}
|
|
]
|
|
} |