Go to file
PilzAdam d6a0b7dfec Make gunpoweder an attached_node 2013-05-20 15:04:07 +02:00
sounds First commit 2012-08-29 12:41:06 +02:00
textures Add new inventory texture for gunpowder 2012-09-01 02:12:11 +02:00
README.txt Update README.txt 2012-08-29 15:59:58 +02:00
depends.txt First commit 2012-08-29 12:41:06 +02:00
init.lua Make gunpoweder an attached_node 2013-05-20 15:04:07 +02:00

README.txt

=== TNT-MOD for MINETEST-C55 ===
by PilzAdam

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

How to install:
Unzip the archive an place it in minetest-base-directory/mods/minetest/
if you have a windows client or a linux run-in-place client. If you have
a linux system-wide instalation place it in ~/.minetest/mods/minetest/.
If you want to install this mod only in one world create the folder
worldmods/ in your worlddirectory.
For further information or help see:
http://wiki.minetest.com/wiki/Installing_Mods

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 fuze for TNT. To craft TNT
surround gunpowder with 4 wood in a + shape.
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 (fastest way)
Be aware of the damage radius of 7 blocks!

License:
WTFPL (see below)

See also:
http://minetest.net/

         DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.