Advertisement
Adarcer

02aCyro_Lake.json

May 30th, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "dependencies": "thermalfoundation",
  3. "populate": {
  4. "cryo_lakes": {
  5. "distribution": "surface",
  6. "follow-terrain": true,
  7. "generator": {
  8. "type": "lake",
  9. "block": "thermalfoundation:fluid_cryotheum",
  10. "material": ["minecraft:dirt", "minecraft:grass", "minecraft:gravel", "minecraft:sand", "minecraft:snow", "minecraft:snow_layer"],
  11. "use-material": true
  12. },
  13. "cluster-count": 2,
  14. "chunk-chance": 4,
  15. "min-height": 50,
  16. "max-height": 150,
  17. "material": ["minecraft:dirt", "minecraft:grass", "minecraft:gravel", "minecraft:sand", "minecraft:snow", "minecraft:snow_layer"],
  18. "biome": {
  19. "restriction": "whitelist",
  20. "value": [{
  21. "type": "dictionary",
  22. "entry": "SNOWY"
  23. }, {
  24. "type": "dictionary",
  25. "entry": "FROZEN"
  26. }
  27. ]
  28. },
  29. "retrogen": false,
  30. "dimension": {
  31. "restriction": "whitelist",
  32. "value": [0]
  33. }
  34. }
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement