README.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 developers and contributors (MIT)
  10. Authors of media (textures)
  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. Introduction
  21. ------------
  22. This mod adds TNT to Minetest. TNT is a tool to help the player
  23. in mining.
  24. How to use the mod:
  25. Craft gunpowder by placing coal and gravel in the crafting area.
  26. The gunpowder can be used to craft TNT or as fuse for TNT.
  27. To craft TNT surround gunpowder with 4 wood in a + shape.
  28. There are different ways to blow up TNT:
  29. 1. Hit it with a torch.
  30. 2. Hit a gunpowder fuse that leads to a TNT block with a torch or flint-and-steel.
  31. 3. Activate it with mesecons (fastest way).
  32. Be aware of the damage radius of 6 blocks!