commit | author | age
|
e139ff
|
1 |
===ITEM_DROP MOD for MINETEST-C55=== |
R |
2 |
by PilzAdam |
|
3 |
|
|
4 |
Introduction: |
|
5 |
This mod adds Minecraft like drop/pick up of items to Minetest. |
|
6 |
|
|
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 |
|
15 |
|
|
16 |
How to use the mod: |
|
17 |
Just install it an everything works. |
|
18 |
|
|
19 |
For developers: |
|
20 |
You dont have to use get_drops() anymore because of changes in the |
|
21 |
builtin files of minetest. |
|
22 |
|
|
23 |
License: |
|
24 |
Sourcecode: WTFPL (see below) |
|
25 |
Sound: WTFPL (see below) |
|
26 |
|
|
27 |
See also: |
|
28 |
http://minetest.net/ |
|
29 |
|
|
30 |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
|
31 |
Version 2, December 2004 |
|
32 |
|
|
33 |
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> |
|
34 |
|
|
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. |
|
38 |
|
|
39 |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
|
40 |
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
|
41 |
|
|
42 |
0. You just DO WHAT THE FUCK YOU WANT TO. |