minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,5 @@
{
"euPriority": 0,
"teslaPriority": 2,
"forgePriority": 1
}

View 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
}

View 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
}

View 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
}

View File

@ -0,0 +1 @@
FE

View 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
}

View 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
}