Add tnt mod (freeminer version)
[oweals/minetest_game.git] / mods / tnt / README.txt
1 === TNT-MOD for MINETEST-C55 ===
2 by PilzAdam
3
4 Introduction:
5 This mod adds TNT to Minetest. TNT is a tool to help the player
6 in mining.
7
8 How to install:
9 Unzip the archive an place it in minetest-base-directory/mods/minetest/
10 if you have a windows client or a linux run-in-place client. If you have
11 a linux system-wide instalation place it in ~/.minetest/mods/minetest/.
12 If you want to install this mod only in one world create the folder
13 worldmods/ in your worlddirectory.
14 For further information or help see:
15 http://wiki.minetest.com/wiki/Installing_Mods
16
17 How to use the mod:
18 Craft gunpowder by placing coal and gravel in the crafting area. The
19 gunpowder can be used to craft TNT or as fuze for TNT. To craft TNT
20 surround gunpowder with 4 wood in a + shape.
21 There are different ways to blow up TNT:
22 1. Hit it with a torch.
23 2. Hit a gunpowder fuze that leads to a TNT block with a torch.
24 3. Activate it with mesecons (fastest way)
25 Be aware of the damage radius of 7 blocks!
26
27 License:
28 WTFPL (see below)
29
30 See also:
31 http://minetest.net/
32
33          DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
34                     Version 2, December 2004
35
36  Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
37
38  Everyone is permitted to copy and distribute verbatim or modified
39  copies of this license document, and changing it is allowed as long
40  as the name is changed.
41
42             DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
43    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
44
45   0. You just DO WHAT THE FUCK YOU WANT TO.