Merge pull request #3 from Athemis/master
[MineClone.git] / mods / item_drop / README.txt
blobfe43054d5f24601cf1667b2ee6942f11d449c35b
1 ===ITEM_DROP MOD for MINETEST-C55===
2 by PilzAdam
4 Introduction:
5 This mod adds Minecraft like drop/pick up of items 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 Just install it an everything works.
19 For developers:
20 You dont have to use get_drops() anymore because of changes in the
21 builtin files of minetest.
23 License:
24 Sourcecode: WTFPL (see below)
25 Sound: WTFPL (see below)
27 See also:
28 http://minetest.net/
30          DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
31                     Version 2, December 2004
33  Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
35  Everyone is permitted to copy and distribute verbatim or modified
36  copies of this license document, and changing it is allowed as long
37  as the name is changed.
39             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
40    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
42   0. You just DO WHAT THE FUCK YOU WANT TO.