9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

O_o TILTED o_O

This commit is contained in:
Brian Fopiano
2020-07-26 22:50:52 -07:00
parent 04781e69d6
commit 85e890c9a8
6 changed files with 15 additions and 144 deletions

View File

@@ -9,13 +9,6 @@
"biomeDispersion": "SCATTER",
"derivative": "THE_VOID",
"deposits": [],
"slab": {
"minHeight": 1,
"terrainZoom": 5,
"maxHeight": 1,
"palette": [],
"dispersion": "SCATTER"
},
"children": [],
"decorators": [],
"name": "A Biome",
@@ -68,9 +61,6 @@
## children
> List any biome names (file names without.json) here as children. Portions of this biome can sometimes morph into their children. Iris supports cyclic relationships such as A > B > A > B. Iris will stop checking 9 biomes down the tree.
## slab
> The default slab if iris decides to place a slab in this biome. Default is no slab.
## layers
> This defines the layers of materials in this biome. Each layer has a palette and min/max height and some other properties. Usually a grassy/sandy layer then a dirt layer then a stone layer. Iris will fill in the remaining blocks below your layers with stone.

View File

@@ -2,7 +2,6 @@
> Represents a dimension
```json
{
"decorate": true,
"landZoom": 1,
"regions": [],
"seaZoom": 1,
@@ -11,7 +10,6 @@
"rockPalette": ["STONE"],
"interpolationScale": 63,
"focus": "",
"carving": true,
"continentZoom": 1,
"rockZoom": 5,
"roughnessZoom": 2,
@@ -20,7 +18,6 @@
"coordFractureZoom": 8,
"fluidHeight": 63,
"coordFractureDistance": 20,
"postProcess": true,
"ceiling": "",
"caveThickness": 1,
"fluidPalette": ["WATER"],
@@ -62,15 +59,6 @@
## caves
> Generate caves or not.
## carving
> Carve terrain or not
## decorate
> Generate decorations or not
## postProcess
> Use post processing features. Usually for production only as there is a gen speed cost.
## ceiling
> The ceiling dimension. Leave blank for normal sky.

View File

@@ -147,27 +147,6 @@
{
"chance": 0.625,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": -12,
"max": 12,
"interval": 1,
"enabled": true
},
"zAxis": {
"min": -12,
"max": 12,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"pine/pine1",
"pine/pine2",

View File

@@ -143,29 +143,8 @@
}
},
{
"chance": 0.625,
"chance": 0.825,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": -12,
"max": 12,
"interval": 1,
"enabled": true
},
"zAxis": {
"min": -12,
"max": 12,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"pine/pine1",
"pine/pine2",

View File

@@ -67,22 +67,22 @@
"enabled": true
},
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9",
"pine/pine10",
"pine/pine11",
"pine/pine12"
"pine/sup-pine-1",
"pine/sup-pine-2",
"pine/sup-pine-3",
"pine/sup-pine-4",
"pine/sup-pine-5",
"pine/sup-pine-6",
"pine/sup-pine-7",
"pine/sup-pine-8",
"pine/sup-pine-9",
"pine/sup-pine-10",
"pine/sup-pine-11",
"pine/sup-pine-12"
],
"translate": {
"x": 0,
"y": 0,
"y": -3,
"z": 0
}
},
@@ -140,51 +140,6 @@
"y": 0,
"z": 0
}
},
{
"chance": 0.625,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": -12,
"max": 12,
"interval": 1,
"enabled": true
},
"zAxis": {
"min": -12,
"max": 12,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9",
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"decorators": [

View File

@@ -64,7 +64,7 @@
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
"enabled": false
},
"enabled": true
},
@@ -131,26 +131,6 @@
"enabled": true
},
"enabled": true
},
"place": [
"pine/pine1",
"pine/pine2",
"pine/pine3",
"pine/pine4",
"pine/pine5",
"pine/pine6",
"pine/pine7",
"pine/pine8",
"pine/pine9",
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],