sofar 8c71f3d826 Prevent divide by zero (#2106) 6 лет назад
..
sounds 1e628ed92a Add tnt mod (freeminer version) 10 лет назад
textures 8556dd30e2 TNT: add some depth to the explosion effect 8 лет назад
README.txt da69fcdf91 TNT: Clarify new TNT receipe 7 лет назад
depends.txt 0ca4520cc2 Rewrite TNT 10 лет назад
init.lua 8c71f3d826 Prevent divide by zero (#2106) 6 лет назад
license.txt 6171fb43f0 Change WTFPL to MIT (part 3) 8 лет назад

README.txt

Minetest Game mod: tnt
======================
See license.txt for license information.

Authors of source code
----------------------
PilzAdam (MIT)
ShadowNinja (MIT)
sofar (sofar@foo-projects.org) (MIT)
Various Minetest developers and contributors (MIT)

Authors of media (textures)
---------------------------
BlockMen (CC BY-SA 3.0):
All textures not mentioned below.

ShadowNinja (CC BY-SA 3.0):
tnt_smoke.png

Wuzzy (CC BY-SA 3.0):
All gunpowder textures except tnt_gunpowder_inventory.png.

sofar (sofar@foo-projects.org) (CC BY-SA 3.0):
tnt_blast.png

Introduction
------------
This mod adds TNT to Minetest. TNT is a tool to help the player
in mining.

How to use the mod:
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 place items like this:
-- wood - gunpowder -- wood -
gunpowder gunpowder gunpowder
-- wood - gunpowder -- wood -

There are different ways to blow up TNT:
1. Hit it with a torch.
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!