nssm_materials.lua 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. --non eatable craftitems
  2. minetest.register_craftitem("nssm:white_wolf_fur", {
  3. description = "White Wolf Pelt",
  4. image = "white_wolf_fur.png",
  5. groups = {flammable = 2},
  6. })
  7. minetest.register_craft({
  8. type = "shapeless",
  9. output = "mobs:leather 6",
  10. recipe = {"nssm:white_wolf_fur", "farming:cutting_board"},
  11. replacements = {{"farming:cutting_board", "farming:cutting_board"}},
  12. })
  13. --[[
  14. local function nssm_craftitem (name, descr)
  15. minetest.register_craftitem("nssm:"..name, {
  16. description = descr,
  17. image = name..".png",
  18. })
  19. end
  20. --]]
  21. --[[
  22. nssm_craftitem ('sky_feather','Sky Feather')
  23. nssm_craftitem ('snake_scute','Snake Scute')
  24. nssm_craftitem ('eyed_tentacle','Eyed Tentacle')
  25. --nssm_craftitem ('king_duck_crown','King Duck Crown')
  26. nssm_craftitem ('great_energy_globe','Great Energy Globe')
  27. nssm_craftitem ('superior_energy_globe','Superior Energy Globe')
  28. nssm_craftitem ('ant_queen_abdomen','Ant Queen Abdomen')
  29. --nssm_craftitem ('masticone_skull','Masticone Skull')
  30. nssm_craftitem ('masticone_skull_fragments','Masticone Skull Fragments')
  31. --nssm_craftitem ('masticone_skull_crowned','Masticone Skull Crowned')
  32. nssm_craftitem ('tentacle_curly','Kraken Tentacle')
  33. nssm_craftitem ('lava_titan_eye','Lava Titan Eye')
  34. nssm_craftitem ('duck_beak','Duck Beak')
  35. nssm_craftitem ('ice_tooth','Ice Tooth')
  36. nssm_craftitem ('little_ice_tooth','Little Ice Tooth')
  37. nssm_craftitem ('digested_sand',"Digested Sand")
  38. nssm_craftitem ('black_ice_tooth','Black Ice Tooth')
  39. nssm_craftitem ('tarantula_chelicerae','Tarantula Chelicerae')
  40. nssm_craftitem ('crab_chela','Crab Chela')
  41. nssm_craftitem ('cursed_pumpkin_seed','Cursed Pumpkin Seed')
  42. nssm_craftitem ('mantis_claw','Mantis Claw')
  43. nssm_craftitem ('manticore_fur','Manticore Fur')
  44. nssm_craftitem ('ant_hard_skin','Ant Hard Skin')
  45. nssm_craftitem ('bloco_skin','Bloco Skin')
  46. nssm_craftitem ('crab_carapace_fragment','Crab Carapace Fragment')
  47. nssm_craftitem ('crocodile_skin','Crocodile Skin')
  48. nssm_craftitem ('manticore_spine','Manticore Spine')
  49. nssm_craftitem ('night_feather','Night Feather')
  50. nssm_craftitem ('sun_feather','Sun Feather')
  51. nssm_craftitem ('duck_feather','Duck Feather')
  52. nssm_craftitem ('black_duck_feather','Black Duck Feather')
  53. nssm_craftitem ('masticone_fang','Masticone Fang')
  54. --]]
  55. --[[
  56. nssm_craftitem ('stoneater_mandible','Stoneater Mandible')
  57. nssm_craftitem ('ant_mandible','Ant Mandible')
  58. nssm_craftitem ('life_energy','Life Energy')
  59. nssm_craftitem ('wolf_fur','Wolf Fur')
  60. nssm_craftitem ('felucco_fur','Felucco Fur')
  61. nssm_craftitem ('felucco_horn','Felucco Horn')
  62. nssm_craftitem ('energy_globe','Energy Globe')
  63. nssm_craftitem ('greedy_soul_fragment','Greedy Soul Fragment')
  64. nssm_craftitem ('lustful_soul_fragment','Lustful Soul Fragment')
  65. nssm_craftitem ('wrathful_soul_fragment','Wrathful Soul Fragment')
  66. nssm_craftitem ('proud_soul_fragment','Proud Soul Fragment')
  67. nssm_craftitem ('slothful_soul_fragment','Slothful Soul Fragment')
  68. nssm_craftitem ('envious_soul_fragment','Envious Soul Fragment')
  69. nssm_craftitem ('gluttonous_soul_fragment','Gluttonous Soul Fragment')
  70. nssm_craftitem ('gluttonous_moranga','Gluttonous Moranga')
  71. nssm_craftitem ('envious_moranga','Envious Moranga')
  72. nssm_craftitem ('proud_moranga','Proud Moranga')
  73. nssm_craftitem ('slothful_moranga','Slothful Moranga')
  74. nssm_craftitem ('lustful_moranga','Lustful Moranga')
  75. nssm_craftitem ('wrathful_moranga','Wrathful Moranga')
  76. nssm_craftitem ('greedy_moranga','Greedy Moranga')
  77. nssm_craftitem ('mantis_skin','Mantis_skin')
  78. nssm_craftitem ('sand_bloco_skin','Sand Bloco Skin')
  79. nssm_craftitem ('sandworm_skin','Sandworm Skin')
  80. nssm_craftitem ('sky_iron','Sky Iron')
  81. nssm_craftitem ('web_string','Cobweb String')
  82. nssm_craftitem ('dense_web_string','Dense Cobweb String')
  83. nssm_craftitem ('black_powder','Black Powder')
  84. nssm_craftitem ('morelentir_dust','Dark Starred Stone Dust')
  85. nssm_craftitem ('empty_evocation_bomb','Empty Evocation Bomb')
  86. --]]
  87. --[[
  88. local function nssm_craftitem_eat (name, descr, gnam)
  89. minetest.register_craftitem("nssm:"..name, {
  90. description = descr,
  91. image =name..".png",
  92. on_use = minetest.item_eat(gnam),
  93. groups = { meat=1, eatable=1 },
  94. })
  95. end
  96. --]]
  97. --[[
  98. nssm_craftitem_eat ('felucco_steak','Felucco Steak',3)
  99. nssm_craftitem_eat ('roasted_felucco_steak','Roasted Felucco Steak',6)
  100. nssm_craftitem_eat ('heron_leg','Moonheron Leg',2)
  101. nssm_craftitem_eat ('chichibios_heron_leg',"Chichibio's Moonheron Leg",4)
  102. nssm_craftitem_eat ('crocodile_tail','Crocodile Tail',3)
  103. nssm_craftitem_eat ('roasted_crocodile_tail','Roasted Crocodile Tail',6)
  104. --]]
  105. --[[
  106. nssm_craftitem_eat ('duck_legs','Duck Legs',1)
  107. nssm_craftitem_eat ('roasted_duck_legs','Roasted Duck Leg',3)
  108. nssm_craftitem_eat ('ant_leg','Ant Leg',-1)
  109. nssm_craftitem_eat ('roasted_ant_leg','Roasted Ant Leg',4)
  110. nssm_craftitem_eat ('spider_leg','Spider Leg',-1)
  111. nssm_craftitem_eat ('roasted_spider_leg','Roasted Spider Leg',4)
  112. --nssm_craftitem_eat ('brain','Brain',3)
  113. --nssm_craftitem_eat ('roasted_brain','Roasted Brain',8)
  114. nssm_craftitem_eat ('tentacle','Tentacle',2)
  115. nssm_craftitem_eat ('roasted_tentacle','Roasted Tentacle',5)
  116. nssm_craftitem_eat ('worm_flesh','Worm Flesh',-2)
  117. nssm_craftitem_eat ('roasted_worm_flesh','Roasted Worm Flesh',4)
  118. nssm_craftitem_eat ('amphibian_heart','Amphibian Heart',1)
  119. nssm_craftitem_eat ('roasted_amphibian_heart','Roasted Amphibian Heart',8)
  120. nssm_craftitem_eat ('raw_scrausics_wing','Raw Scrausics Wing',1)
  121. nssm_craftitem_eat ('spicy_scrausics_wing','Spicy Scrausics Wing',6)
  122. nssm_craftitem_eat ('phoenix_nuggets','Phoenix Nuggets',20)
  123. nssm_craftitem_eat ('phoenix_tear','Phoenix Tear',20)
  124. nssm_craftitem_eat ('frosted_amphibian_heart','Frosted Amphibian Heart',-1)
  125. nssm_craftitem_eat ('surimi','Surimi',4)
  126. nssm_craftitem_eat ('amphibian_ribs','Amphibian Ribs',2)
  127. nssm_craftitem_eat ('roasted_amphibian_ribs','Roasted Amphibian Ribs',6)
  128. nssm_craftitem_eat ('dolidrosaurus_fin','Dolidrosaurus Fin',-2)
  129. nssm_craftitem_eat ('roasted_dolidrosaurus_fin','Roasted Dolidrosaurus Fin',4)
  130. nssm_craftitem_eat ('larva_meat','Larva Meat',-1)
  131. nssm_craftitem_eat ('larva_juice','Larva Juice',-3)
  132. nssm_craftitem_eat ('larva_soup','Larva Soup',10)
  133. nssm_craftitem_eat ('mantis_meat','Mantis Meat',1)
  134. nssm_craftitem_eat ('roasted_mantis_meat','Roasted Mantis Meat',4)
  135. nssm_craftitem_eat ('spider_meat','Spider Meat',-1)
  136. nssm_craftitem_eat ('roasted_spider_meat','Roasted Spider Meat',3)
  137. nssm_craftitem_eat ('silk_gland','Silk Gland',-1)
  138. nssm_craftitem_eat ('roasted_silk_gland','Roasted Silk Gland',3)
  139. nssm_craftitem_eat ('super_silk_gland','Super Silk Gland',-8)
  140. nssm_craftitem_eat ('roasted_super_silk_gland','Roasted Super Silk Gland',2)
  141. --]]