2018-12-29 14:47:17 +01:00
|
|
|
-- 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.
|
2014-01-08 17:02:04 +01:00
|
|
|
|
2018-12-29 14:47:17 +01:00
|
|
|
bitchange.initial_give = 10
|
2014-01-08 17:02:04 +01:00
|
|
|
-- Enable/Disable whole nodes
|
2018-12-29 14:47:17 +01:00
|
|
|
bitchange.enable_exchangeshop = true
|
|
|
|
bitchange.enable_moneychanger = true
|
|
|
|
bitchange.enable_warehouse = false
|
|
|
|
bitchange.enable_toolrepair = true
|
|
|
|
bitchange.enable_donationbox = true
|
2014-01-08 17:02:04 +01:00
|
|
|
|
2019-01-02 23:56:46 +01:00
|
|
|
-- Enable/Disable Converting Currency Via Crafting
|
|
|
|
bitchange.craft_convert_currency = false
|
|
|
|
|
2014-01-18 15:39:01 +01:00
|
|
|
-- Converting other ores to MineCoins
|
2018-12-29 14:47:17 +01:00
|
|
|
-- Tin default
|
2014-01-18 15:39:01 +01:00
|
|
|
-- Zinc technic_worldgen
|
|
|
|
-- Quartz quartz
|
2018-12-29 14:47:17 +01:00
|
|
|
bitchange.use_technic_zinc = false
|
|
|
|
bitchange.use_quartz = false
|
2019-01-02 23:56:46 +01:00
|
|
|
bitchange.use_default_tin = true
|
2014-01-08 17:02:04 +01:00
|
|
|
|
|
|
|
-- Pipeworks support
|
2018-12-29 14:47:17 +01:00
|
|
|
bitchange.exchangeshop_pipeworks = false
|
|
|
|
bitchange.warehouse_pipeworks = false
|