1
0
mirror of https://github.com/SmallJoker/bitchange.git synced 2025-12-06 04:15:23 +01:00

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
This commit is contained in:
benrob0329
2019-01-02 17:56:46 -05:00
committed by SmallJoker
parent b39a6017d4
commit 98a2dc8572
3 changed files with 46 additions and 120 deletions

View File

@@ -10,18 +10,17 @@ 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 = false
bitchange.use_default_tin = true
-- Pipeworks support
bitchange.exchangeshop_pipeworks = false
bitchange.warehouse_pipeworks = false
-- Advanced generation settings
-- Change in 'minecoins.lua', starting at line 101
bitchange.enable_generation = false