9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/iris.overworld/dimensions/overworld.json
Daniel Mills 63a47fb59c The creeps
2020-07-29 03:55:09 -04:00

258 lines
6.4 KiB
JSON

{
"environment": "NORMAL",
"regions": [
"temperate",
"tundra",
"tropical",
"hot",
"swamp",
"frozen"
],
"decorate": true,
"caves": true,
"placeObjects": true,
"postProcessing": true,
"mirrorCeiling": false,
"focus": "",
"fluidHeight": 99,
"biomeZoom": 0.97,
"regionZoom": 3.7,
"continentZoom": 1,
"dimensionAngleDeg": 19,
"terrainZoom": 1,
"landZoom": 2.25,
"shoreZoom": 1.7,
"seaZoom": 4.25,
"preventLeafDecay": true,
"interpolationFunction": "BICUBIC",
"interpolationScale": 12,
"hermiteTension": 0.00001,
"hermiteBias": 0.5,
"roughnessHeight": 0,
"coordFractureZoom": 0.45,
"coordFractureDistance": 126,
"roughnessZoom": 1,
"caveScale": 1,
"caveShift": -13,
"postProcessors": [
{
"phase": 0,
"processor": "nib-smoother"
},
{
"phase": 0,
"processor": "floating-block-remover"
},
{
"phase": 0,
"processor": "pothole-filler"
},
{
"phase": 0,
"processor": "wall-painter"
},
{
"phase": 0,
"processor": "slabber"
},
{
"phase": 1,
"processor": "waterlogger"
}
],
"deposits": [
{
"minHeight": 19,
"maxHeight": 110,
"minSize": 22,
"maxSize": 35,
"minPerChunk": 4,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 45,
"maxHeight": 103,
"minSize": 19,
"maxSize": 24,
"minPerChunk": 4,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"GRAVEL"
]
},
{
"minHeight": 25,
"maxHeight": 52,
"minSize": 19,
"maxSize": 24,
"minPerChunk": 4,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"ANDESITE"
]
},
{
"minHeight": 35,
"maxHeight": 62,
"minSize": 19,
"maxSize": 24,
"minPerChunk": 4,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"GRANITE"
]
},
{
"minHeight": 45,
"maxHeight": 72,
"minSize": 19,
"maxSize": 24,
"minPerChunk": 4,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"DIORITE"
]
},
{
"minHeight": 2,
"maxHeight": 18,
"minSize": 2,
"maxSize": 6,
"minPerChunk": 2,
"maxPerChunk": 5,
"varience": 4,
"palette": [
"DIAMOND_ORE"
]
},
{
"minHeight": 4,
"maxHeight": 24,
"minSize": 5,
"maxSize": 9,
"minPerChunk": 4,
"maxPerChunk": 6,
"varience": 7,
"palette": [
"minecraft:redstone_ore[lit=false]"
]
},
{
"minHeight": 3,
"maxHeight": 57,
"minSize": 1,
"maxSize": 2,
"minPerChunk": 1,
"maxPerChunk": 2,
"varience": 3,
"palette": [
"GOLD_ORE"
]
},
{
"minHeight": 3,
"maxHeight": 30,
"minSize": 3,
"maxSize": 8,
"minPerChunk": 0,
"maxPerChunk": 2,
"varience": 5,
"palette": [
"LAPIS_ORE"
]
},
{
"minHeight": 1,
"maxHeight": 122,
"minSize": 6,
"maxSize": 9,
"minPerChunk": 5,
"maxPerChunk": 8,
"varience": 7,
"palette": [
"IRON_ORE"
]
},
{
"minHeight": 1,
"maxHeight": 145,
"minSize": 9,
"maxSize": 12,
"minPerChunk": 6,
"maxPerChunk": 10,
"varience": 9,
"palette": [
"COAL_ORE"
]
}
],
"mutations":[
{
"sideA": [
"^hot",
"!*hot-mesa"
],
"sideB": [
"*tropical-rainforest"
],
"radius": 12,
"checks": 1,
"objects": [
{
"chance": 0.8,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [
{
"find": "JUNGLE_LEAVES",
"replace": "AIR"
},
{
"find": "BIRCH_LEAVES",
"replace": "AIR"
},
{
"find": "JUNGLE_WOOD",
"replace": "STRIPPED_SPRUCE_WOOD"
},
{
"find": "OAK_WOOD",
"replace": "ACACIA_WOOD"
}
],
"place": [
"jungle-remade/jcoco-2",
"jungle-remade/jcoco-3",
"jungle-remade/jcoco-4",
"jungle-remade/jcoco-5",
"jungle-remade/j6",
"jungle-remade/j7",
"jungle-remade/j8",
"jungle-remade/j9",
"jungle-remade/j11",
"jungle-remade/j12",
"jungle-remade/j13"
]
}
]
}
]
}