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
display {
# Units to use when displaying power. Valid values: MJ, EU, RF, T
S:PowerShowUnits=RF
}
tooltips {
# If false will only show tooltip in Syngas Producer GUI
B:AlwaysShowCarbonTooltip=true
# If false will only show tooltip in Turbine GUI
B:AlwaysShowFuelTooltip=true
}

View File

@ -0,0 +1,2 @@
Any .cfg files in this directory will be loaded after the internal configuration, in alphabetic order
Files in 'overrides' directory with matching names cab be used to override internal configuration

View File

@ -0,0 +1,7 @@
recipes {
// Default is 51.2 MJ/mB, bump to match Simple Generators
// https://github.com/bdew/generators/blob/2a14f2d63/resources/assets/advgenerators/config/turbine.cfg#L171
turbine-fuel: gasoline 120 MJ/mB
}