README.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. moreblocks (optional, for stairsplus support)
  13. Please report bugs at the github issue tracker:
  14. https://github.com/minetest-mods/quartz/issues/
  15. Crafting:
  16. Quartz Block:
  17. c = quartz crystal x = nothing
  18. x|x|x
  19. -----
  20. c|c|x
  21. -----
  22. c|c|x
  23. Quartz Pillar:
  24. q = quartz block x = nothing
  25. x|x|x
  26. -----
  27. x|q|x
  28. -----
  29. x|x|x
  30. Quartz Slab:
  31. q = quartz block x = nothing
  32. x|x|x
  33. -----
  34. x|x|x
  35. -----
  36. q|q|q
  37. Quartz Stairs:
  38. q = quartz block x = nothing
  39. q|x|x
  40. q|q|x
  41. q|q|q
  42. Quartz Pillar Slab:
  43. q = quartz pillar x = nothing
  44. x|x|x
  45. -----
  46. x|x|x
  47. -----
  48. q|q|q
  49. Chiseled Quartz:
  50. q = quartz slab x = nothing
  51. x|x|x
  52. -----
  53. x|q|x
  54. -----
  55. x|q|x
  56. Quartz Crystal Piece (usless as of now):
  57. c = quartz crystal x = nothing
  58. x|x|x
  59. -----
  60. x|c|x
  61. -----
  62. x|x|x