minecraft server init
This commit is contained in:
17
config/AdvGenerators/client.config
Normal file
17
config/AdvGenerators/client.config
Normal 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
|
||||
}
|
||||
|
||||
|
2
config/AdvGenerators/readme.txt
Normal file
2
config/AdvGenerators/readme.txt
Normal 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
|
7
config/AdvGenerators/turbine.cfg
Normal file
7
config/AdvGenerators/turbine.cfg
Normal 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
|
||||
|
||||
}
|
Reference in New Issue
Block a user