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
Brian Fopiano 64dfad6f13 Added the deepslate to the regions
I did not make it jigsaw for the sheer amount of deep-slate i needed to add
2021-06-23 19:57:32 -07:00

477 lines
12 KiB
JSON

{
"version": 2,
"name": "Overworld",
"environment": "NORMAL",
"fluidHeight": 63,
"CONTINENTS": "Continent settings containing placement of the continents.",
"continentZoom": 1,
"landChance": 0.69,
"biomeZoom": 8,
"continentalStyle": {
"style": "CELLULAR_HEIGHT_IRIS_DOUBLE",
"zoom": 12.925,
"exponent": 10.1
},
"REGIONS": "Contains the list of regions and their placement style",
"regionZoom": 20,
"regions": [
"mushroom",
"swamp",
"mountain",
"ocean",
"tropical-mountain",
"savanna",
"tundra",
"temperate",
"frozen",
"hot",
"tropical",
"mesa",
"ocean"
],
"regionStyle": {
"style": "CELLULAR_IRIS_DOUBLE",
"fracture": {
"multiplier": 18,
"maxFractureAccuracy": true,
"style": "FRACTAL_WATER",
"zoom": 0.255,
"fracture": {
"maxFractureAccuracy": true,
"style": "STATIC",
"multiplier": 4
}
}
},
"SEAS": "Sea settings (for the biomes that are oceans).",
"seaZoom": 1.25,
"seaBiomeStyle": {
"style": "CELLULAR_IRIS_DOUBLE"
},
"LAND": "Land settings (for the biomes that are non-ocean).",
"landZoom": 3.15,
"landBiomeStyle": {
"style": "CELLULAR",
"fracture": {
"multiplier": 18,
"maxFractureAccuracy": true,
"style": "FRACTAL_WATER",
"zoom": 0.255,
"fracture": {
"maxFractureAccuracy": true,
"style": "STATIC",
"multiplier": 4
}
}
},
"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": 0,
"maxPerChunk": 2,
"maxHeight": 13,
"minPerChunk": 0,
"minSize": 5,
"maxSize": 10,
"palette": [
{
"block": "deepslate"
}
],
"varience": 2
},
{
"minHeight": 0,
"maxPerChunk": 4,
"maxHeight": 28,
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
],
"varience": 2
},
{
"minHeight": 2,
"maxPerChunk": 3,
"maxHeight": 30,
"minPerChunk": 0,
"minSize": 3,
"maxSize": 6,
"palette": [
{
"block": "diamond_ore"
}
],
"varience": 5
},
{
"minHeight": 4,
"maxPerChunk": 5,
"maxHeight": 40,
"minPerChunk": 2,
"minSize": 5,
"maxSize": 8,
"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": 12,
"maxHeight": 64,
"minPerChunk": 4,
"minSize": 4,
"maxSize": 8,
"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"
},
"CARVING": "Carving layers that cut off certain parts of the world",
"carving": true,
"carveLayers": [
{
"style": {
"style": "IRIS_DOUBLE",
"zoom": 1,
"fracture": {
"multiplier": 5,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
},
"fullPercent": 0.01,
"threshold": 0.75,
"minHeight": -40,
"maxHeight": 100
},
{
"style": {
"style": "PERLIN_IRIS_HALF",
"zoom": 0.3,
"fracture": {
"multiplier": 5,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
},
"fullPercent": 0.5,
"threshold": 0.68,
"minHeight": -50,
"maxHeight": 100
}
],
"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
}
}
]
}