Atticool

Untitled

Jun 6th, 2023
971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.25 KB | None | 0 0
  1. {
  2.     "populate": {
  3.         "moon_lunar_crystal": {
  4.             "distribution": "surface",
  5.             "follow-terrain": "false",
  6.             "material": [
  7.                 "advancedrocketry:moonturf_dark",
  8.                 "advancedrocketry:moonturf"
  9.             ],
  10.             "generator": [
  11.                 {
  12.                     "type": "stalagmite",
  13.                     "block": [
  14.                         {
  15.                             "name": "contenttweaker:lunar_crystal",
  16.                             "weight": 90
  17.                         },
  18.                         {
  19.                             "name": "contenttweaker:lunar_crystal_dense",
  20.                             "weight": 10
  21.                         }
  22.                     ],
  23.                     "min-height": 70,
  24.                     "gen-body": "minecraft:air",
  25.                     "smooth": true,
  26.                     "fat": false,
  27.                     "height-variance": 6,
  28.                     "height-mod": 3,
  29.                     "gen-size": 0,
  30.                     "size-variance": 2
  31.                 }
  32.             ],
  33.             "cluster-count": 2,
  34.             "chunk-chance": 1,
  35.             "retrogen": false,
  36.             "biome": "all",
  37.             "dimension": {
  38.                 "restriction": "blacklist",
  39.                 "value": [
  40.                 ]
  41.             }
  42.         }
  43.     }
  44. }
  45.  
Advertisement
Add Comment
Please, Sign In to add comment