mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-29 18:16:27 -04:00
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
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
|