mirror of
https://github.com/SmallJoker/bitchange.git
synced 2024-11-14 14:50:17 +01:00
84f1b0f330
- Rename bitchange_ -> bitchange. - Better coding style - Run OptiPNG
31 lines
993 B
Plaintext
31 lines
993 B
Plaintext
-- General configuration - BitChange
|
|
-- Created by Krock
|
|
|
|
bitchange.initial_give = 2
|
|
-- Enable/Disable whole nodes
|
|
bitchange.enable_exchangeshop = true
|
|
bitchange.enable_moneychanger = true
|
|
bitchange.enable_warehouse = false
|
|
bitchange.enable_toolrepair = true
|
|
bitchange.enable_donationbox = true
|
|
|
|
-- 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.enable_bank = false
|
|
|
|
-- 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
|
|
|
|
-- Pipeworks support
|
|
bitchange.exchangeshop_pipeworks = false
|
|
bitchange.warehouse_pipeworks = false
|
|
|
|
-- Advanced generation settings
|
|
-- Change in 'minecoins.lua', starting at line 101
|
|
bitchange.enable_generation = true |