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

View File

@ -0,0 +1,17 @@
# Configuration file
settings {
# Percentage of energy lost on conversion.
D:conversionLoss=0.0
# Maximum amount of energy the bridge can buffer. This needs to be >0 otherwise, the bridge is not able to convert energy
D:energyBridgeBuffer=10000.0
# EU (IndustrialCraft2) to Energy Converters internal energy conversion factor.
D:euConversionFactor=4.0
# RF (RedstoneFlux and ForgeEnergy) to Energy Converters internal energy conversion factor.
D:rfConversionFactor=1.0
}