Configuration File - SackCastellon/CraftableHorseArmor GitHub Wiki
Here you will learn how to use the Configuration File.
This is the Configuration File that the mod will automatically generate:
File location: ".minecraft\config\SackCastellon Mod's\SKC-CraftableHorseArmor.cfg"
# Configuration file
####################
# difficulty of the mod
####################
"difficulty of the mod" {
# Is Hardcore Mode enabled?
B:Hardcore=false
}
####################
# enable/disable crafting recipes
####################
"enable/disable crafting recipes" {
# Enabled the crafting recipe of the DiamondHorseArmor.
B:DiamondHorseArmorRecipe=true
# Enabled the crafting recipe of the GoldHorseArmor.
B:GoldHorseArmorRecipe=true
# Enabled the crafting recipe of the IronHorseArmor.
B:IronHorseArmorRecipe=true
# Enabled the crafting recipe of the Lead.
B:LeadRecipe=true
# Enabled the crafting recipe of the NameTag.
B:NameTagRecipe=true
# Enabled the crafting recipe of the Saddle.
B:SaddleRecipe=true
}
####################
# general configuration
####################
"general configuration" {
# Will check the mod's version and will notity you if there are a new version of the mod.
B:CheckVersion=true
}
How to configurate the mod:
######B:Hardcore= true or false
Sets the mod on Normal (false) or on Hardcore (true), by default is set to false.
######B:DiamondHorseArmorRecipe= true or false
Enable (true) or disable (false) the recipe of the Diamond Horse Armor, by default is set to true.
######B:GoldHorseArmorRecipe= true or false
Enable (true) or disable (false) the recipe of the Gold Horse Armor, by default is set to true.
######B:IronHorseArmorRecipe= true or false
Enable (true) or disable (false) the recipe of the Iron Horse Armor, by default is set to true.
######B:LeadRecipe= true or false
Enable (true) or disable (false) the recipe of the Lead, by default is set to true.
######B:NameTagRecipe= true or false
Enable (true) or disable (false) the recipe of the Name Tag, by default is set to true.
######B:SaddleRecipe= true or false
Enable (true) or disable (false) the recipe of the Saddle, by default is set to true.
######B:CheckVersion= true or false
Enable (true) or disable (false) the version checker from SKC-Core.