Merge pull request #3 from Athemis/master
[MineClone.git] / mods / throwing / README.txt
blobed6745957d7f57b72dc51cc880339771aca38d64
1 === THROWING-MOD for MINETEST-C55 ===
2 by PilzAdam
4 Inroduction:
5 This mod adds bows and arrows to Minetest.
7 How to install:
8 Unzip the archive an place it in minetest-base-directory/mods/minetest/
9 if you have a windows client or a linux run-in-place client. If you have
10 a linux system-wide instalation place it in ~/.minetest/mods/minetest/.
11 If you want to install this mod only in one world create the folder
12 worldmods/ in your worlddirectory.
13 For further information or help see:
14 http://wiki.minetest.com/wiki/Installing_Mods
16 How to use the mod:
17 Craft a bow with the strings from the farming mod:
18      wood string
19 wood      string
20      wood string
21 Craft arrows with:
22 flint
23 stick
24 paper
25 Select the bow and shoot with left mouse click. Every shoot will take 1
26 arrow from your inventory and wears out the bow (you have around 385
27 shoots).
29 License:
30 This mod was originally published by Jeija.
31 Sourcecode: WTFPL (see below)
33 See also:
34 http://minetest.net/
36          DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
37                     Version 2, December 2004
39  Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
41  Everyone is permitted to copy and distribute verbatim or modified
42  copies of this license document, and changing it is allowed as long
43  as the name is changed.
45             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
46    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
48   0. You just DO WHAT THE FUCK YOU WANT TO.