Go to file
DonBatman 490d2e8e0e Added coins when actually mining 2015-04-25 09:55:59 -07:00
textures Added coins when actually mining 2015-04-25 09:55:59 -07:00
ReadMe.txt Added coins when actually mining 2015-04-25 09:55:59 -07:00
crafts.lua First Upload 2015-04-16 08:58:51 -07:00
depends.txt First Upload 2015-04-16 08:58:51 -07:00
init.lua Added coins when actually mining 2015-04-25 09:55:59 -07:00
items.lua Added coins when actually mining 2015-04-25 09:55:59 -07:00
modrecipes.lua First Upload 2015-04-16 08:58:51 -07:00
nodes.lua Added coins when actually mining 2015-04-25 09:55:59 -07:00
shop.lua Added coins when actually mining 2015-04-25 09:55:59 -07:00

ReadMe.txt

--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--                                                                                    +
--bitcoins v2.0 by MilesDyson@DistroGeeks.com                                         +
--                                                                                    +
--LICENSE: WTFPL DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE; applies to all parts.   +
--                                                                                    +
--Have ideas on ways to make this mod better? email me at milesdyson@distrogeeks.com  +
--                                                                                    +
--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


This mod will add bitcoins to your map, (NOT REAL BITCOINS) but the basic idea of bitcoins..

My first mod for minetest, I plan to expand this mod a bit more as time permits..



Tested on both stable and development releases of Minetest with no other mods, no issues were found.

please contact me by the above email if you have any issues with adding or using this mod.



Installation:

Copy the bitcoin folder to the mod folder and begin mining bitcoins...

Noet: The following recipes also include a fee (top right corner) for the conversion of all denominations into Bitcoins,
Bitcents to bitcoins can only be traided up and not down. <- may change if needed.


Crafting:

x = Bitcent

O O X
X X O = 1 Bitnickel
X X X

X = Bitcent y = Bitnickel

O O X
O Y O = 1 Bitdime 
O Y O

X = Bitnickel y = Bitdime z = Bitnickel

O X X
O Y O = 1 Bitquarter
O Y O

X = Bitcent y = Bitdime z = Bitnickel

X Y X
X Y O = 1 Bitquarter
X X X

x = Bitdime y = Bitquarter  

O O X
O Y O = 1 Bitcoin
Y Y Y

X = Bitcoins

X X X
X X X  =  1 Bitcoin Block
X X X



3/9/13 Added denominations of bitcoin Bitcent,Bitnickel,Bitdime,Bitquarter.
3/9/13 Added corresponding ors for the new coins.
3/9/13 All new textures made from scratch by me using gimp..
3/10/13 added wallet - no fees
3/28/13 adjusted depths and generation rate of the ore.
10/28/13 adjusted depths of the ore.
11/27/13 removed ores, ingots, wallet and block. added home computer
11/28/13 rewrite of abm's
11/29/13 modified all bitcoin recipe
11/30/13 added game computer and alienware comptuer
12/01/13 changed recipes for all pomputer components
12/02/13 created all new images for all computers

26th March 2014, Removed Homedecor, Mesecons and Moreores dependencies (TenPlus1), reduced abm's to only 2

April 2015, Updates by DonBatman and Nathan.S Removed all ABMs, updated the mod to work with current versions of Minetest, improved code and added more visual feedback.

04/25/15 added on punch functionality to all computers and computers now turn off when player is logged out,
player now must punch computer to reboot and mine coins again. MilesDyson


Enjoy!! :D