minetest/mods/tnt
2015-04-10 20:39:58 +02:00
..
sounds Add tnt mod (freeminer version) 2014-07-05 16:02:58 +02:00
textures Rewrite TNT 2014-07-22 12:05:40 -04:00
depends.txt Rewrite TNT 2014-07-22 12:05:40 -04:00
init.lua Remove weird constants in default 2015-01-10 15:47:30 +01:00
README.txt Standardize mod READMEs 2015-04-10 20:39:58 +02:00

Minetest Game mod: tnt
======================

Adds TNT blocks and gunpowder.
Gunpowder can be used to craft TNT or as fuze for TNT.

There are different ways to blow up TNT:
  1. Hit it with a torch.
  2. Hit a gunpowder fuze that leads to a TNT block with a torch.
  3. Activate it with mesecons (not included in Minetest Game)
TNT has a damage radius of 7 blocks.

By default TNT is disabled in multiplayer. Add "enable_tnt = true" to minetest.conf to enable it.


License of source code:
-----------------------
Copyright (C) 2013 PilzAdam
Copyright (C) 2014 ShadowNinja

This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.

License of media (textures, sounds, meshes):
--------------------------------------------
(by Authors)

PilzAdam (WTFPL):
  tnt_gunpowder_*.png
  tnt_top_*.png
  tnt_bottom.png
  tnt_side.png

ShadowNinja (WTFPL):
  tnt_smoke.png
  tnt_boom.png