1
0
mirror of https://github.com/SmallJoker/bitchange.git synced 2025-08-01 14:50:27 +02:00
This commit is contained in:
SmallJoker
2014-01-17 15:24:46 +01:00
parent a1891dbe70
commit 73161dbd9f
4 changed files with 26 additions and 15 deletions

View File

@ -7,17 +7,17 @@ bitchange_enable_exchangeshop = true
bitchange_enable_moneychanger = true
bitchange_enable_warehouse = false
-- Set this variable to the modname of the other currency mod.
-- Let it empty if no other currency is installed.
-- Set this variable to false if you have a supported currency enabled
-- and if you want to disable the exchanging/converting point - the bank
-- Supported: money (by kotolegokot), money2 (by Bad Command), currency (by Dan Duncombe)
bitchange_bank_type = ""
bitchange_enable_bank = true
-- Tin converting/generation
bitchange_use_moreores_tin = false -- Activate using
bitchange_need_generate_tin = false -- Generate only if needed
bitchange_use_moreores_tin = false -- Activate support
bitchange_need_generate_tin = false -- Generate if needed
-- Zinc converting/generation
bitchange_use_technic_zinc = false -- Activate using
bitchange_need_generate_zinc = false -- Generate only if needed
bitchange_use_technic_zinc = false -- Activate support
bitchange_need_generate_zinc = false -- Generate if needed
-- Pipeworks support
bitchange_exchangeshop_pipeworks = false