2015-09-30 01:48:09 +02:00
|
|
|
Minetest Game mod: tnt
|
|
|
|
======================
|
2016-09-04 07:31:01 +02:00
|
|
|
See license.txt for license information.
|
|
|
|
|
|
|
|
Authors of source code
|
|
|
|
----------------------
|
|
|
|
PilzAdam (MIT)
|
|
|
|
ShadowNinja (MIT)
|
|
|
|
sofar (sofar@foo-projects.org) (MIT)
|
2016-09-07 03:52:57 +02:00
|
|
|
Various Minetest developers and contributors (MIT)
|
2016-09-04 07:31:01 +02:00
|
|
|
|
|
|
|
Authors of media (textures)
|
|
|
|
---------------------------
|
2016-09-07 03:52:57 +02:00
|
|
|
BlockMen (CC BY-SA 3.0):
|
2016-09-05 08:24:18 +02:00
|
|
|
All textures not mentioned below.
|
|
|
|
|
2016-09-07 03:52:57 +02:00
|
|
|
ShadowNinja (CC BY-SA 3.0):
|
2016-09-05 08:24:18 +02:00
|
|
|
tnt_smoke.png
|
|
|
|
|
2016-09-07 03:52:57 +02:00
|
|
|
Wuzzy (CC BY-SA 3.0):
|
2016-09-05 08:24:18 +02:00
|
|
|
All gunpowder textures except tnt_gunpowder_inventory.png.
|
2014-04-19 19:43:53 +02:00
|
|
|
|
2016-09-07 03:52:57 +02:00
|
|
|
sofar (sofar@foo-projects.org) (CC BY-SA 3.0):
|
2016-09-05 08:24:18 +02:00
|
|
|
tnt_blast.png
|
|
|
|
|
2018-06-02 00:41:45 +02:00
|
|
|
paramat (CC BY-SA 3.0)
|
|
|
|
tnt_tnt_stick.png - Derived from a texture by benrob0329.
|
|
|
|
|
2016-09-05 08:24:18 +02:00
|
|
|
Introduction
|
|
|
|
------------
|
2014-04-19 19:43:53 +02:00
|
|
|
This mod adds TNT to Minetest. TNT is a tool to help the player
|
|
|
|
in mining.
|
|
|
|
|
|
|
|
How to use the mod:
|
2018-06-02 00:41:45 +02:00
|
|
|
|
2016-09-05 08:24:18 +02:00
|
|
|
Craft gunpowder by placing coal and gravel in the crafting area.
|
2018-06-02 00:41:45 +02:00
|
|
|
The gunpowder can be used to craft TNT sticks or as a fuse trail for TNT.
|
|
|
|
|
|
|
|
To craft 2 TNT sticks:
|
|
|
|
G_G
|
|
|
|
GPG
|
|
|
|
G_G
|
|
|
|
G = gunpowder
|
|
|
|
P = paper
|
|
|
|
The sticks are not usable as an explosive.
|
|
|
|
|
|
|
|
Craft TNT from 9 TNT sticks.
|
2016-09-05 08:24:18 +02:00
|
|
|
|
2018-06-02 00:41:45 +02:00
|
|
|
There are different ways to ignite TNT:
|
2014-07-14 00:08:03 +02:00
|
|
|
1. Hit it with a torch.
|
2018-06-02 00:41:45 +02:00
|
|
|
2. Hit a gunpowder fuse trail that leads to TNT with a torch or
|
|
|
|
flint-and-steel.
|
2016-09-05 08:24:18 +02:00
|
|
|
3. Activate it with mesecons (fastest way).
|
|
|
|
|
2018-06-02 00:41:45 +02:00
|
|
|
For 1 TNT:
|
|
|
|
Node destruction radius is 3 nodes.
|
|
|
|
Player and object damage radius is 6 nodes.
|