README.txt 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. * TNT block textures
  14. jadedctrl (CC BY-SA 3.0):
  15. * Everything else
  16. * Modified TNT blocks based on BlockMen's
  17. Introduction
  18. ------------
  19. This mod adds TNT to Minetest. TNT is a tool to help the player
  20. in mining.
  21. How to use the mod:
  22. Craft gunpowder by placing coal and gravel in the crafting area.
  23. The gunpowder can be used to craft TNT or as fuse for TNT.
  24. To craft TNT place items like this:
  25. -- wood - gunpowder -- wood -
  26. gunpowder gunpowder gunpowder
  27. -- wood - gunpowder -- wood -
  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!