Advertisement
Guest User

EWG World Settings for TreeCrafters

a guest
Jan 8th, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.53 KB | None | 0 0
  1. {
  2.   "pluginVersion": "8.0.0-PRE-RELEASE-3",
  3.   "useLavaOceans": false,
  4.   "useFastOres": false,
  5.   "useVanillaOreAlgorithm": true,
  6.   "useOpenSimplexNoise": false,
  7.   "useFastRandomAlgorithm": true,
  8.   "roughFading": true,
  9.   "flatBedrock": false,
  10.   "seaLevel": 62,
  11.   "bedrockLevel": 1,
  12.   "transitionModifier": 0,
  13.   "maxCaveHeight": 120,
  14.   "minCaveHeight": 8,
  15.   "mapScale": 1.0,
  16.   "oceanModifier": 1.0,
  17.   "globalTreeModifier": 1.0,
  18.   "mineshaftChance": 0.01,
  19.   "biomeTypeSize": 1400.0,
  20.   "oceanSize": 650.0,
  21.   "biomeSize": 400.0,
  22.   "worldSizeX": -1,
  23.   "worldSizeY": -1,
  24.   "worldCenterX": 0,
  25.   "worldCenterZ": 0,
  26.   "flatAreas": [
  27.     {
  28.       "radius": 80,
  29.       "xLocation": 0,
  30.       "zLocation": 0,
  31.       "baseLevel": 70,
  32.       "outerRadius": 40
  33.     },
  34.     {
  35.       "radius": 100,
  36.       "xLocation": 10000,
  37.       "zLocation": 5500,
  38.       "baseLevel": 50,
  39.       "outerRadius": 30
  40.     },
  41.     {
  42.       "radius": 100,
  43.       "xLocation": 6500,
  44.       "zLocation": 11000,
  45.       "baseLevel": 50,
  46.       "outerRadius": 30
  47.     },
  48.     {
  49.       "radius": 100,
  50.       "xLocation": -6500,
  51.       "zLocation": -11000,
  52.       "baseLevel": 50,
  53.       "outerRadius": 30
  54.     },
  55.     {
  56.       "radius": 100,
  57.       "xLocation": -10000,
  58.       "zLocation": -5500,
  59.       "baseLevel": 50,
  60.       "outerRadius": 30
  61.     }
  62.   ],
  63.   "biomeTypes": {
  64.     "DESERT": {
  65.       "enabled": true,
  66.       "percentage": 0.15
  67.     },
  68.     "AQUATIC": {
  69.       "enabled": true,
  70.       "percentage": 0.15
  71.     },
  72.     "ISLANDS": {
  73.       "enabled": true,
  74.       "percentage": 0.1
  75.     },
  76.     "GRASSLAND": {
  77.       "enabled": true,
  78.       "percentage": 0.25
  79.     },
  80.     "FOREST": {
  81.       "enabled": true,
  82.       "percentage": 0.25
  83.     },
  84.     "TUNDRA": {
  85.       "enabled": true,
  86.       "percentage": 0.1
  87.     }
  88.   },
  89.   "overrideSaplings": false,
  90.   "saplingTreeMap": {
  91.     "TREE": [
  92.       "TREES_fantasy_normal",
  93.       "TREES_fantasy_normal_2",
  94.       "TREES_fantasy_small_3",
  95.       "TREES_fantasy_small_2",
  96.       "TREES_fantasy_small"
  97.     ],
  98.     "REDWOOD": [
  99.       "TREES_pine_small_3",
  100.       "TREES_pine_normal",
  101.       "TREES_pine_huge",
  102.       "TREES_pine_tiny",
  103.       "TREES_pine_medium",
  104.       "TREES_pine_small",
  105.       "TREES_pine_normal_2",
  106.       "TREES_pine_tiny_2",
  107.       "TREES_pine_small_2",
  108.       "TREES_pine_big"
  109.     ],
  110.     "TALL_REDWOOD": [
  111.       "TREES_pine_small_3",
  112.       "TREES_pine_normal",
  113.       "TREES_pine_huge",
  114.       "TREES_pine_tiny",
  115.       "TREES_pine_medium",
  116.       "TREES_pine_small",
  117.       "TREES_pine_normal_2",
  118.       "TREES_pine_tiny_2",
  119.       "TREES_pine_small_2",
  120.       "TREES_pine_big"
  121.     ],
  122.     "BIRCH": [
  123.       "TREES_birch_normal_2",
  124.       "TREES_birch_normal",
  125.       "TREES_birch_normal_3",
  126.       "TREES_birch_normal_4"
  127.     ],
  128.     "JUNGLE": [
  129.       "TREES_jungle_small_2",
  130.       "TREES_jungle_normal_3",
  131.       "TREES_jungle_normal_2",
  132.       "TREES_jungle_big",
  133.       "TREES_jungle_medium",
  134.       "TREES_jungle_normal",
  135.       "TREES_jungle_huge",
  136.       "TREES_jungle_normal_4",
  137.       "TREES_jungle_small_3",
  138.       "TREES_jungle_small"
  139.     ],
  140.     "SMALL_JUNGLE": [
  141.       "TREES_jungle_small_2",
  142.       "TREES_jungle_normal_3",
  143.       "TREES_jungle_normal_2",
  144.       "TREES_jungle_big",
  145.       "TREES_jungle_medium",
  146.       "TREES_jungle_normal",
  147.       "TREES_jungle_huge",
  148.       "TREES_jungle_normal_4",
  149.       "TREES_jungle_small_3",
  150.       "TREES_jungle_small"
  151.     ],
  152.     "TALL_BIRCH": [
  153.       "TREES_birch_normal_2",
  154.       "TREES_birch_normal",
  155.       "TREES_birch_normal_3",
  156.       "TREES_birch_normal_4"
  157.     ]
  158.   }
  159. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement