crafting_guide.txt 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. 3d_armor -- Crafting Guide
  2. --------------------------
  3. Helmets:
  4. +---+---+---+
  5. | X | X | X |
  6. +---+---+---+
  7. | X | | X |
  8. +---+---+---+
  9. | | | |
  10. +---+---+---+
  11. [3d_armor:helmet_wood] X = [default:wood]
  12. [3d_armor:helmet_cactus] X = [default:cactus]
  13. [3d_armor:helmet_steel] X = [default:steel_ingot]
  14. [3d_armor:helmet_bronze] X = [default:bronze_ingot]
  15. [3d_armor:helmet_diamond] X = [default:diamond]
  16. [3d_armor:helmet_gold] X = [default:gold_ingot]
  17. [3d_armor:helmet_mithril] X = [moreores:mithril_ingot] *
  18. [3d_armor:helmet_crystal] X = [ethereal:crystal_ingot] **
  19. Chestplates:
  20. +---+---+---+
  21. | X | | X |
  22. +---+---+---+
  23. | X | X | X |
  24. +---+---+---+
  25. | X | X | X |
  26. +---+---+---+
  27. [3d_armor:chestplate_wood] X = [default:wood]
  28. [3d_armor:chestplate_cactus] X = [default:cactus]
  29. [3d_armor:chestplate_steel] X = [default:steel_ingot]
  30. [3d_armor:chestplate_bronze] X = [default:bronze_ingot]
  31. [3d_armor:chestplate_diamond] X = [default:diamond]
  32. [3d_armor:chestplate_gold] X = [default:gold_ingot]
  33. [3d_armor:chestplate_mithril] X = [moreores:mithril_ingot] *
  34. [3d_armor:chestplate_crystal] X = [ethereal:crystal_ingot] **
  35. Leggings:
  36. +---+---+---+
  37. | X | X | X |
  38. +---+---+---+
  39. | X | | X |
  40. +---+---+---+
  41. | X | | X |
  42. +---+---+---+
  43. [3d_armor:leggings_wood] X = [default:wood]
  44. [3d_armor:leggings_cactus] X = [default:cactus]
  45. [3d_armor:leggings_steel] X = [default:steel_ingot]
  46. [3d_armor:leggings_bronze] X = [default:bronze_ingot]
  47. [3d_armor:leggings_diamond] X = [default:diamond]
  48. [3d_armor:leggings_gold] X = [default:gold_ingot]
  49. [3d_armor:leggings_mithril] X = [moreores:mithril_ingot] *
  50. [3d_armor:leggings_crystal] X = [ethereal:crystal_ingot] **
  51. Boots:
  52. +---+---+---+
  53. | X | | X |
  54. +---+---+---+
  55. | X | | X |
  56. +---+---+---+
  57. [3d_armor:boots_wood] X = [default:wood]
  58. [3d_armor:boots_cactus] X = [default:cactus]
  59. [3d_armor:boots_steel] X = [default:steel_ingot]
  60. [3d_armor:boots_bronze] X = [default:bronze_ingot
  61. [3d_armor:boots_diamond] X = [default:diamond]
  62. [3d_armor:boots_gold] X = [default:gold_ingot]
  63. [3d_armor:boots_mithril] X = [moreores:mithril_ingot] *
  64. [3d_armor:boots_crystal] X = [ethereal:crystal_ingot] **
  65. * Requires moreores mod by Calinou - https://forum.minetest.net/viewtopic.php?id=549
  66. ** Requires ethereal mod by Chinchow & TenPlus1 - https://github.com/tenplus1/ethereal