Advertisement
DeiwosN

Untitled

Feb 15th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. {
  2. "dependencies": "astralsorcery",
  3. "populate": {
  4. "rock crystal": {
  5. "distribution": "uniform",
  6. "generator": {
  7. "block": "astralsorcery:blockcustomore",
  8. "material": "minecraft:stone",
  9. "cluster-size": 4
  10. },
  11. "cluster-count": 4,
  12. "min-height": 5,
  13. "max-height": 40,
  14. "retrogen": "false",
  15. "biome": "all",
  16. "dimension": {
  17. "restriction": "blacklist",
  18. "value": [
  19. -1,
  20. 1
  21. ]
  22. }
  23. },
  24. "aquamarine": {
  25. "distribution": "uniform",
  26. "generator": {
  27. "block": "astralsorcery:blockcustomsandore",
  28. "material": "minecraft:sand",
  29. "cluster-size": 6
  30. },
  31. "cluster-count": 4,
  32. "min-height": 40,
  33. "max-height": 70,
  34. "retrogen": "false",
  35. "biome": "all",
  36. "dimension": {
  37. "restriction": "blacklist",
  38. "value": [
  39. -1,
  40. 1
  41. ]
  42. }
  43. }
  44. }
  45. }
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement