Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.94 KB | None | 0 0
  1. {
  2.     "populate": {
  3.         "radiotrees": {
  4.             "distribution": "uniform",
  5.             "follow-terrain": "true",
  6.             "generator": {
  7.                 "type": "stalagmite",
  8.                 "block": [
  9.                     {
  10.                         "name": "contenttweaker:radioactive_rock",
  11.                         "weight": 70
  12.                     },
  13.                     {
  14.                         "name": "nuclearcraft:block_depleted_thorium",
  15.                         "weight": 25
  16.                     },
  17.                     {
  18.                         "name": "nuclearcraft:tritium_lamp",
  19.                         "weight": 5
  20.                     }
  21.                 ],
  22.                 "gen-body": [
  23.                     {
  24.                         "name": "contenttweaker:radioactive_rock"
  25.                     }
  26.                 ],
  27.                 "smooth": false,
  28.                 "fat": true,
  29.                 "min-height": 5,
  30.                 "height-variance": 15,
  31.                 "height-mod": 0,
  32.                 "size-variance": 2,
  33.                 "gen-size": 1,
  34.                 "size-variance": 1,
  35.                 "alt-sinc": true
  36.             },
  37.             "cluster-count": 1,
  38.             "chunk-chance": 1,
  39.             "min-height": 60,
  40.             "max-height": 120,
  41.             "retrogen": true,
  42.             "biome": "all",
  43.             "dimension": {
  44.                 "restriction": "whitelist",
  45.                 "value": [
  46.                     500
  47.                 ]
  48.             }
  49.         }
  50.     }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement