upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
Minetest mod tnt
|
|
|
|
================
|
|
|
|
|
|
|
|
Add tnt tool to make explotions
|
|
|
|
|
|
|
|
Information
|
|
|
|
-----------
|
|
|
|
|
|
|
|
This mod is named `tnt`, it adds TNT to Minetest. TNT is a tool to
|
|
|
|
help the player in mining or cause mayor damage in area. thiis mod
|
|
|
|
featured the `tnt_stick` tool
|
|
|
|
|
|
|
|
![screenshot.png](screenshot.png)
|
|
|
|
|
|
|
|
Technical information
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
This mod improves more realistic usage of tnt, by the tnt sticks,
|
|
|
|
for both older and newers engines.
|
|
|
|
|
|
|
|
Craft gunpowder by placing coal and gravel in the crafting area.
|
|
|
|
The gunpowder can be used to craft TNT sticks or as a fuse trail for TNT.
|
|
|
|
|
|
|
|
The sticks now is the usage for craft TNT's.
|
|
|
|
|
|
|
|
| name | node | craft | usage |
|
|
|
|
|--- ------ | ------------- | ------------------ | ------ |
|
|
|
|
| TNT Stick | tnt:tnt_stick | round a paper with 6 tnt sticks | craft tnt |
|
|
|
|
| TNT | tnt:tnt | using 9 tnt sticks | destruction ratio |
|
|
|
|
| Gunpowder | tnt:gunpowder | coal and gravel | powder to ignite tnt |
|
|
|
|
|
|
|
|
**NOTE**: The sticks are not usable as an explosive.
|
|
|
|
|
|
|
|
To craft 2 TNT sticks:
|
|
|
|
```
|
|
|
|
G_G
|
|
|
|
GPG
|
|
|
|
G_G
|
|
|
|
```
|
|
|
|
* G = gunpowder
|
|
|
|
* P = paper
|
|
|
|
|
|
|
|
Craft TNT from 9 TNT sticks.
|
|
|
|
|
|
|
|
There are different ways to ignite TNT:
|
|
|
|
1. Hit it with a torch.
|
|
|
|
2. Hit a gunpowder fuse trail that leads to TNT with a torch or flint-and-steel.
|
|
|
|
3. Activate it with mesecons (fastest way).
|
|
|
|
|
|
|
|
* For 1 TNT: Node destruction radius is 3 nodes by default, configurable.
|
|
|
|
* Player and object damage radius is 6 nodes.
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
See [license.txt](license.txt) for license information.
|
|
|
|
|
|
|
|
**Authors of source code**
|
2016-09-04 06:31:01 +01:00
|
|
|
|
|
|
|
PilzAdam (MIT)
|
|
|
|
ShadowNinja (MIT)
|
|
|
|
sofar (sofar@foo-projects.org) (MIT)
|
2016-09-07 02:52:57 +01:00
|
|
|
Various Minetest developers and contributors (MIT)
|
2016-09-04 06:31:01 +01:00
|
|
|
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
**Authors of media**
|
|
|
|
|
2016-09-07 02:52:57 +01:00
|
|
|
BlockMen (CC BY-SA 3.0):
|
2016-09-05 07:24:18 +01:00
|
|
|
All textures not mentioned below.
|
|
|
|
|
2016-09-07 02:52:57 +01:00
|
|
|
ShadowNinja (CC BY-SA 3.0):
|
2016-09-05 07:24:18 +01:00
|
|
|
tnt_smoke.png
|
|
|
|
|
2016-09-07 02:52:57 +01:00
|
|
|
Wuzzy (CC BY-SA 3.0):
|
2016-09-05 07:24:18 +01:00
|
|
|
All gunpowder textures except tnt_gunpowder_inventory.png.
|
2014-04-19 19:43:53 +02:00
|
|
|
|
2016-09-07 02:52:57 +01:00
|
|
|
sofar (sofar@foo-projects.org) (CC BY-SA 3.0):
|
2016-09-05 07:24:18 +01:00
|
|
|
tnt_blast.png
|
|
|
|
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
paramat (CC BY-SA 3.0)
|
|
|
|
tnt_tnt_stick.png - Derived from a texture by benrob0329.
|
2014-04-19 19:43:53 +02:00
|
|
|
|
upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds https://codeberg.org/minenux/minetest-mod-beds/commit/7b6fae96d5e273dad9a373e63eb958145c9bfbef
* boats https://codeberg.org/minenux/minetest-mod-boats/commit/3832de08f705d5d2e7b5a971760e5fad1653305f
* bucket https://codeberg.org/minenux/minetest-mod-bucket/commit/1d9f32295aba3ef2a86be302050f34c1766e93d5
* carts https://codeberg.org/minenux/minetest-mod-carts/commit/dcbca916cffdcec281f0129ef350db2686bda933
* creative https://codeberg.org/minenux/minetest-mod-creative/commit/ca09e773701f834fec7de18bf13598b3323778db
* doors https://codeberg.org/minenux/minetest-mod-doors/commit/a89ab0454deb4933b6e4971c57055c40b7938e5b
* farming https://codeberg.org/minenux/minetest-mod-farming/commit/10de84d12d24a87f3aa9abef73f87c6cebb2614c
* fire https://codeberg.org/minenux/minetest-mod-fire/commit/4e5f7ad55314bd9b126fb133cfc5a32fa58b20d2
* stairs https://codeberg.org/minenux/minetest-mod-stairs/commit/c3a5af6c452daca599d226df694df1b75f15c110
* tnt https://codeberg.org/minenux/minetest-mod-tnt/commit/8195861f905a90b53cd52348deb34df41a053027
* wool https://codeberg.org/minenux/minetest-mod-wool/commit/de642a08e80bfd7a4a1e5629e50458a609dbda3a
2022-03-01 23:26:11 -04:00
|
|
|
TumeniNodes (CC0 1.0)
|
|
|
|
tnt_explode.ogg
|
|
|
|
renamed, edited, and converted to .ogg from Explosion2.wav
|
|
|
|
by steveygos93 (CC0 1.0)
|
|
|
|
<https://freesound.org/s/80401/>
|
|
|
|
|
|
|
|
tnt_ignite.ogg
|
|
|
|
renamed, edited, and converted to .ogg from sparkler_fuse_nm.wav
|
|
|
|
by theneedle.tv (CC0 1.0)
|
|
|
|
<https://freesound.org/s/316682/>
|
|
|
|
|
|
|
|
tnt_gunpowder_burning.ogg
|
|
|
|
renamed, edited, and converted to .ogg from road flare ignite burns.wav
|
|
|
|
by frankelmedico (CC0 1.0)
|
|
|
|
<https://freesound.org/s/348767/>
|
2016-09-05 07:24:18 +01:00
|
|
|
|
|
|
|
|