Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. "platinum": {
  2. "distribution": "uniform",
  3. "generator": {
  4. "block": {
  5. "name": "platinum_ore"
  6. },
  7. "material": "minecraft:stone",
  8. "cluster-size": 1
  9. },
  10. "cluster-count": 1,
  11. "min-height": 6,
  12. "max-height": 18,
  13. "retrogen": false,
  14. "biome": {
  15. "restriction": "whitelist",
  16. "value": [{
  17. "type": "id",
  18. "entry": [
  19. "ocean",
  20. "frozen_ocean",
  21. "frozen_river",
  22. "river",
  23. "deep_ocean"
  24. ]
  25. }]
  26. },
  27. "dimension": {
  28. "restriction": "blacklist",
  29. "value": [
  30. -1,
  31. 1
  32. ]
  33. }
  34. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement