minecraft server init
This commit is contained in:
BIN
config/teamreborn/configData.nbt
Normal file
BIN
config/teamreborn/configData.nbt
Normal file
Binary file not shown.
5
config/teamreborn/energy_priority.json
Normal file
5
config/teamreborn/energy_priority.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"euPriority": 0,
|
||||
"teslaPriority": 2,
|
||||
"forgePriority": 1
|
||||
}
|
17
config/teamreborn/reborncore/client.cfg
Normal file
17
config/teamreborn/reborncore/client.cfg
Normal file
@ -0,0 +1,17 @@
|
||||
# Configuration file
|
||||
|
||||
config {
|
||||
# Show Stack Info HUD [Default=true]
|
||||
B:"Show Stack Info HUD"=true
|
||||
|
||||
# Screen corner for HUD, 0 is top left, 1 is top right, 2 is bottom right and 3 is bottom left [Default=0]
|
||||
I:"Stack Info Corner"=0
|
||||
|
||||
# X padding for HUD [Default=2]
|
||||
I:"Stack Info X"=2
|
||||
|
||||
# Y padding for HUD [Default=7]
|
||||
I:"Stack Info Y"=7
|
||||
}
|
||||
|
||||
|
23
config/teamreborn/reborncore/misc.cfg
Normal file
23
config/teamreborn/reborncore/misc.cfg
Normal file
@ -0,0 +1,23 @@
|
||||
# Configuration file
|
||||
|
||||
config {
|
||||
# AutoUpdates none user chnaged config values, when the mod default changes. [Default=true]
|
||||
B:"Config Updater"=true
|
||||
|
||||
# Disable this is you don't want seasonal easter eggs [Default=true]
|
||||
B:"Enable Seasonal Easter Eggs"=false
|
||||
|
||||
# Enable version checker [Default=true]
|
||||
B:"Version Check"=false
|
||||
|
||||
# Wrench required to pick machine. If not wrenched than machine frame will drop instead. [Default=true]
|
||||
B:"Wrench Required"=true
|
||||
}
|
||||
|
||||
|
||||
debug {
|
||||
# Contains some debug tools to help fix issues with ores [Default=false]
|
||||
B:"Enable Debug tools for ores"=false
|
||||
}
|
||||
|
||||
|
14
config/teamreborn/reborncore/power.cfg
Normal file
14
config/teamreborn/reborncore/power.cfg
Normal file
@ -0,0 +1,14 @@
|
||||
# Configuration file
|
||||
|
||||
config {
|
||||
# The Amount of FU to output from EU [Default=4]
|
||||
I:"EU - FU ratio"=4
|
||||
|
||||
# Whether energy blocks will accept and emit Forge Energy (FE/RF/etc) [Default=true]
|
||||
B:"Enable FE support"=true
|
||||
|
||||
# When enabled machines that try to insert power into a machine with a lower tier will smoke [Default=false]
|
||||
B:"Energy smoking"=false
|
||||
}
|
||||
|
||||
|
1
config/teamreborn/reborncore/selected_energy.json
Normal file
1
config/teamreborn/reborncore/selected_energy.json
Normal file
@ -0,0 +1 @@
|
||||
FE
|
10
config/teamreborn/reborncore/upgrades.cfg
Normal file
10
config/teamreborn/reborncore/upgrades.cfg
Normal file
@ -0,0 +1,10 @@
|
||||
# Configuration file
|
||||
|
||||
config {
|
||||
# Whether to use an alternative, exponential scaling algorithm like IC2.
|
||||
# With the exponential scaling algorithm (true), processing time will be determined by (1 - OverclockerSpeed)^NumberOfOverclockers.
|
||||
# Without the algorithm (false), processing time is determined by (1 - OverclockerSpeed*NumberOfOverclockers), with a minimum of 1% processing time. [Default=false]
|
||||
B:"Use Exponential Machine Speed Scaling"=false
|
||||
}
|
||||
|
||||
|
14
config/teamreborn/rebornstorage/config.cfg
Normal file
14
config/teamreborn/rebornstorage/config.cfg
Normal file
@ -0,0 +1,14 @@
|
||||
# Configuration file
|
||||
|
||||
config {
|
||||
# This is the crafting speed of the cpus, the higher the number the more crafting cpus will be needed to achieve greater speeds [Default=15]
|
||||
I:craftingSpeed=15
|
||||
|
||||
# Enable debug log output (warning can be spammy) [Default=false]
|
||||
B:debugLogging=false
|
||||
|
||||
# The number of seconds between a pattern rebuild when inserting items, a higher number will reduce the load on the server, but patterns may take longer to show [Default=5]
|
||||
I:invUpdateTime=5
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user