Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. {
  2. "populate":
  3. {
  4. "sand_spikes": {
  5. "distribution": "surface",
  6. "follow-terrain": "true",
  7. "generator": [
  8. {
  9. "weight": 50,
  10. "type": "stalagmite",
  11. "block": [
  12. {
  13. "name": "nuclearcraft:dry_earth",
  14. "weight": 50
  15. },
  16. {
  17. "name": "minecraft:sand",
  18. "weight":25
  19. },
  20. {
  21. "name": "chisel:limestone2",
  22. "meta":7,
  23. "weight":25
  24. }
  25.  
  26. ],
  27. "material": [
  28. "nuclearcraft:dry_earth",
  29. "minecraft:sand"
  30. ],
  31. "gen-body": "minecraft:air",
  32. "smooth": true,
  33. "fat": false,
  34. "min-height": 10,
  35. "height-variance": 6,
  36. "height-mod": 3,
  37. "gen-size": 0,
  38. "size-variance": 2
  39. }
  40.  
  41. ],
  42. "cluster-count": 1,
  43. "chunk-chance": 4,
  44. "retrogen": false,
  45. "dimension": {
  46. "restriction": "whitelist",
  47. "value": [
  48. 4598
  49. ]
  50. }
  51. }
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement