forked from mtcontrib/bitchange
Minetest currency mod
6f9cc0081a
This limits the tools a shop will accept or give to those whose wear is less than or equal to the tool shown in the Owner needs or Owner gives lists. This protects both owners and customers from unfair trades. Owners are protected from receiving worn out tools when a new tool is placed in the needs list. Customers are protected from receiving worn out tools when a new one is placed in the give list. |
||
---|---|---|
textures | ||
bank_currency.lua | ||
bank_money.lua | ||
bank_money2.lua | ||
bank.lua | ||
config.default.txt | ||
depends.txt | ||
donationbox.lua | ||
init.lua | ||
minecoins.lua | ||
moneychanger.lua | ||
moreores.lua | ||
README.txt | ||
shop.lua | ||
toolrepair.lua | ||
warehouse.lua |
Bitchange ========= This mod adds the currency "MineCoin" to your Minetest world. To change a setting, edit the file 'bitchange_config.txt' in your world directory. Copy and paste 'config.default.txt' if the file does not exist yet. License: WTFPL (for code and textures) Adds privilege: bitchange Dependencies: default moreores (optional) technic_worldgen (optional) quartz (optional) pipeworks (optional) money (optional) money2 (optional) currency (optional) Forum link: https://forum.minetest.net/viewtopic.php?id=7821 Requires Minetest 0.4.14 (stable) or newer.