minetest-game-subnasa/mods/tnt
mckaygerhard 16da62e7e4 Fix some placer nil checks
* backported upstream 70cf7a26fd
2024-04-24 17:01:58 -04:00
..
sounds loading mods base - 0.4 based 2021-12-12 20:01:37 -06:00
textures hard strong media files optimization for png textures 2023-06-11 03:32:32 -04:00
README.txt loading mods base - 0.4 based 2021-12-12 20:01:37 -06:00
depends.txt loading mods base - 0.4 based 2021-12-12 20:01:37 -06:00
init.lua Fix some placer nil checks 2024-04-24 17:01:58 -04:00
license.txt loading mods base - 0.4 based 2021-12-12 20:01:37 -06:00
mod.conf mods - provide conf files for mods on 5.X newer engines for default mods 2023-08-06 23:04:18 -04:00

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!