121 lines
4.6 KiB
INI
121 lines
4.6 KiB
INI
# Configuration file
|
|
|
|
##########################################################################################################
|
|
# Compatibility
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Control the loading of various compatibility hooks. These settings are ignored unless the Compatibility module is installed.
|
|
##########################################################################################################
|
|
|
|
Compatibility {
|
|
B:"ColoredLights Compat"=false
|
|
B:"ComputerCraft: Bundled Cables"=true
|
|
B:"MFR: Deep Storage"=true
|
|
|
|
# This allows pipes to recognize storage drawers correctly.
|
|
B:"Storage Drawers"=true
|
|
B:"Thermal Expansion: Machine Recipes"=true
|
|
B:"Tinkers Construct: Smeltery"=false
|
|
B:"Treecapitator: Gem Axe"=true
|
|
}
|
|
|
|
|
|
##########################################################################################################
|
|
# General Settings
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Contains basic settings for the mod.
|
|
##########################################################################################################
|
|
|
|
"General Settings" {
|
|
I:"Enchantment: Fuel Efficiency"=80
|
|
B:"Logic Sounds"=true
|
|
I:"Minimum Timer Ticks"=4
|
|
I:"Routed Pipes: Detection Frequency"=40
|
|
I:"Routed Pipes: Max Detection Count"=100
|
|
I:"Routed Pipes: Max Wander Distance"=0
|
|
I:"Routed Pipes: Update Threads"=4
|
|
B:"Simple Framed Wire Recipe"=false
|
|
B:"Version Checking"=false
|
|
}
|
|
|
|
|
|
##########################################################################################################
|
|
# Machine Settings
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Contains settings related to machines and devices.
|
|
##########################################################################################################
|
|
|
|
"Machine Settings" {
|
|
# Allow the Diamond Block Breaker to be crafted.
|
|
B:"Enable the Diamond Block Breaker"=false
|
|
}
|
|
|
|
|
|
##########################################################################################################
|
|
# Modules
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Contains settings to disable entire modules. Currently only Exploration and Fabrication can be disabled at this time.
|
|
##########################################################################################################
|
|
|
|
Modules {
|
|
# Enable Exploration Module.
|
|
B:"Exploration Module"=true
|
|
}
|
|
|
|
|
|
##########################################################################################################
|
|
# Render Settings
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Contains settings related to how things render in-game.
|
|
##########################################################################################################
|
|
|
|
"Render Settings" {
|
|
B:"3D Logic Wires"=true
|
|
I:"Light Halo Render Count"=-1
|
|
B:"Routed Pipe FX"=true
|
|
B:"Static Gates"=true
|
|
B:"Static Wires"=true
|
|
}
|
|
|
|
|
|
##########################################################################################################
|
|
# World Gen
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Contains settings related to world gen. You can enable/disable each ore or strucure, change retro generation settings, and increase how rare something is by increasing the resistance value.
|
|
##########################################################################################################
|
|
|
|
"World Gen" {
|
|
B:"Copper Ore"=false
|
|
I:"Copper Ore resistance"=0
|
|
B:"Copper Ore retrogen"=false
|
|
B:"Deviating Lily"=true
|
|
I:"Deviating Lily resistance"=0
|
|
B:"Deviating Lily retrogen"=false
|
|
B:"Electrotine Ore"=false
|
|
I:"Electrotine Ore resistance"=0
|
|
B:"Electrotine Ore retrogen"=false
|
|
B:"Marble Caves"=false
|
|
I:"Marble Caves resistance"=0
|
|
B:"Marble Caves retrogen"=false
|
|
B:"Peridot Ore"=false
|
|
I:"Peridot Ore resistance"=0
|
|
B:"Peridot Ore retrogen"=false
|
|
B:"Ruby Ore"=false
|
|
I:"Ruby Ore resistance"=0
|
|
B:"Ruby Ore retrogen"=false
|
|
B:"Sapphire Ore"=false
|
|
I:"Sapphire Ore resistance"=0
|
|
B:"Sapphire Ore retrogen"=false
|
|
B:"Silver Ore"=false
|
|
I:"Silver Ore resistance"=0
|
|
B:"Silver Ore retrogen"=false
|
|
B:"Spreading Moss"=false
|
|
B:"Tin Ore"=false
|
|
I:"Tin Ore resistance"=0
|
|
B:"Tin Ore retrogen"=false
|
|
I:"Volcano resistance"=0
|
|
B:"Volcano retrogen"=false
|
|
B:Volcanos=false
|
|
}
|
|
|
|
|