From e7425e19e9b642b2b77ffcd8ded6066d77c9143d Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Fri, 9 Oct 2015 09:08:22 +0200 Subject: [PATCH] Extend README.md, rename to README.txt --- HELP_ME.txt | 40 ---------------------------------------- README.md | 12 ------------ README.txt | 21 +++++++++++++++++++++ 3 files changed, 21 insertions(+), 52 deletions(-) delete mode 100644 HELP_ME.txt delete mode 100644 README.md create mode 100644 README.txt diff --git a/HELP_ME.txt b/HELP_ME.txt deleted file mode 100644 index 703ba32..0000000 --- a/HELP_ME.txt +++ /dev/null @@ -1,40 +0,0 @@ -==> Some updates make changes in the 'config.default.txt', - check for changes when updating! - -==> Why is it not working? - -> Delete old 'config.txt' - -> Copy 'config.default.txt' to 'config.txt' and edit it - -> Try again - -> Report bug if it still exists - -==> How to ... - -> Enable something: Open 'config.txt' with your editor and modify it - -> See crafts: get an extention for your inventory or browse through the codes - -> Power the tool repair: insert damaged tool in the first box and someminecoins intothe 2nd, then wait. - -> Set up the bank: use [E + right click] to see the reserve of the current bank, then put some MineCoins in there - and if you are using the curreny mod, then also put 1-MineGelt notes inside. - -==> Add special access to nodes, how? - -> Exchange shop: open 'shop.lua' and edit the function 'has_exchange_shop_privilege', - return 'true' to grant access to the contents, return 'false' to disallow - -> Warehouse: same like exchange shop, this time 'warehouse.lua' and 'has_locked_chest_privilege' - -> Bank: edit your "config.txt" and say "/giveme bitchange:bank" (without quotes) - -> Access to protected: server or bitchange ("/grant player bitchange") - -==> Can I ... - -> Suggest things: Sure, I'm happy about (almost) every suggestion, just I'm pretty new, which - means I can't realize all of them - -> Report a fault: I hope this will not happen too much, post it at the topic in the MT forums - -> Edit the files: Yes sure, the license is 'WTFPL' but I'm always happy about credits - -> Delete this mod: Stupid question - -> Exchange textures: Yes, it's WFTPL! - -==> Give me informations about the converting! -Burning: - 1 Gold block -> 2 MineCoin block - 2 MineCoin block -> 1 Gold block - 1 Coin base -> 1 MineNinth -Crafting: - 2 Tin block -> 20 Coin base - 2 Zinc block -> 8 Coin base - 5 Quartz Crystal -> 1 Coin base diff --git a/README.md b/README.md deleted file mode 100644 index 5616782..0000000 --- a/README.md +++ /dev/null @@ -1,12 +0,0 @@ -Bitchange -========= - -A currency mod for Minetest. - -When you use this mod the first time, then get sure to copy the "config.default.txt" to "config.txt". - -Read more at the forums topic and 'HELP_ME.txt' for more information. - -Forum link: https://forum.minetest.net/viewtopic.php?id=7821 - -License: WTFPL (for everything) diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..612d53a --- /dev/null +++ b/README.txt @@ -0,0 +1,21 @@ +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