Advertisement
Chefbarbie

Untitled

Feb 20th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. {
  2. "dependencies": "thermalfoundation",
  3. "populate": {
  4. "oil_lakes": {
  5. "distribution": "surface",
  6. "generator": {
  7. "type": "lake",
  8. "block": "thermalfoundation:fluid_crude_oil",
  9. "material": [
  10. "minecraft:sand",
  11. "minecraft:sandstone",
  12. {
  13. "name":"minecraft:sand",
  14. "metadata": 1
  15. },
  16. {
  17. "name": "minecraft:hardened_clay",
  18. "metadata": 1
  19. }
  20. ],
  21. "use-material": true,
  22. "outline-block": [
  23. {
  24. "name": "minecraft:gravel",
  25. "weight": 50
  26. },
  27. {
  28. "name": "thermalfoundation:ore_fluid",
  29. "metadata": 1,
  30. "weight": 50
  31. }
  32. ]
  33. },
  34.  
  35. "cluster-count": 2,
  36. "chunk-chance": 30,
  37. "in-village": "false",
  38. "biome": {
  39. "restriction": "whitelist",
  40. "value": [
  41. {
  42. "type": "id",
  43. "entry": "minecraft:mesa"
  44. },
  45. {
  46. "type": "id",
  47. "entry": "minecraft:desert"
  48. }
  49. ]
  50. }
  51. }
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement