Advertisement
Guest User

13_aluminum.json

a guest
Apr 17th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. {
  2.     "dependencies": "thermalfoundation",
  3.     "populate": {
  4.         "aluminum": {
  5.             "distribution": "uniform",
  6.             "generator": {
  7.                 "block": {
  8.                     "name": "thermalfoundation:ore",
  9.                     "properties": {
  10.                         "type": "aluminum"
  11.                     }
  12.                 },
  13.                 "material": "stone",
  14.                 "cluster-size": 4
  15.             },
  16.             "cluster-count": 8,
  17.             "min-height": 40,
  18.             "max-height": 75,
  19.             "retrogen": "true",
  20.             "biome": "all",
  21.             "dimension": {
  22.                 "restriction": "blacklist",
  23.                 "value": [
  24.                     -1,
  25.                     0,
  26.                     1
  27.                 ]
  28.             }
  29.         }
  30.     }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement