bitchange/config.default.txt

27 lines
763 B
Plaintext
Raw Normal View History

2014-01-08 17:02:04 +01:00
-- General configuration - BitChange
-- Do NOT change your settings in "config.default.txt"
2014-01-08 17:02:04 +01:00
bitchange.initial_give = 10
2014-01-08 17:02:04 +01:00
-- Enable/Disable whole nodes
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
2014-01-18 15:39:01 +01:00
-- Converting other ores to MineCoins
-- Tin moreores
-- Zinc technic_worldgen
-- Quartz quartz
bitchange.use_moreores_tin = false
bitchange.use_technic_zinc = false
bitchange.use_quartz = false
2014-01-08 17:02:04 +01:00
-- Pipeworks support
bitchange.exchangeshop_pipeworks = false
bitchange.warehouse_pipeworks = false
2014-01-08 17:02:04 +01:00
-- Advanced generation settings
2014-02-07 13:33:59 +01:00
-- Change in 'minecoins.lua', starting at line 101
2017-11-25 12:35:32 +01:00
bitchange.enable_generation = false