Facebook
From Rude Moth, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 252
  1. {
  2.   "enabled": true,
  3.   "rarity": 1.0,
  4.   "biomeType": "TUNDRA",
  5.   "useDungeons": true,
  6.   "dungeonChance": 8,
  7.   "useMineShafts": true,
  8.   "useStrongholds": true,
  9.   "useVillages": true,
  10.   "useTemples": false,
  11.   "useNetherFortress": false,
  12.   "useCaves": true,
  13.   "useMonuments": false,
  14.   "useWoodlandMansion": false,
  15.   "useRavines": true,
  16.   "useWitchHuts": false,
  17.   "usePyramids": false,
  18.   "useJungleTemples": false,
  19.   "useIgloos": false,
  20.   "useFossils": true,
  21.   "useWaterLakes": true,
  22.   "useLavaLakes": false,
  23.   "useRivers": true,
  24.   "useNativePainting": false,
  25.   "useNativeStructure": false,
  26.   "fossilChance": 64,
  27.   "lavaLakeChance": 70,
  28.   "waterLakeChance": 4,
  29.   "ores": [
  30.     {
  31.       "type": "DIRT",
  32.       "data": 0,
  33.       "size": 33,
  34.       "count": 10,
  35.       "minHeight": 0,
  36.       "maxHeight": 256
  37.     },
  38.     {
  39.       "type": "GRAVEL",
  40.       "data": 0,
  41.       "size": 33,
  42.       "count": 8,
  43.       "minHeight": 0,
  44.       "maxHeight": 256
  45.     },
  46.     {
  47.       "type": "STONE",
  48.       "data": 1,
  49.       "size": 33,
  50.       "count": 10,
  51.       "minHeight": 0,
  52.       "maxHeight": 80
  53.     },
  54.     {
  55.       "type": "STONE",
  56.       "data": 3,
  57.       "size": 33,
  58.       "count": 10,
  59.       "minHeight": 0,
  60.       "maxHeight": 80
  61.     },
  62.     {
  63.       "type": "STONE",
  64.       "data": 5,
  65.       "size": 33,
  66.       "count": 10,
  67.       "minHeight": 0,
  68.       "maxHeight": 80
  69.     },
  70.     {
  71.       "type": "COAL_ORE",
  72.       "data": 0,
  73.       "size": 17,
  74.       "count": 20,
  75.       "minHeight": 0,
  76.       "maxHeight": 128
  77.     },
  78.     {
  79.       "type": "IRON_ORE",
  80.       "data": 0,
  81.       "size": 9,
  82.       "count": 20,
  83.       "minHeight": 0,
  84.       "maxHeight": 64
  85.     },
  86.     {
  87.       "type": "GOLD_ORE",
  88.       "data": 0,
  89.       "size": 9,
  90.       "count": 2,
  91.       "minHeight": 0,
  92.       "maxHeight": 32
  93.     },
  94.     {
  95.       "type": "REDSTONE_ORE",
  96.       "data": 0,
  97.       "size": 8,
  98.       "count": 8,
  99.       "minHeight": 0,
  100.       "maxHeight": 16
  101.     },
  102.     {
  103.       "type": "DIAMOND_ORE",
  104.       "data": 0,
  105.       "size": 8,
  106.       "count": 1,
  107.       "minHeight": 0,
  108.       "maxHeight": 16
  109.     },
  110.     {
  111.       "type": "LAPIS_ORE",
  112.       "data": 0,
  113.       "size": 7,
  114.       "count": 1,
  115.       "minHeight": 0,
  116.       "maxHeight": 32
  117.     },
  118.     {
  119.       "type": "EMERALD_ORE",
  120.       "data": 0,
  121.       "size": 4,
  122.       "count": 2,
  123.       "minHeight": 4,
  124.       "maxHeight": 32
  125.     }
  126.   ],
  127.   "terrainSettings": {
  128.     "subTerrains": [
  129.       {
  130.         "provider": "EWG",
  131.         "name": "Pine Forest",
  132.         "xModifier": 150.0,
  133.         "yModifer": 150.0,
  134.         "zModifer": 150.0,
  135.         "yOffset": 0
  136.       }
  137.     ]
  138.   },
  139.   "overlaySettings": {
  140.     "spawnLillypads": false,
  141.     "spawnCactus": false,
  142.     "spawnSnowLayers": false,
  143.     "spawnIceOnWater": false,
  144.     "minRiver": 2.0,
  145.     "groundDepth": 4,
  146.     "surfaceDepth": 1,
  147.     "surfaceBlocks": [
  148.       [
  149.         [
  150.           {
  151.             "type": "COBBLESTONE",
  152.             "data": 0,
  153.             "inclinationsConditions": [
  154.               {
  155.                 "minInclination": 2.0,
  156.                 "maxInclination": 99.0
  157.               }
  158.             ]
  159.           },
  160.           0.5
  161.         ],
  162.         [
  163.           {
  164.             "type": "STONE",
  165.             "data": 0,
  166.             "inclinationsConditions": [
  167.               {
  168.                 "minInclination": 2.0,
  169.                 "maxInclination": 99.0
  170.               }
  171.             ]
  172.           },
  173.           0.5
  174.         ]
  175.       ],
  176.       [
  177.         [
  178.           {
  179.             "type": "ICE",
  180.             "data": 0,
  181.             "inclinationsConditions": [
  182.               {
  183.                 "minInclination": 1.3,
  184.                 "maxInclination": 2.0
  185.               }
  186.             ]
  187.           },
  188.           0.3
  189.         ]
  190.       ],
  191.       [
  192.         [
  193.           {
  194.             "type": "PACKED_ICE",
  195.             "data": 8,
  196.             "inclinationsConditions": [
  197.               {
  198.                 "minInclination": 1.3,
  199.                 "maxInclination": 2.0
  200.               }
  201.             ]
  202.           },
  203.           0.4
  204.         ]
  205.       ],
  206.       [
  207.         [
  208.           {
  209.             "type": "SNOW_BLOCK",
  210.             "data": 0
  211.           },
  212.           1.0
  213.         ]
  214.       ]
  215.     ],
  216.     "oceanBlocks": [
  217.       [
  218.         [
  219.           {
  220.             "type": "ICE",
  221.             "data": 0
  222.           },
  223.           1.0
  224.         ]
  225.       ]
  226.     ],
  227.     "groundBlocks": [
  228.       [
  229.         [
  230.           {
  231.             "type": "ICE",
  232.             "data": 0,
  233.             "inclinationsConditions": [
  234.               {
  235.                 "minInclination": 1.6,
  236.                 "maxInclination": 99.0
  237.               }
  238.             ]
  239.           },
  240.           0.3
  241.         ]
  242.       ],
  243.       [
  244.         [
  245.           {
  246.             "type": "PACKED_ICE",
  247.             "data": 8,
  248.             "inclinationsConditions": [
  249.               {
  250.                 "minInclination": 1.3,
  251.                 "maxInclination": 99.0
  252.               }
  253.             ]
  254.           },
  255.           0.4
  256.         ]
  257.       ],
  258.       [
  259.         [
  260.           {
  261.             "type": "SNOW_BLOCK",
  262.             "data": 0
  263.           },
  264.           1.0
  265.         ]
  266.       ]
  267.     ],
  268.     "beachBlocks": [
  269.       [
  270.         [
  271.           {
  272.             "type": "SAND",
  273.             "data": 0,
  274.             "heightConditions": [
  275.               {
  276.                 "minHeight": 0,
  277.                 "maxHeight": 53
  278.               }
  279.             ]
  280.           },
  281.           1.0
  282.         ]
  283.       ],
  284.       [
  285.         [
  286.           {
  287.             "type": "SAND",
  288.             "data": 0,
  289.             "inclinationsConditions": [
  290.               {
  291.                 "minInclination": 0.0,
  292.                 "maxInclination": 0.5
  293.               }
  294.             ]
  295.           },
  296.           1.0
  297.         ]
  298.       ]
  299.     ],
  300.     "slabBlocks": [
  301.       [
  302.         [
  303.           {
  304.             "type": "SNOW",
  305.             "data": 3,
  306.             "inclinationsConditions": [
  307.               {
  308.                 "minInclination": 1.5,
  309.                 "maxInclination": 99.0
  310.               }
  311.             ]
  312.           },
  313.           0.4
  314.         ],
  315.         [
  316.           {
  317.             "type": "SNOW",
  318.             "data": 1,
  319.             "inclinationsConditions": [
  320.               {
  321.                 "minInclination": 0.0,
  322.                 "maxInclination": 1.7
  323.               }
  324.             ]
  325.           },
  326.           0.02
  327.         ]
  328.       ]
  329.     ],
  330.     "stairBlocks": [],
  331.     "plantBlocks": [
  332.       {},
  333.       {},
  334.       [
  335.         [
  336.           {
  337.             "type": "SUGAR_CANE_BLOCK",
  338.             "data": 0,
  339.             "heightConditions": [
  340.               {
  341.                 "minHeight": 54,
  342.                 "maxHeight": 54
  343.               }
  344.             ]
  345.           },
  346.           0.1
  347.         ],
  348.         [
  349.           {
  350.             "type": "LONG_GRASS",
  351.             "data": 1,
  352.             "inclinationsConditions": [
  353.               {
  354.                 "minInclination": 0.0,
  355.                 "maxInclination": 1.7
  356.               }
  357.             ]
  358.           },
  359.           0.25
  360.         ],
  361.         [
  362.           {
  363.             "type": "DOUBLE_PLANT",
  364.             "data": 0,
  365.             "inclinationsConditions": [
  366.               {
  367.                 "minInclination": 0.0,
  368.                 "maxInclination": 1.7
  369.               }
  370.             ]
  371.           },
  372.           0.001
  373.         ],
  374.         [
  375.           {
  376.             "type": "DOUBLE_PLANT",
  377.             "data": 1,
  378.             "inclinationsConditions": [
  379.               {
  380.                 "minInclination": 0.0,
  381.                 "maxInclination": 1.7
  382.               }
  383.             ]
  384.           },
  385.           0.001
  386.         ],
  387.         [
  388.           {
  389.             "type": "DOUBLE_PLANT",
  390.             "data": 2,
  391.             "inclinationsConditions": [
  392.               {
  393.                 "minInclination": 0.0,
  394.                 "maxInclination": 1.7
  395.               }
  396.             ]
  397.           },
  398.           0.001
  399.         ],
  400.         [
  401.           {
  402.             "type": "DOUBLE_PLANT",
  403.             "data": 3,
  404.             "inclinationsConditions": [
  405.               {
  406.                 "minInclination": 0.0,
  407.                 "maxInclination": 1.7
  408.               }
  409.             ]
  410.           },
  411.           0.001
  412.         ],
  413.         [
  414.           {
  415.             "type": "DOUBLE_PLANT",
  416.             "data": 4,
  417.             "inclinationsConditions": [
  418.               {
  419.                 "minInclination": 0.0,
  420.                 "maxInclination": 1.7
  421.               }
  422.             ]
  423.           },
  424.           0.001
  425.         ],
  426.         [
  427.           {
  428.             "type": "DOUBLE_PLANT",
  429.             "data": 5,
  430.             "inclinationsConditions": [
  431.               {
  432.                 "minInclination": 0.0,
  433.                 "maxInclination": 1.7
  434.               }
  435.             ]
  436.           },
  437.           0.001
  438.         ],
  439.         [
  440.           {
  441.             "type": "RED_ROSE",
  442.             "data": 0,
  443.             "inclinationsConditions": [
  444.               {
  445.                 "minInclination": 0.0,
  446.                 "maxInclination": 1.7
  447.               }
  448.             ]
  449.           },
  450.           0.001
  451.         ],
  452.         [
  453.           {
  454.             "type": "YELLOW_FLOWER",
  455.             "data": 0,
  456.             "inclinationsConditions": [
  457.               {
  458.                 "minInclination": 0.0,
  459.                 "maxInclination": 1.7
  460.               }
  461.             ]
  462.           },
  463.           0.001
  464.         ],
  465.         [
  466.           {
  467.             "type": "RED_ROSE",
  468.             "data": 1,
  469.             "inclinationsConditions": [
  470.               {
  471.                 "minInclination": 0.0,
  472.                 "maxInclination": 1.7
  473.               }
  474.             ]
  475.           },
  476.           0.001
  477.         ],
  478.         [
  479.           {
  480.             "type": "RED_ROSE",
  481.             "data": 2,
  482.             "inclinationsConditions": [
  483.               {
  484.                 "minInclination": 0.0,
  485.                 "maxInclination": 1.7
  486.               }
  487.             ]
  488.           },
  489.           0.001
  490.         ],
  491.         [
  492.           {
  493.             "type": "RED_ROSE",
  494.             "data": 3,
  495.             "inclinationsConditions": [
  496.               {
  497.                 "minInclination": 0.0,
  498.                 "maxInclination": 1.7
  499.               }
  500.             ]
  501.           },
  502.           0.001
  503.         ],
  504.         [
  505.           {
  506.             "type": "RED_ROSE",
  507.             "data": 4,
  508.             "inclinationsConditions": [
  509.               {
  510.                 "minInclination": 0.0,
  511.                 "maxInclination": 1.7
  512.               }
  513.             ]
  514.           },
  515.           0.001
  516.         ],
  517.         [
  518.           {
  519.             "type": "RED_ROSE",
  520.             "data": 5,
  521.             "inclinationsConditions": [
  522.               {
  523.                 "minInclination": 0.0,
  524.                 "maxInclination": 1.7
  525.               }
  526.             ]
  527.           },
  528.           0.001
  529.         ],
  530.         [
  531.           {
  532.             "type": "RED_ROSE",
  533.             "data": 6,
  534.             "inclinationsConditions": [
  535.               {
  536.                 "minInclination": 0.0,
  537.                 "maxInclination": 1.7
  538.               }
  539.             ]
  540.           },
  541.           0.001
  542.         ],
  543.         [
  544.           {
  545.             "type": "RED_ROSE",
  546.             "data": 7,
  547.             "inclinationsConditions": [
  548.               {
  549.                 "minInclination": 0.0,
  550.                 "maxInclination": 1.7
  551.               }
  552.             ]
  553.           },
  554.           0.001
  555.         ],
  556.         [
  557.           {
  558.             "type": "RED_ROSE",
  559.             "data": 8,
  560.             "inclinationsConditions": [
  561.               {
  562.                 "minInclination": 0.0,
  563.                 "maxInclination": 1.7
  564.               }
  565.             ]
  566.           },
  567.           0.001
  568.         ]
  569.       ]
  570.     ],
  571.     "riverBlocks": [
  572.       [
  573.         [
  574.           {
  575.             "type": "SAND",
  576.             "data": 0
  577.           },
  578.           1.0
  579.         ]
  580.       ]
  581.     ]
  582.   },
  583.   "customTrees": [
  584.     {
  585.       "name": "TREES_stoneForest_normal",
  586.       "density": 0.0033333333333333335,
  587.       "size": "MEDIUM",
  588.       "provider": "EWG",
  589.       "type": "TREES",
  590.       "blocksRequiredUnderneath": [
  591.         "GRASS",
  592.         "SNOW_BLOCK"
  593.       ],
  594.       "blacklistedDecoBlocks": [],
  595.       "spawnOnGround": true,
  596.       "overrideExsistingBlocks": false,
  597.       "allowRotation": true,
  598.       "applyPhysics": false,
  599.       "applyAir": false,
  600.       "fixFlyingRoots": true,
  601.       "replaceAir": true,
  602.       "minY": 62,
  603.       "maxY": 113,
  604.       "maxSlope": 0.7,
  605.       "minSlope": 0.0,
  606.       "transitionClearance": -1.0,
  607.       "snapToXGrid": 150,
  608.       "snapToYGrid": 150,
  609.       "gridXOffset": 0,
  610.       "gridYOffset": 0,
  611.       "anchorYOffset": 0
  612.     },
  613.     {
  614.       "name": "TREES_stoneForest_normal_2",
  615.       "density": 0.0033333333333333335,
  616.       "size": "MEDIUM",
  617.       "provider": "EWG",
  618.       "type": "TREES",
  619.       "blocksRequiredUnderneath": [
  620.         "GRASS",
  621.         "SNOW_BLOCK"
  622.       ],
  623.       "blacklistedDecoBlocks": [],
  624.       "spawnOnGround": true,
  625.       "overrideExsistingBlocks": false,
  626.       "allowRotation": true,
  627.       "applyPhysics": false,
  628.       "applyAir": false,
  629.       "fixFlyingRoots": true,
  630.       "replaceAir": true,
  631.       "minY": 62,
  632.       "maxY": 113,
  633.       "maxSlope": 0.7,
  634.       "minSlope": 0.0,
  635.       "transitionClearance": -1.0,
  636.       "snapToXGrid": 150,
  637.       "snapToYGrid": 150,
  638.       "gridXOffset": 0,
  639.       "gridYOffset": 0,
  640.       "anchorYOffset": 0
  641.     },
  642.     {
  643.       "name": "TREES_stoneForest_normal_3",
  644.       "density": 0.0033333333333333335,
  645.       "size": "MEDIUM",
  646.       "provider": "EWG",
  647.       "type": "TREES",
  648.       "blocksRequiredUnderneath": [
  649.         "GRASS",
  650.         "SNOW_BLOCK"
  651.       ],
  652.       "blacklistedDecoBlocks": [],
  653.       "spawnOnGround": true,
  654.       "overrideExsistingBlocks": false,
  655.       "allowRotation": true,
  656.       "applyPhysics": false,
  657.       "applyAir": false,
  658.       "fixFlyingRoots": true,
  659.       "replaceAir": true,
  660.       "minY": 62,
  661.       "maxY": 113,
  662.       "maxSlope": 0.7,
  663.       "minSlope": 0.0,
  664.       "transitionClearance": -1.0,
  665.       "snapToXGrid": 150,
  666.       "snapToYGrid": 150,
  667.       "gridXOffset": 0,
  668.       "gridYOffset": 0,
  669.       "anchorYOffset": 0
  670.     }
  671.   ],
  672.   "customStructures": [],
  673.   "maxEWGObjectsPerChunk": 4,
  674.   "xNoiseModifier": 1.2,
  675.   "yNoiseModifier": 0.7,
  676.   "zNoiseModifier": 1.2,
  677.   "lakeDepth": 0.0,
  678.   "baseHeight": 67,
  679.   "nativeBiomes": [
  680.     {
  681.       "nativeBiome": "ICE_MOUNTAINS",
  682.       "chance": 1.0
  683.     }
  684.   ],
  685.   "entitySettings": {},
  686.   "groundBlockSettings": {
  687.     "layers": [
  688.       {
  689.         "maxAmplitude": 10,
  690.         "minAmplitude": 5,
  691.         "xScale": 30,
  692.         "zScale": 30,
  693.         "minWidth": 4,
  694.         "maxWidth": 5,
  695.         "groundMaterials": [
  696.           {
  697.             "material": "DIRT",
  698.             "data": 0,
  699.             "chance": 1.0
  700.           }
  701.         ]
  702.       },
  703.       {
  704.         "maxAmplitude": 10,
  705.         "minAmplitude": 5,
  706.         "xScale": 30,
  707.         "zScale": 30,
  708.         "minWidth": 13,
  709.         "maxWidth": 14,
  710.         "groundMaterials": [
  711.           {
  712.             "material": "COBBLESTONE",
  713.             "data": 0,
  714.             "chance": 1.0
  715.           }
  716.         ]
  717.       }
  718.     ],
  719.     "repeat": true
  720.   },
  721.   "groundMaterials": [
  722.     {
  723.       "material": "STONE",
  724.       "data": 0,
  725.       "chance": 1.0
  726.     }
  727.   ]
  728. }