-- General configuration for the BitChange mod
-- Do NOT modify "config.default.txt"! Instead, edit "bitchange_config.txt"
-- inside your world's directory. Start the world once to generate the file.

bitchange.initial_give        = 10
-- Enable/Disable whole nodes
bitchange.enable_exchangeshop = true
bitchange.enable_moneychanger = true
bitchange.enable_warehouse    = false
bitchange.enable_toolrepair   = true
bitchange.enable_donationbox  = true

-- Enable/Disable Converting Currency Via Crafting
bitchange.craft_convert_currency = false

-- Converting other ores to MineCoins
-- Tin		default
-- Zinc		technic_worldgen
-- Quartz	quartz
bitchange.use_technic_zinc = false
bitchange.use_quartz       = false
bitchange.use_default_tin  = true

-- Pipeworks support
bitchange.exchangeshop_pipeworks = false
bitchange.warehouse_pipeworks    = false
