forked from mtcontrib/bitchange
98a2dc8572
Remove Ore Generation Disable Crafting Currency By Default Make All Currency Smelted From Ore Enable Tin Smelting By Default
27 lines
851 B
Plaintext
27 lines
851 B
Plaintext
-- 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
|