mirror of
https://github.com/SmallJoker/bitchange.git
synced 2025-07-26 11:50:24 +02:00
Add backwards-compatiblity, tidy config.default.txt
This commit is contained in:
@ -1,26 +1,27 @@
|
||||
-- General configuration - BitChange
|
||||
-- Do NOT change your settings in "config.default.txt"
|
||||
-- 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
|
||||
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
|
||||
bitchange.enable_exchangeshop = true
|
||||
bitchange.enable_moneychanger = true
|
||||
bitchange.enable_warehouse = false
|
||||
bitchange.enable_toolrepair = true
|
||||
bitchange.enable_donationbox = true
|
||||
|
||||
-- Converting other ores to MineCoins
|
||||
-- Tin moreores
|
||||
-- Tin default
|
||||
-- Zinc technic_worldgen
|
||||
-- Quartz quartz
|
||||
bitchange.use_technic_zinc = false
|
||||
bitchange.use_quartz = false
|
||||
bitchange.use_default_tin = false
|
||||
bitchange.use_technic_zinc = false
|
||||
bitchange.use_quartz = false
|
||||
bitchange.use_default_tin = false
|
||||
|
||||
-- Pipeworks support
|
||||
bitchange.exchangeshop_pipeworks = false
|
||||
bitchange.warehouse_pipeworks = false
|
||||
bitchange.exchangeshop_pipeworks = false
|
||||
bitchange.warehouse_pipeworks = false
|
||||
|
||||
-- Advanced generation settings
|
||||
-- Change in 'minecoins.lua', starting at line 101
|
||||
bitchange.enable_generation = false
|
||||
bitchange.enable_generation = false
|
||||
|
Reference in New Issue
Block a user