Minetest currency mod
Go to file
Foz 6f9cc0081a Prevent shops from trading tools deceptively
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.
2017-01-31 19:51:35 +01:00
textures Add noise and sharpen the textures 2015-10-09 08:56:22 +02:00
README.txt "deprecated" Warning removal and code cleanup 2016-11-09 19:14:11 +01:00
bank.lua 💥 Break old settings 2015-04-16 15:06:22 +02:00
bank_currency.lua Delete 16px textures, clean up bank and variable names 2014-10-01 13:41:22 +02:00
bank_money.lua Delete 16px textures, clean up bank and variable names 2014-10-01 13:41:22 +02:00
bank_money2.lua Delete 16px textures, clean up bank and variable names 2014-10-01 13:41:22 +02:00
config.default.txt 💥 Break old settings 2015-04-16 15:06:22 +02:00
depends.txt Shop: Allow server admins to open the owner formspec of shops 2016-10-16 09:17:33 +02:00
donationbox.lua 💥 Break old settings 2015-04-16 15:06:22 +02:00
init.lua Shop: Allow server admins to open the owner formspec of shops 2016-10-16 09:17:33 +02:00
minecoins.lua "deprecated" Warning removal and code cleanup 2016-11-09 19:14:11 +01:00
moneychanger.lua Kill them all 2015-04-16 15:09:16 +02:00
moreores.lua 💥 Break old settings 2015-04-16 15:06:22 +02:00
shop.lua Prevent shops from trading tools deceptively 2017-01-31 19:51:35 +01:00
toolrepair.lua 💥 Break old settings 2015-04-16 15:06:22 +02:00
warehouse.lua 💥 Break old settings 2015-04-16 15:06:22 +02:00

README.txt

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.