mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2025-06-14 11:01:13 +00:00
Initial config added
This commit is contained in:
71
src/config/cofh/thermalexpansion/fuels.cfg
Normal file
71
src/config/cofh/thermalexpansion/fuels.cfg
Normal file
@ -0,0 +1,71 @@
|
||||
# Configuration file
|
||||
|
||||
Fuels {
|
||||
|
||||
##########################################################################################################
|
||||
# Steam
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can adjust fuel values for the Steam Dynamo in this section. New fuels cannot be added at this time.
|
||||
##########################################################################################################
|
||||
|
||||
Steam {
|
||||
I:charcoal=32000
|
||||
I:coal=48000
|
||||
I:coke=64000
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
# Magmatic
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can add fuels to the Magmatic Dynamo in this section. Fluid names only, as they are registered in Minecraft.
|
||||
##########################################################################################################
|
||||
|
||||
Magmatic {
|
||||
I:lava=180000
|
||||
I:pyrotheum=2000000
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
# Compression
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can add fuels to the Compression Dynamo in this section. Fluid names only, as they are registered in Minecraft.
|
||||
##########################################################################################################
|
||||
|
||||
Compression {
|
||||
I:coal=500000
|
||||
I:fuel=2000000
|
||||
I:refined_oil=1250000
|
||||
I:tree_oil=1000000
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
# Reactant
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can add fuels to the Reactant Dynamo in this section. Fluid names only, as they are registered in Minecraft.
|
||||
##########################################################################################################
|
||||
|
||||
Reactant {
|
||||
I:aerotheum=1250000
|
||||
I:biomass=450000
|
||||
I:creosote=250000
|
||||
I:glowstone=600000
|
||||
I:mobessence=500000
|
||||
I:redstone=500000
|
||||
I:seedoil=250000
|
||||
I:sewage=24000
|
||||
I:sludge=24000
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
# Enervation
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# You can adjust fuel values for the Enervation Dynamo in this section. New fuels cannot be added at this time.
|
||||
##########################################################################################################
|
||||
|
||||
Enervation {
|
||||
I:redstone=64000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user