kingdoms_game/mods/tnt/README.txt

45 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-09-18 07:19:27 -05:00
Minetest Game mod: tnt
======================
2018-12-20 22:39:28 +00:00
See license.txt for license information.
2017-09-18 07:19:27 -05:00
2018-12-20 22:39:28 +00:00
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
------------
2017-09-18 07:19:27 -05:00
This mod adds TNT to Minetest. TNT is a tool to help the player
in mining.
How to use the mod:
2018-12-20 22:39:28 +00:00
Craft gunpowder by placing coal and gravel in the crafting area.
2018-12-20 22:40:27 +00:00
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 -
2017-09-18 07:19:27 -05:00
2018-12-20 22:40:27 +00:00
There are different ways to blow up TNT:
2018-12-20 22:39:28 +00:00
1. Hit it with a torch.
2018-12-20 22:40:27 +00:00
2. Hit a gunpowder fuse that leads to a TNT block with a torch or flint-and-steel.
2018-12-20 22:39:28 +00:00
3. Activate it with mesecons (fastest way).
2017-09-18 07:19:27 -05:00
2018-12-20 22:40:27 +00:00
Be aware of the damage radius of 6 blocks!