9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/dimensions/overworld.json
2021-07-16 15:41:21 -07:00

370 lines
10 KiB
JSON

{
"version": 2,
"OVERWORLD-VERSION": 3.134,
"name": "Overworld",
"environment": "NORMAL",
"fluidHeight": 63,
"CONTINENTS": "Continent settings containing placement of the continents.",
"continentZoom": 1,
"landChance": 0.69,
"biomeZoom": 7,
"continentalStyle": {
"style": "CELLULAR_HEIGHT_IRIS_DOUBLE",
"zoom": 12.925,
"exponent": 10.1
},
"REGIONS": "Contains the list of regions and their placement style",
"regionZoom": 7,
"regions": [
"mushroom",
"swamp",
"ocean",
"tundra",
"temperate",
"frozen",
"hot",
"tropical",
"mesa"
],
"regionStyle": {
"style": "NOWHERE_CELLULAR",
"zoom": 1,
"fracture": {
"multiplier": 18,
"maxFractureAccuracy": true,
"style": "FRACTAL_SMOKE",
"zoom": 1
}
},
"islandBiomeChanceStyle": {
"style": "NOWHERE_CELLULAR",
"zoom": 5
},
"SEAS": "Sea settings (for the biomes that are oceans).",
"seaZoom": 1.25,
"seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"},
"LAND": "Land settings (for the biomes that are non-ocean).",
"landZoom": 3.2,
"landBiomeStyle": {
"style": "NOWHERE_FRACTAL",
"zoom": 3
},
"LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.",
"lootTries": 32,
"loot": {"tables": [
"global-treasure",
"global-tools",
"global-clutter"
]},
"ORES": "All settings in regards to deposits. Contains the ores spawning in your world.",
"deposits": [
{
"minHeight": 19,
"maxPerChunk": 4,
"maxHeight": 150,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "granite"}],
"varience": 2
},
{
"minHeight": 19,
"maxPerChunk": 4,
"maxHeight": 150,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "andesite"}],
"varience": 2
},
{
"minHeight": 19,
"maxPerChunk": 4,
"maxHeight": 150,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "diorite"}],
"varience": 2
},
{
"minHeight": 19,
"maxPerChunk": 4,
"maxHeight": 150,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "gravel"}],
"varience": 2
},
{
"minHeight": 5,
"maxPerChunk": 128,
"maxHeight": 13,
"minPerChunk": 128,
"minSize": 8,
"maxSize": 4,
"palette": [{"block": "deepslate"}],
"varience": 4
},
{
"minHeight": 5,
"maxPerChunk": 5,
"maxHeight": 13,
"minPerChunk": 5,
"minSize": 8,
"maxSize": 4,
"palette": [
{"block": "deepslate_copper_ore"},
{"block": "deepslate_diamond_ore"},
{"block": "deepslate_emerald_ore"},
{"block": "deepslate_gold_ore"},
{"block": "deepslate_iron_ore"},
{"block": "deepslate_coal_ore"},
{"block": "deepslate_redstone_ore"},
{"block": "deepslate_lapis_ore"}
],
"varience": 4
},
{
"minHeight": 2,
"maxPerChunk": 3,
"maxHeight": 30,
"minPerChunk": 0,
"minSize": 3,
"maxSize": 6,
"palette": [{"block": "diamond_ore"}],
"varience": 5
},
{
"minHeight": 4,
"maxPerChunk": 9,
"maxHeight": 40,
"minPerChunk": 3,
"minSize": 6,
"maxSize": 10,
"palette": [{
"data": {"lit": false},
"block": "redstone_ore"
}],
"varience": 7
},
{
"minHeight": 3,
"maxPerChunk": 2,
"maxHeight": 67,
"minPerChunk": 1,
"minSize": 3,
"maxSize": 5,
"palette": [{"block": "gold_ore"}],
"varience": 3
},
{
"minHeight": 3,
"maxPerChunk": 4,
"maxHeight": 29,
"minPerChunk": 2,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "lapis_ore"}],
"varience": 5
},
{
"minHeight": 1,
"maxPerChunk": 12,
"maxHeight": 120,
"minPerChunk": 8,
"minSize": 4,
"maxSize": 8,
"palette": [{"block": "iron_ore"}],
"varience": 7
},
{
"minHeight": 1,
"maxPerChunk": 10,
"maxHeight": 64,
"minPerChunk": 8,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "copper_ore"}],
"varience": 7
},
{
"minHeight": 1,
"maxPerChunk": 10,
"maxHeight": 175,
"minPerChunk": 9,
"minSize": 6,
"maxSize": 10,
"palette": [{"block": "coal_ore"}],
"varience": 9
}
],
"CAVES": "All settings in regards to caves. Contains a toggle and the cave carve layers.",
"caves": true,
"caveLayers": [
{
"canBreakSurface": true,
"caveThickness": 0.48,
"caveZoom": 0.7,
"horizontalSlope": {
"min": -40,
"max": 60,
"generator": {
"style": "SIMPLEX",
"zoom": 2
}
},
"verticalSlope": {
"min": 10,
"max": 110,
"generator": {
"style": "SIMPLEX",
"zoom": 4
}
}
},
{
"canBreakSurface": false,
"caveThickness": 0.5,
"caveZoom": 0.7,
"horizontalSlope": {
"min": -40,
"max": 30,
"generator": {
"style": "IRIS",
"zoom": 2
}
},
"verticalSlope": {
"min": 60,
"max": 255,
"generator": {
"style": "IRIS",
"zoom": 4
}
}
},
{
"canBreakSurface": false,
"caveThickness": 0.1,
"caveZoom": 0.7,
"horizontalSlope": {
"min": -40,
"max": 50,
"generator": {
"style": "PERLIN",
"zoom": 2
}
},
"verticalSlope": {
"min": -40,
"max": 80,
"generator": {
"style": "PERLIN",
"zoom": 2
}
},
"fluid": {
"fluidHeight": 12,
"fluidType": {"block": "lava"}
}
}
],
"caveBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"CAVERNS//CARVING": "Carving layers that cut off certain parts of the world",
"carving": true,
"carveLayers": [{
"style": {
"style": "PERLIN_IRIS_HALF",
"zoom": 0.2,
"fracture": {
"multiplier": 5,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
},
"fullPercent": 0.01,
"threshold": 0.68,
"minHeight": -50,
"maxHeight": 110
}],
"RAVINES": "Settings regarding ravines. Iris does not know when and where they spawn, so it may look weird (with cave fluids)",
"ravines": false,
"ravineRarity": 500,
"ravineRibRarity": 3,
"OTHER": "Other settings you probably should not touch.",
"aggressiveBiomeReshuffle": true,
"coordFractureDistance": 926,
"coordFractureZoom": 0.15,
"dimensionAngleDeg": 69,
"preventLeafDecay": true,
"postProcessCaves": true,
"postProcessing": true,
"placeObjects": true,
"terrainZoom": 1,
"stronghold": "stronghold",
"decorate": true,
"entitySpawnOverrides": [
{
"cancelSourceSpawn": true,
"entity": "fred",
"rarity": 60,
"trigger": "VEX"
},
{
"cancelSourceSpawn": true,
"entity": "fred",
"rarity": 260,
"trigger": "PANDA"
},
{
"cancelSourceSpawn": true,
"entity": "dan",
"rarity": 250,
"trigger": "CREEPER"
},
{
"cancelSourceSpawn": true,
"entity": "phantomapi",
"rarity": 70,
"trigger": "PHANTOM"
}
],
"skylandBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"islandBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"shoreBiomeStyle": {
"style": "CELLULAR",
"fracture": {
"multiplier": 18,
"maxFractureAccuracy": true,
"style": "FRACTAL_WATER",
"zoom": 0.255,
"fracture": {
"maxFractureAccuracy": true,
"style": "STATIC",
"multiplier": 4
}
}
},
"overlayNoise": [
{
"min": 0,
"max": 6,
"generator": {
"style": "FRACTAL_WATER",
"zoom": 8
}
},
{
"min": 0,
"max": 6,
"generator": {
"style": "IRIS_DOUBLE",
"zoom": 1.1
}
}
]
}