topaz.json 620 B

12345678910111213141516171819202122232425262728293031323334
  1. {"groups":{"is_lump_gemstone":1,
  2. "is_gemstone":1,
  3. "is_mineral":5},
  4. "name":"topaz",
  5. "ore_modname":"minerdream",
  6. "stackmax":"200",
  7. "tier":6,
  8. "ore":{
  9. "wherein":["desert_stone"],
  10. "crack":4,
  11. "inventory_image":"minerdream_topaz_ore.png",
  12. "clust_size":1,
  13. "num_ores":1,
  14. "scarcity":15,
  15. "y_max":-1750,
  16. "y_min":-31000
  17. },
  18. "gem":{
  19. "crack":3,
  20. "inventory_image":"minerdream_topaz_gem.png",
  21. "stack_max":99,
  22. "mesh":"topaz.obj"
  23. },
  24. "crafts":{
  25. "staff":{
  26. "output":"minerdream:golden_crystal_trisword",
  27. "recipe":[
  28. ["", "gem", "gem"],
  29. ["rhodium@ingot", "default:mese", "gem"],
  30. ["rhodium@ingot", "rhodium@ingot", ""]]
  31. }
  32. }
  33. }