things.json 379 B

1234567891011121314151617181920212223
  1. {
  2. "mod_id": "things",
  3. "provided_stones": [],
  4. "provided_ores": [
  5. {
  6. "block_id": [
  7. "things:gleaming_ore",
  8. "things:deepslate_gleaming_ore"
  9. ],
  10. "en_name": "Gleaming Ore",
  11. "types": [
  12. "stone"
  13. ],
  14. "texture_count": 5,
  15. "id": "gleaming_ore",
  16. "stone": [
  17. "stone",
  18. "deepslate"
  19. ]
  20. }
  21. ]
  22. }