Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. {
  2. "namespace": "rg",
  3. "populate": {
  4. "normal_rocks": {
  5. "distribution": "uniform",
  6. "generator": {
  7. "type": "decoration",
  8. "block": [
  9. {
  10. "name": "pyrotech:rock",
  11. "properties": {
  12. "variant": "rock_stone"
  13. },
  14. "weight": 10
  15. },
  16. {
  17. "name": "pyrotech:rock",
  18. "properties": {
  19. "variant": "rock_granite"
  20. },
  21. "weight": 10
  22. },
  23. {
  24. "name": "pyrotech:rock",
  25. "properties": {
  26. "variant": "rock_diorite"
  27. },
  28. "weight": 3
  29. },
  30. {
  31. "name": "pyrotech:rock",
  32. "properties": {
  33. "variant": "rock_andesite"
  34. },
  35. "weight": 3
  36. },
  37. {
  38. "name": "pyrotech:rock",
  39. "properties": {
  40. "variant": "rock_limestone"
  41. },
  42. "weight": 5
  43. }
  44. ],
  45. "cluster-size": 0,
  46. "material": [ "leaves", "leaves2" ],
  47. "y-variance": 0
  48. },
  49. "cluster-count": 2,
  50. "biome": {
  51. "restriction": "blacklist",
  52. "value": [
  53. {
  54. "type": "dictionary",
  55. "entry": [ "WATER", "SANDY" ]
  56. }
  57. ]
  58. },
  59. "dimension": {
  60. "restriction": "whitelist",
  61. "value": [ 0 ]
  62. }
  63. }
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement