mirror of
https://github.com/TicTicBoooom-Mods/MasterfulMachinery.git
synced 2026-01-18 16:37:23 +01:00
minor testing/fixes
This commit is contained in:
90
demo_config/config/masterful_machinery/controllers/all.json
Normal file
90
demo_config/config/masterful_machinery/controllers/all.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"controllerId": "basic",
|
||||
"name": "Basic",
|
||||
"ports": [
|
||||
{
|
||||
"type": "masterfulmachinery:items",
|
||||
"textureOverride": "minecraft:textures/block/white_terracotta",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"rows": 3,
|
||||
"columns": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "masterfulmachinery:energy",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"capacity": 1000000000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "masterfulmachinery:fluids",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"capacity": 10000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "masterfulmachinery:pncr_pressure",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"criticalPressure": 7,
|
||||
"dangerPressure": 5,
|
||||
"volume": 10000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "masterfulmachinery:botania_mana",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"capacity": 100000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "masterfulmachinery:astral_starlight",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"capacity": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "masterfulmachinery:create_rotation",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"stress": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "masterfulmachinery:mekanism_gas",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"capacity": 100000000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "masterfulmachinery:mekanism_slurry",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"capacity": 100000000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "masterfulmachinery:mekanism_infuse",
|
||||
"name": "Simple",
|
||||
"id": "simple",
|
||||
"data": {
|
||||
"capacity": 100000000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,2 +1,2 @@
|
||||
#Thu Aug 19 18:35:01 EDT 2021
|
||||
VERSION_CODE=729
|
||||
#Sat Aug 21 15:55:22 BST 2021
|
||||
VERSION_CODE=730
|
||||
|
||||
Reference in New Issue
Block a user