9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
This commit is contained in:
Daniel Mills
2021-07-23 08:56:57 -04:00
parent ed0313365b
commit 27422d569b
48 changed files with 332 additions and 764 deletions

View File

@@ -39,9 +39,7 @@
},
"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": {
@@ -55,13 +53,11 @@
},
"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": [
{
@@ -71,11 +67,7 @@
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [
{
"block": "granite"
}
],
"palette": [{"block": "granite"}],
"varience": 2
},
{
@@ -85,11 +77,7 @@
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [
{
"block": "andesite"
}
],
"palette": [{"block": "andesite"}],
"varience": 2
},
{
@@ -99,11 +87,7 @@
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [
{
"block": "diorite"
}
],
"palette": [{"block": "diorite"}],
"varience": 2
},
{
@@ -113,11 +97,7 @@
"minPerChunk": 1,
"minSize": 25,
"maxSize": 25,
"palette": [
{
"block": "gravel"
}
],
"palette": [{"block": "gravel"}],
"varience": 2
},
{
@@ -127,11 +107,7 @@
"minPerChunk": 128,
"minSize": 8,
"maxSize": 4,
"palette": [
{
"block": "deepslate"
}
],
"palette": [{"block": "deepslate"}],
"varience": 4
},
{
@@ -142,30 +118,14 @@
"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
},
@@ -176,11 +136,7 @@
"minPerChunk": 0,
"minSize": 3,
"maxSize": 6,
"palette": [
{
"block": "diamond_ore"
}
],
"palette": [{"block": "diamond_ore"}],
"varience": 5
},
{
@@ -190,14 +146,10 @@
"minPerChunk": 3,
"minSize": 6,
"maxSize": 10,
"palette": [
{
"data": {
"lit": false
},
"block": "redstone_ore"
}
],
"palette": [{
"data": {"lit": false},
"block": "redstone_ore"
}],
"varience": 7
},
{
@@ -207,11 +159,7 @@
"minPerChunk": 1,
"minSize": 3,
"maxSize": 5,
"palette": [
{
"block": "gold_ore"
}
],
"palette": [{"block": "gold_ore"}],
"varience": 3
},
{
@@ -221,11 +169,7 @@
"minPerChunk": 2,
"minSize": 3,
"maxSize": 8,
"palette": [
{
"block": "lapis_ore"
}
],
"palette": [{"block": "lapis_ore"}],
"varience": 5
},
{
@@ -235,11 +179,7 @@
"minPerChunk": 8,
"minSize": 4,
"maxSize": 8,
"palette": [
{
"block": "iron_ore"
}
],
"palette": [{"block": "iron_ore"}],
"varience": 7
},
{
@@ -249,11 +189,7 @@
"minPerChunk": 8,
"minSize": 4,
"maxSize": 9,
"palette": [
{
"block": "copper_ore"
}
],
"palette": [{"block": "copper_ore"}],
"varience": 7
},
{
@@ -263,11 +199,7 @@
"minPerChunk": 9,
"minSize": 6,
"maxSize": 10,
"palette": [
{
"block": "coal_ore"
}
],
"palette": [{"block": "coal_ore"}],
"varience": 9
}
],
@@ -338,34 +270,28 @@
},
"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,
@@ -408,12 +334,8 @@
"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": {
@@ -446,4 +368,4 @@
}
}
]
}
}