Fellies/config[copied]/appliedenergistics2-common....

140 lines
3.4 KiB
TOML
Raw Normal View History

2021-01-17 12:40:59 +00:00
#Warning: Disabling a feature may disable other features depending on it.
[features]
[features.Facades]
#Unsupported: Allows whitelisting TileEntity as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.
TileEntityFacades = false
2021-01-26 10:32:42 +00:00
[features.Rendering]
AlphaPass = true
2021-01-17 12:40:59 +00:00
[features.Misc]
2021-01-26 10:32:42 +00:00
CraftingLog = false
2021-01-17 12:40:59 +00:00
IntegrationLogging = false
2021-01-26 10:32:42 +00:00
DebugLogging = false
PacketLogging = false
UnsupportedDeveloperTools = false
UpdateLogging = false
2021-01-17 12:40:59 +00:00
WebsiteRecipes = false
LogSecurityAudits = false
2021-01-26 10:32:42 +00:00
[features.Commands]
ChunkLoggerTrace = false
2021-01-17 12:40:59 +00:00
[features.Crafting]
2021-01-26 10:32:42 +00:00
EnableDisassemblyCrafting = true
2021-01-17 12:40:59 +00:00
InWorldFluix = true
2021-01-26 10:32:42 +00:00
InWorldSingularity = true
2021-01-17 12:40:59 +00:00
InWorldPurification = true
2021-01-26 10:32:42 +00:00
EnableFacadeCrafting = true
2021-01-17 12:40:59 +00:00
[features.World]
CertusQuartzWorldGen = true
VillagerTrading = true
2021-01-26 10:32:42 +00:00
SpawnPressesInMeteorites = true
MeteoriteWorldGen = true
2021-01-17 12:40:59 +00:00
[general]
#Will auto-remove items that crash when being loaded from storage. This will destroy those items instead of crashing the game!
removeCrashingItemsOnLoad = false
[automation]
#TODO
formationPlaneEntityLimit = 128
[craftingCPU]
craftingCalculationTimePerTick = 5
[spatialio]
#BE CAREFUL, CAN CORRUPT YOUR WORLD! Will use #spatial/whitelist as whitelist.
spatialBlockTags = false
2021-01-26 10:32:42 +00:00
spatialPowerExponent = 1.35
spatialPowerMultiplier = 1250.0
2021-01-17 12:40:59 +00:00
[GrindStone]
#Chance to actually get an output with stacksize > 1.
#Range: 0.0 ~ 100.0
oreDoublePercentage = 90.0
[battery]
entropyManipulator = 200000
2021-01-26 10:32:42 +00:00
chargedStaff = 8000
wirelessTerminal = 1600000
2021-01-17 12:40:59 +00:00
portableCell = 20000
colorApplicator = 20000
matterCannon = 200000
[worldGen]
2021-01-26 10:32:42 +00:00
quartzOresClusterAmount = 20
2021-01-17 12:40:59 +00:00
meteoriteBiomeBlacklist = []
quartzOresPerCluster = 4
quartzOresBiomeBlacklist = []
2021-01-26 10:32:42 +00:00
#Range: 0.0 ~ 1.0
spawnChargedChance = 0.08
2021-01-17 12:40:59 +00:00
[wireless]
2021-01-26 10:32:42 +00:00
wirelessTerminalDrainMultiplier = 1.0
wirelessBoosterExp = 1.5
2021-01-17 12:40:59 +00:00
wirelessCostMultiplier = 1.0
2021-01-26 10:32:42 +00:00
wirelessHighWirelessCount = 64.0
2021-01-17 12:40:59 +00:00
wirelessBaseRange = 16.0
2021-01-26 10:32:42 +00:00
wirelessBaseCost = 8.0
2021-01-17 12:40:59 +00:00
wirelessBoosterRangeMultiplier = 1.0
[PowerRatios]
IC2 = 2.0
ForgeEnergy = 0.5
#Range: 0.01 ~ 1.7976931348623157E308
UsageMultiplier = 1.0
[Condenser]
Singularity = 256000
2021-01-26 10:32:42 +00:00
MatterBalls = 256
2021-01-17 12:40:59 +00:00
# Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested.
[tickRates]
2021-01-26 10:32:42 +00:00
ChargerMax = 120
IOPortMax = 5
METunnelMin = 5
StorageBusMax = 60
FluidStorageBusMax = 60
LightTunnelMax = 60
FluidExportBusMax = 60
ItemTunnelMin = 5
FluidImportBusMax = 40
FluidStorageBusMin = 5
IOPortMin = 1
2021-01-17 12:40:59 +00:00
InterfaceMax = 120
2021-01-26 10:32:42 +00:00
OpenComputersTunnelMax = 5
StorageBusMin = 5
InscriberMin = 1
2021-01-17 12:40:59 +00:00
ImportBusMax = 40
FluidImportBusMin = 5
2021-01-26 10:32:42 +00:00
VibrationChamberMax = 40
ImportBusMin = 5
InterfaceMin = 5
OpenComputersTunnelMin = 1
2021-01-17 12:40:59 +00:00
AnnihilationPlaneMin = 2
2021-01-26 10:32:42 +00:00
ExportBusMin = 5
PressureTunnelMax = 120
ChargerMin = 10
2021-01-17 12:40:59 +00:00
METunnelMax = 20
2021-01-26 10:32:42 +00:00
AnnihilationPlaneMax = 120
2021-01-17 12:40:59 +00:00
InscriberMax = 1
ItemTunnelMax = 60
LightTunnelMin = 5
2021-01-26 10:32:42 +00:00
ExportBusMax = 60
2021-01-17 12:40:59 +00:00
PressureTunnelMin = 1
2021-01-26 10:32:42 +00:00
FluidExportBusMin = 5
VibrationChamberMin = 10
2021-01-17 12:40:59 +00:00
#Settings for in-world purification of crystals.
[inWorldPurification]
#A fluid tag that identifies fluids that improve crystal purification speed. Does not affect purification with water/lava.
improvedFluidTag = ""
#The speed multiplier to use when the crystals are submerged in the improved fluid.
#Range: 1.0 ~ 10.0
improvedFluidMultiplier = 2.0