Update translation templates
[oweals/minetest_game.git] / mods / tnt / README.txt
1 Minetest Game mod: tnt
2 ======================
3 See license.txt for license information.
4
5 Authors of source code
6 ----------------------
7 PilzAdam (MIT)
8 ShadowNinja (MIT)
9 sofar (sofar@foo-projects.org) (MIT)
10 Various Minetest developers and contributors (MIT)
11
12 Authors of media
13 ----------------
14 BlockMen (CC BY-SA 3.0):
15 All textures not mentioned below.
16
17 ShadowNinja (CC BY-SA 3.0):
18 tnt_smoke.png
19
20 Wuzzy (CC BY-SA 3.0):
21 All gunpowder textures except tnt_gunpowder_inventory.png.
22
23 sofar (sofar@foo-projects.org) (CC BY-SA 3.0):
24 tnt_blast.png
25
26 paramat (CC BY-SA 3.0)
27 tnt_tnt_stick.png - Derived from a texture by benrob0329.
28
29 TumeniNodes (CC0 1.0)
30 tnt_explode.ogg
31 renamed, edited, and converted to .ogg from Explosion2.wav
32 by steveygos93 (CC0 1.0)
33 <https://freesound.org/s/80401/>
34
35 tnt_ignite.ogg
36 renamed, edited, and converted to .ogg from sparkler_fuse_nm.wav
37 by theneedle.tv (CC0 1.0)
38 <https://freesound.org/s/316682/>
39
40 tnt_gunpowder_burning.ogg
41 renamed, edited, and converted to .ogg from road flare ignite burns.wav
42 by frankelmedico (CC0 1.0)
43 <https://freesound.org/s/348767/>
44
45
46 Introduction
47 ------------
48 This mod adds TNT to Minetest. TNT is a tool to help the player
49 in mining.
50
51 How to use the mod:
52
53 Craft gunpowder by placing coal and gravel in the crafting area.
54 The gunpowder can be used to craft TNT sticks or as a fuse trail for TNT.
55
56 To craft 2 TNT sticks:
57 G_G
58 GPG
59 G_G
60 G = gunpowder
61 P = paper
62 The sticks are not usable as an explosive.
63
64 Craft TNT from 9 TNT sticks.
65
66 There are different ways to ignite TNT:
67   1. Hit it with a torch.
68   2. Hit a gunpowder fuse trail that leads to TNT with a torch or
69      flint-and-steel.
70   3. Activate it with mesecons (fastest way).
71
72 For 1 TNT:
73 Node destruction radius is 3 nodes.
74 Player and object damage radius is 6 nodes.