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

26
config/poweradapters.cfg Normal file
View File

@ -0,0 +1,26 @@
# Configuration file
general {
# The amount of internal power one unit of FU is worth. [range: 1 ~ 1024, default: 25]
I:convertFU=25
# The amount of internal power one unit of MJ is worth. [range: 1 ~ 1024, default: 100]
I:convertMJ=100
# The amount of internal power one unit of RF is worth. [range: 1 ~ 1024, default: 25]
I:convertRF=25
# The amount of internal power one unit of Tesla is worth. [range: 1 ~ 1024, default: 25]
I:convertTesla=25
# The maximum amount of power the converter can hold. [range: 1 ~ 2147483647, default: 5000]
I:converterCapacity=200000
# The maximum amount of power the converter can accept [range: 1 ~ 2147483647, default: 500]
I:converterInputRate=12800
# The maximum amount of power the converter can release [range: 1 ~ 2147483647, default: 500]
I:converterOutputRate=12800
}