Skip to content

Instantly share code, notes, and snippets.

@sirohigan
Created March 10, 2019 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirohigan/dc6354fcc244eb22d2ac4a9cdd7772e6 to your computer and use it in GitHub Desktop.
Save sirohigan/dc6354fcc244eb22d2ac4a9cdd7772e6 to your computer and use it in GitHub Desktop.
defeatedcrow climate main.cfg
# Configuration file
##########################################################################################################
# item setting
#--------------------------------------------------------------------------------------------------------#
# This setting is for the items.
##########################################################################################################
"item setting" {
# Please add block registry names you want exclude from diamond badge effect.
S:"Diamond Badge Disable List" <
minecraft:stone:32767
minecraft:dirt:32767
minecraft:bedrock:32767
ModID:sampleBlock:sampleMeta
>
# Enable to add the lead dust and ingot.
B:"Enable Lead Ingot"=false
# Enable effect of Ocean Blessing potion.
B:"Enable Ocean Potion Effect"=true
# Enable effect of schorl pendant.
B:"Enable Schorl Pendant Effect"=true
# Enable the climate recipe for smelting the steel block.
B:"Enable Steel Recipe"=true
# Enable effect of Wing Blessing potion.
B:"Enable Wing Potion Effect"=true
# Enable rendering effect of enchanted HaC armor at wearing.
B:"Show Armor Enchantment Effect"=false
}
##########################################################################################################
# plugin setting
#--------------------------------------------------------------------------------------------------------#
# This setting is for plugin with the other mods.
##########################################################################################################
"plugin setting" {
# Set the amount of conversion rate as EU/torque.
D:"Conversion rate vs EU"=2.0
# Set the amount of conversion rate as RF/torque.
D:"Conversion rate vs RF"=10.0
}
##########################################################################################################
# render setting
#--------------------------------------------------------------------------------------------------------#
# This setting is for such as display and model.
##########################################################################################################
"render setting" {
I:"Advanced Info Offset X"=0
I:"Advanced Info Offset Y"=-48
B:"Advanced Info on HUD"=true
# Enable display the climate info on HUD.
B:"Climate HUD Info"=true
# Set the amount of Xoffset of the climate info.
I:"Climate HUD Info Offset X"=0
# Set the amount of Yoffset of the climate info.
I:"Climate HUD Info Offset Y"=-48
# Enable display the biome name on HUD.
B:"Enable HUD Biome Name"=true
# Enable display the climate parameter on HUD.
B:"Enable HUD Climate Name"=true
# Enable display the date on HUD.
B:"Enable HUD Date"=true
# Enable display the season name on HUD.
B:"Enable Season Name"=true
# Set the amount of offset of the biome name in HUD.
I:"Offset HUD Biome Name" <
15
5
>
# Set the amount of offset of the climate parameter in HUD.
I:"Offset HUD Climate Name" <
10
15
>
# Set the amount of offset of the season name in HUD.
I:"Offset HUD Season Name" <
5
-8
>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment