mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
format
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {"style": "STATIC"},
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
@@ -30,77 +32,121 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"wall":
|
||||
{
|
||||
"style": {"style": "STATIC"},
|
||||
"wall": {
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"palette": [
|
||||
"STONE",
|
||||
"ANDESITE",
|
||||
"STONE"
|
||||
]
|
||||
},
|
||||
"children":[
|
||||
"children": [
|
||||
"temperate-highlands"
|
||||
],
|
||||
"decorators": [
|
||||
{
|
||||
"zoom": 0.02,
|
||||
"chance": 0.003,
|
||||
"palette": ["WITHER_ROSE", "OXEYE_DAISY", "PINK_TULIP", "LILY_OF_THE_VALLEY"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
"palette": [
|
||||
"WITHER_ROSE",
|
||||
"OXEYE_DAISY",
|
||||
"PINK_TULIP",
|
||||
"LILY_OF_THE_VALLEY"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.1,
|
||||
"chance": 0.02,
|
||||
"palette": ["SUNFLOWER", "DANDELION", "POPPY", "ROSE_BUSH"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
"palette": [
|
||||
"SUNFLOWER",
|
||||
"DANDELION",
|
||||
"POPPY",
|
||||
"ROSE_BUSH"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.2,
|
||||
"chance": 0.22,
|
||||
"palette": ["LARGE_FERN", "TALL_GRASS"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
},
|
||||
"palette": [
|
||||
"LARGE_FERN",
|
||||
"TALL_GRASS"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.42,
|
||||
"palette": ["GRASS", "FERN"],
|
||||
"style": {"style": "STATIC"},
|
||||
"variance": {"style": "STATIC"}
|
||||
}
|
||||
,
|
||||
{
|
||||
"palette": [
|
||||
"GRASS",
|
||||
"FERN"
|
||||
],
|
||||
"style": {
|
||||
"style": "STATIC"
|
||||
},
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.5,
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
"minecraft:potatoes[age=7]"
|
||||
],
|
||||
"style": {"style": "IRIS"},
|
||||
"variance": {"style": "IRIS"}
|
||||
},
|
||||
{
|
||||
"style": {
|
||||
"style": "IRIS"
|
||||
},
|
||||
"variance": {
|
||||
"style": "IRIS"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.5,
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
"minecraft:carrots[age=7]"
|
||||
],
|
||||
"style": {"style": "IRIS"},
|
||||
"variance": {"style": "IRIS"}
|
||||
},
|
||||
{
|
||||
"style": {
|
||||
"style": "IRIS"
|
||||
},
|
||||
"variance": {
|
||||
"style": "IRIS"
|
||||
}
|
||||
},
|
||||
{
|
||||
"zoom": 0.5,
|
||||
"chance": 0.05,
|
||||
"palette": [
|
||||
"minecraft:beetroots[age=7]"
|
||||
],
|
||||
"style": {"style": "IRIS"},
|
||||
"variance": {"style": "IRIS"}
|
||||
}
|
||||
"style": {
|
||||
"style": "IRIS"
|
||||
},
|
||||
"variance": {
|
||||
"style": "IRIS"
|
||||
}
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
"generators": [
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 4,
|
||||
@@ -108,7 +154,9 @@
|
||||
}
|
||||
],
|
||||
"derivative": "PLAINS",
|
||||
"biomeStyle": {"style": "IRIS"},
|
||||
"biomeStyle": {
|
||||
"style": "IRIS"
|
||||
},
|
||||
"biomeZoom": 40,
|
||||
"biomeScatter": [
|
||||
"FOREST",
|
||||
|
||||
Reference in New Issue
Block a user