ported to 1.20.1
This commit is contained in:
mina
2023-12-09 13:08:34 +00:00
parent 63e6647c23
commit 9c4dbfeef7
160 changed files with 4397 additions and 6506 deletions

View File

@@ -9,7 +9,7 @@
"useTerminalUseLargeFont": false,
"useColoredCraftingStatus": true,
"PowerUnit_comment": "Power unit shown in AE UIs",
"PowerUnit": "rf",
"PowerUnit": "ae",
"showDebugGuiOverlays_comment": "Show debugging GUI overlays",
"showDebugGuiOverlays": false,
"showPlacementPreview_comment": "Show a preview of part and facade placement",
@@ -22,7 +22,7 @@
"terminalMargin": 25
},
"terminals": {
"terminalStyle": "full",
"terminalStyle": "small",
"pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal",
"pinAutoCraftedItems": true
},
@@ -48,6 +48,8 @@
"showCellContent_comment": "Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons",
"showCellContent": true,
"maxCellContentShown_comment": "The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons",
"maxCellContentShown": 5
"maxCellContentShown": 5,
"enableGuideHotkey_comment": "Enables the \u0027hold key to show guide\u0027 functionality in tooltips",
"enableGuideHotkey": true
}
}

View File

@@ -5,12 +5,12 @@
"matterCannonBlockDamage": true,
"tinyTntBlockDamage_comment": "Enables the ability of Tiny TNT to break blocks.",
"tinyTntBlockDamage": true,
"serverOpsIgnoreSecurity_comment": "Server operators are not restricted by ME security terminal settings.",
"serverOpsIgnoreSecurity": true,
"channels_comment": "Changes the channel capacity that cables provide in AE2.",
"channels": "infinite",
"channels": "default",
"pathfindingStepsPerTick_comment": "The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick.",
"pathfindingStepsPerTick": 4
"pathfindingStepsPerTick": 4,
"spatialAnchorEnableRandomTicks_comment": "Whether Spatial Anchors should force random chunk ticks and entity spawning.",
"spatialAnchorEnableRandomTicks": true
},
"automation": {
"formationPlaneEntityLimit": 128
@@ -35,7 +35,6 @@
"spatialPowerExponent": 1.35
},
"logging": {
"securityAuditLog": false,
"blockUpdateLog": false,
"packetLog": false,
"craftingLog": false,
@@ -55,8 +54,7 @@
"matterCannon": 200000
},
"worldGen": {
"spawnPressesInMeteorites": true,
"generateMeteorites": true
"spawnPressesInMeteorites": true
},
"wireless": {
"wirelessBaseCost": 8.0,
@@ -73,7 +71,9 @@
},
"PowerRatios": {
"ForgeEnergy": 0.5,
"UsageMultiplier": 1.0
"UsageMultiplier": 1.0,
"GridEnergyStoragePerNode_comment": "How much energy can the internal grid buffer storage per node attached to the grid.",
"GridEnergyStoragePerNode": 25.0
},
"Condenser": {
"MatterBalls": 256,
@@ -92,7 +92,7 @@
"METunnelMin": 5,
"METunnelMax": 20,
"InscriberMin": 1,
"InscriberMax": 1,
"InscriberMax": 20,
"ChargerMin": 10,
"ChargerMax": 10,
"IOPortMin": 1,
@@ -108,11 +108,11 @@
},
"vibrationChamber": {
"_comment": "Settings for the Vibration Chamber",
"energyPerFuelTick_comment": "AE energy produced per fuel burn tick (reminder: coal \u003d 1600, block of coal \u003d 16000, lava bucket \u003d 20000 burn ticks)",
"energyPerFuelTick": 5.0,
"baseEnergyPerFuelTick_comment": "AE energy produced per fuel burn tick (reminder: coal \u003d 1600, block of coal \u003d 16000, lava bucket \u003d 20000 burn ticks)",
"baseEnergyPerFuelTick": 5.0,
"minEnergyPerGameTick_comment": "Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted.",
"minEnergyPerGameTick": 4,
"maxEnergyPerGameTick_comment": "Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed.",
"maxEnergyPerGameTick": 40
"baseMaxEnergyPerGameTick_comment": "Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed.",
"baseMaxEnergyPerGameTick": 40
}
}