malum.json 859 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "mod_id": "malum",
  3. "provided_stones": [],
  4. "provided_ores": [
  5. {
  6. "block_id": [
  7. "malum:brilliant_stone",
  8. "malum:brilliant_deepslate"
  9. ],
  10. "en_name": "of Brilliance",
  11. "types": [
  12. "stone"
  13. ],
  14. "id": "brilliant_stone",
  15. "stone": [
  16. "stone",
  17. "deepslate"
  18. ]
  19. },
  20. {
  21. "block_id": [
  22. "malum:soulstone_ore",
  23. "malum:deepslate_soulstone_ore"
  24. ],
  25. "en_name": "Soulstone Ore",
  26. "types": [
  27. "stone"
  28. ],
  29. "id": "soulstone_ore",
  30. "stone": [
  31. "stone",
  32. "deepslate"
  33. ]
  34. },
  35. {
  36. "block_id": [
  37. "malum:blazing_quartz_ore"
  38. ],
  39. "en_name": "Blazing Quartz Ore",
  40. "types": [
  41. "nether"
  42. ],
  43. "id": "blazing_quartz_ore",
  44. "stone": [
  45. "netherrack"
  46. ]
  47. }
  48. ]
  49. }