Tirifto 2fede85d76 Updated several textures. 7 年之前
..
sounds db94a6baab New generation! 7 年之前
textures 2fede85d76 Updated several textures. 7 年之前
README.txt db94a6baab New generation! 7 年之前
depends.txt db94a6baab New generation! 7 年之前
init.lua db94a6baab New generation! 7 年之前
license.txt db94a6baab New generation! 7 年之前

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):
* TNT block textures

jadedctrl (CC BY-SA 3.0):
* Everything else
* Modified TNT blocks based on BlockMen's

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!