README.txt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ___ _ __ __ _
  2. / _ \ _ _ __ _ _ __| |_ ____ | \/ | ___ __| |
  3. | | | | | | |/ _` | '__| __|_ / | |\/| |/ _ \ / _` |
  4. | |_| | |_| | (_| | | | |_ / / | | | | (_) | (_| |
  5. \__\_\\__,_|\__,_|_| \__/___| |_| |_|\___/ \__,_|
  6. This mod adds quartz ore and some decorative blocks to minetest.
  7. Version: 1.0.0
  8. License: MIT (see LICENSE.txt)
  9. Dependencies:
  10. default (found in minetest_game)
  11. stairs (found in minetest_game)
  12. intllib (optional, for translations)
  13. moreblocks or stairsplus (optional, for stairsplus support)
  14. Please report bugs at the GitHub issue tracker:
  15. https://github.com/minetest-mods/quartz/issues/
  16. Crafting:
  17. Quartz Block:
  18. c = quartz crystal x = nothing
  19. x|x|x
  20. -----
  21. c|c|x
  22. -----
  23. c|c|x
  24. Quartz Pillar:
  25. q = quartz block x = nothing
  26. x|x|x
  27. -----
  28. x|q|x
  29. -----
  30. x|x|x
  31. Quartz Slab:
  32. q = quartz block x = nothing
  33. x|x|x
  34. -----
  35. x|x|x
  36. -----
  37. q|q|q
  38. Quartz Stairs:
  39. q = quartz block x = nothing
  40. q|x|x
  41. q|q|x
  42. q|q|q
  43. Quartz Pillar Slab:
  44. q = quartz pillar x = nothing
  45. x|x|x
  46. -----
  47. x|x|x
  48. -----
  49. q|q|q
  50. Chiseled Quartz:
  51. q = quartz slab x = nothing
  52. x|x|x
  53. -----
  54. x|q|x
  55. -----
  56. x|q|x
  57. Quartz Crystal Piece (usless as of now):
  58. c = quartz crystal x = nothing
  59. x|x|x
  60. -----
  61. x|c|x
  62. -----
  63. x|x|x
  64. If you have stairsplus (or moreblocks) installed, you will be able to use
  65. circular saws to cut quartz blocks.