From 8b4e8d216de1611eba66ba3a05a5e1b6e503ebd6 Mon Sep 17 00:00:00 2001 From: Ben Deutsch Date: Mon, 6 Apr 2015 14:43:53 +0200 Subject: [PATCH] Documentation and depends. --- README.md | 68 +++++++++++++++++++++++++++++++++++++++++++++++-- depends.txt | 1 + description.txt | 2 ++ 3 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 depends.txt create mode 100644 description.txt diff --git a/README.md b/README.md index cab5e16..b4f2501 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,66 @@ -# minetest-thirsty -A Minetest mod that adds a "thirst" mechanic +Thirsty [thirsty] +================= + +A Minetest mod that adds a "thirst" mechanic. + +Version: 0.1.0 + +License: LGPL 2.1 or later + +Report bugs or request help on the forum topic. + +Description +----------- + +This is a mod for MineTest. It adds a thirst mechanic to the +game, similar to many hunger mods (but independent of them). +Players will slowly get thirstier over time, and will need to +drink or suffer damage. + +The point of this mod is not to make the game more realistic, +or harder. The point is to have another mechanic that rewards +preparation and infrastructure. Players will now have an incentive +to build their base next to water (or add some water to their base), +and/or take some water with them when mining or travelling. + +Future plans +------------ + +**Tier 0**: stand in water (running or standing) to slowly drink. +You may not move during drinking (or you could cross an ocean without +getting thirsty). + +**Tier 1**: use a cup (e.g. from `vessels`) on water to instantly fill +your thirst bar. + +**Tier 2**: craftable water skin: holds three full thirst bars worth of +water. + +**Tier 3**: placeable drinking fountain / wash basin node: instantly +fills your thirst bar when used. + +**Tier 4+**: placeable fountain node(s) to fill the thirst bars of all +players within range. Placing more nodes increases the range. + +**Tier 5**: craftable trinkets/gadgets/amulets that constantly keep your +thirst bar filled when in your inventory, solving your thirst problem +once and for all. + +Dependencies +------------ +* hudbars: https://forum.minetest.net/viewtopic.php?f=11&t=11153 (preliminary, for easy HUD definitions) + +Installation +------------ + +Unzip the archive, rename the folder to to `thirsty` and +place it in minetest/mods/ + +( Linux: If you have a linux system-wide installation place + it in ~/.minetest/mods/. ) + +( If you only want this to be used in a single world, place + the folder in worldmods/ in your worlddirectory. ) + +For further information or help see: +http://wiki.minetest.com/wiki/Installing_Mods diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..34d7a0c --- /dev/null +++ b/depends.txt @@ -0,0 +1 @@ +hudbars diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..97a7be3 --- /dev/null +++ b/description.txt @@ -0,0 +1,2 @@ +A mod that adds a "thirst" mechanic, similar to hunger. +