bitchange/config.default.txt
benrob0329 98a2dc8572 Refactoring, enable tin by default, remove ore generation (#14)
Remove Ore Generation
Disable Crafting Currency By Default
Make All Currency Smelted From Ore
Enable Tin Smelting By Default
2019-01-02 23:56:46 +01:00

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