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)
|
|
|
|
|
|
|
|
Authors of media (textures)
|
|
|
|
---------------------------
|
2016-09-05 08:24:18 +02:00
|
|
|
BlockMen (MIT):
|
|
|
|
All textures not mentioned below.
|
|
|
|
|
|
|
|
ShadowNinja (MIT):
|
|
|
|
tnt_smoke.png
|
|
|
|
|
|
|
|
Wuzzy (MIT):
|
|
|
|
All gunpowder textures except tnt_gunpowder_inventory.png.
|
2014-04-19 19:43:53 +02:00
|
|
|
|
2016-09-05 08:24:18 +02:00
|
|
|
sofar (sofar@foo-projects.org) (MIT):
|
|
|
|
tnt_blast.png
|
|
|
|
|
|
|
|
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:
|
2016-09-05 08:24:18 +02:00
|
|
|
Craft gunpowder by placing coal and gravel in the crafting area.
|
|
|
|
The gunpowder can be used to craft TNT or as fuse for TNT.
|
|
|
|
To craft TNT surround gunpowder with 4 wood in a + shape.
|
|
|
|
|
2014-04-19 19:43:53 +02:00
|
|
|
There are different ways to blow up TNT:
|
2014-07-14 00:08:03 +02:00
|
|
|
1. Hit it with a torch.
|
2016-09-05 08:24:18 +02:00
|
|
|
2. Hit a gunpowder fuse that leads to a TNT block with a torch or flint-and-steel.
|
|
|
|
3. Activate it with mesecons (fastest way).
|
|
|
|
|
|
|
|
Be aware of the damage radius of 6 blocks!
|