cryolite.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {"color":"87A9AFD0",
  2. "groups":{"drop_as_lump":1,
  3. "in_desert":1,
  4. "is_mineral":1},
  5. "name":"cryolite",
  6. "ore_modname":"minerdream",
  7. "tier":1,
  8. "ore":{
  9. "wherein":["stone"],
  10. "crack":2,
  11. "inventory_image":"minerdream_cryolite_ore.png",
  12. "clust_size":3,
  13. "num_ores":5,
  14. "scarcity":13,
  15. "y_max":120,
  16. "y_min":-31000
  17. },
  18. "poorore":{
  19. "wherein":["stone"],
  20. "crack":2,
  21. "inventory_image":"minerdream_cryolite_poorore.png",
  22. "clust_size":2,
  23. "num_ores":5,
  24. "scarcity":12,
  25. "y_max":200,
  26. "y_min":-31000
  27. },
  28. "lump":{
  29. "crack":2,
  30. "inventory_image":"minerdream_cryolite_lump.png",
  31. "stack_max":99,
  32. "cooking_time":2
  33. },
  34. "dust":{
  35. "cracky":1,
  36. "grind_time":1,
  37. "cooking_time":1,
  38. "inventory_image":"minerdream_cryolite_dust.png"
  39. },
  40. "nugget":{
  41. "inventory_image":"minerdream_cryolite_poorore.png",
  42. "cracky":1,
  43. "clust_size":2,
  44. "num_ores":5,
  45. "scarcity":12,
  46. "y_max":420
  47. },
  48. "crafts":{
  49. "dust16":{
  50. "output":"minerdream:cryolith_dust_part9 9",
  51. "recipe":[["dust"]]
  52. },
  53. "dust162d":{
  54. "output":"dust",
  55. "recipe":[["minerdream:cryolith_dust_part9","minerdream:cryolith_dust_part9","minerdream:cryolith_dust_part9"],
  56. ["minerdream:cryolith_dust_part9","minerdream:cryolith_dust_part9","minerdream:cryolith_dust_part9"],
  57. ["minerdream:cryolith_dust_part9","minerdream:cryolith_dust_part9","minerdream:cryolith_dust_part9"]]
  58. }
  59. },
  60. "craftitems":{
  61. "cryolith_dust_part9":{
  62. "stackmax":200,
  63. "description":"9th part dust of cryolite",
  64. "inventory_image":"minerdream_cryolite_dust_part16.png"
  65. }
  66. }
  67. }