README.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Minetest Game mod: tnt
  2. ======================
  3. See license.txt for license information.
  4. Authors of source code
  5. ----------------------
  6. PilzAdam (MIT)
  7. ShadowNinja (MIT)
  8. sofar (sofar@foo-projects.org) (MIT)
  9. Various Minetest Game developers and contributors (MIT)
  10. Authors of media
  11. ----------------
  12. BlockMen (CC BY-SA 3.0):
  13. All textures not mentioned below.
  14. ShadowNinja (CC BY-SA 3.0):
  15. tnt_smoke.png
  16. Wuzzy (CC BY-SA 3.0):
  17. All gunpowder textures except tnt_gunpowder_inventory.png.
  18. sofar (sofar@foo-projects.org) (CC BY-SA 3.0):
  19. tnt_blast.png
  20. paramat (CC BY-SA 3.0)
  21. tnt_tnt_stick.png - Derived from a texture by benrob0329.
  22. TumeniNodes (CC0 1.0)
  23. tnt_explode.ogg
  24. renamed, edited, and converted to .ogg from Explosion2.wav
  25. by steveygos93 (CC0 1.0)
  26. <https://freesound.org/s/80401/>
  27. tnt_ignite.ogg
  28. renamed, edited, and converted to .ogg from sparkler_fuse_nm.wav
  29. by theneedle.tv (CC0 1.0)
  30. <https://freesound.org/s/316682/>
  31. tnt_gunpowder_burning.ogg
  32. renamed, edited, and converted to .ogg from road flare ignite burns.wav
  33. by frankelmedico (CC0 1.0)
  34. <https://freesound.org/s/348767/>
  35. Introduction
  36. ------------
  37. This mod adds TNT. TNT is a tool to help the player in mining.
  38. How to use the mod:
  39. Craft gunpowder by placing coal and gravel in the crafting area.
  40. The gunpowder can be used to craft TNT sticks or as a fuse trail for TNT.
  41. To craft 2 TNT sticks:
  42. G_G
  43. GPG
  44. G_G
  45. G = gunpowder
  46. P = paper
  47. The sticks are not usable as an explosive.
  48. Craft TNT from 9 TNT sticks.
  49. There are different ways to ignite TNT:
  50. 1. Hit it with a torch.
  51. 2. Hit a gunpowder fuse trail that leads to TNT with a torch or
  52. flint-and-steel.
  53. 3. Activate it with mesecons (fastest way).
  54. For 1 TNT:
  55. Node destruction radius is 3 nodes.
  56. Player and object damage radius is 6 nodes.