9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Tweak biome fracturing & styles

This commit is contained in:
Daniel Mills
2021-07-21 09:06:15 -04:00
parent 68592ea7e6
commit 61c9b8a6a2
2 changed files with 141 additions and 58 deletions

View File

@@ -127,14 +127,9 @@
}
],
"childStyle": {
"style": "GLOB",
"style": "NOWHERE_CELLULAR",
"zoom": 1.2,
"exponent": 1.3,
"fracture": {
"style": "CELLULAR",
"zoom": 0.05,
"multiplier": 2
}
"exponent": 1.3
},
"childShrinkFactor": 1,
"decorators": [{

View File

@@ -14,7 +14,7 @@
"exponent": 10.1
},
"REGIONS": "Contains the list of regions and their placement style",
"regionZoom": 7,
"regionZoom": 7.25,
"regions": [
"mushroom",
"swamp",
@@ -27,6 +27,11 @@
],
"regionStyle": {
"style": "NOWHERE_CELLULAR",
"fracture": {
"style": "NOWHERE",
"zoom": 0.115,
"multiplier": 16
},
"zoom": 1
},
"islandBiomeChanceStyle": {
@@ -35,20 +40,29 @@
},
"SEAS": "Sea settings (for the biomes that are oceans).",
"seaZoom": 1.25,
"seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"},
"seaBiomeStyle": {
"style": "FRACTAL_FBM_IRIS"
},
"LAND": "Land settings (for the biomes that are non-ocean).",
"landZoom": 3.2,
"landBiomeStyle": {
"style": "NOWHERE_FRACTAL",
"style": "NOWHERE_CELLULAR",
"fracture": {
"style": "NOWHERE",
"zoom": 0.03,
"multiplier": 12
},
"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"
]},
"loot": {
"tables": [
"global-treasure",
"global-tools",
"global-clutter"
]
},
"ORES": "All settings in regards to deposits. Contains the ores spawning in your world.",
"deposits": [
{
@@ -58,7 +72,11 @@
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "granite"}],
"palette": [
{
"block": "granite"
}
],
"varience": 2
},
{
@@ -68,7 +86,11 @@
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "andesite"}],
"palette": [
{
"block": "andesite"
}
],
"varience": 2
},
{
@@ -78,7 +100,11 @@
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "diorite"}],
"palette": [
{
"block": "diorite"
}
],
"varience": 2
},
{
@@ -88,7 +114,11 @@
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [{"block": "gravel"}],
"palette": [
{
"block": "gravel"
}
],
"varience": 2
},
{
@@ -98,7 +128,11 @@
"minPerChunk": 128,
"minSize": 8,
"maxSize": 4,
"palette": [{"block": "deepslate"}],
"palette": [
{
"block": "deepslate"
}
],
"varience": 4
},
{
@@ -109,14 +143,30 @@
"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"}
{
"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
},
@@ -127,7 +177,11 @@
"minPerChunk": 0,
"minSize": 3,
"maxSize": 6,
"palette": [{"block": "diamond_ore"}],
"palette": [
{
"block": "diamond_ore"
}
],
"varience": 5
},
{
@@ -137,10 +191,14 @@
"minPerChunk": 3,
"minSize": 6,
"maxSize": 10,
"palette": [{
"data": {"lit": false},
"block": "redstone_ore"
}],
"palette": [
{
"data": {
"lit": false
},
"block": "redstone_ore"
}
],
"varience": 7
},
{
@@ -150,7 +208,11 @@
"minPerChunk": 1,
"minSize": 3,
"maxSize": 5,
"palette": [{"block": "gold_ore"}],
"palette": [
{
"block": "gold_ore"
}
],
"varience": 3
},
{
@@ -160,7 +222,11 @@
"minPerChunk": 2,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "lapis_ore"}],
"palette": [
{
"block": "lapis_ore"
}
],
"varience": 5
},
{
@@ -170,7 +236,11 @@
"minPerChunk": 8,
"minSize": 4,
"maxSize": 8,
"palette": [{"block": "iron_ore"}],
"palette": [
{
"block": "iron_ore"
}
],
"varience": 7
},
{
@@ -180,7 +250,11 @@
"minPerChunk": 8,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "copper_ore"}],
"palette": [
{
"block": "copper_ore"
}
],
"varience": 7
},
{
@@ -190,7 +264,11 @@
"minPerChunk": 9,
"minSize": 6,
"maxSize": 10,
"palette": [{"block": "coal_ore"}],
"palette": [
{
"block": "coal_ore"
}
],
"varience": 9
}
],
@@ -261,28 +339,34 @@
},
"fluid": {
"fluidHeight": 12,
"fluidType": {"block": "lava"}
"fluidType": {
"block": "lava"
}
}
}
],
"caveBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"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": "PERLIN",
"zoom": 0.5
}
},
"fullPercent": 0.01,
"threshold": 0.68,
"minHeight": -50,
"maxHeight": 110
}],
"carveLayers": [
{
"style": {
"style": "PERLIN_IRIS_HALF",
"zoom": 0.2,
"fracture": {
"multiplier": 5,
"style": "PERLIN",
"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,
@@ -325,8 +409,12 @@
"trigger": "PHANTOM"
}
],
"skylandBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"islandBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"skylandBiomeStyle": {
"style": "CELLULAR_IRIS_DOUBLE"
},
"islandBiomeStyle": {
"style": "CELLULAR_IRIS_DOUBLE"
},
"shoreBiomeStyle": {
"style": "CELLULAR",
"fracture": {
@@ -359,4 +447,4 @@
}
}
]
}
}