mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
Birch Ponderosa
This commit is contained in:
23
iris.development.brian/biomes/beach-dan.json
Normal file
23
iris.development.brian/biomes/beach-dan.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "Beach",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"SAND"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"derivative": "BEACH",
|
||||
"heightExponent": 1,
|
||||
"highHeight": 2,
|
||||
"lowHeight": -1
|
||||
}
|
||||
30
iris.development.brian/biomes/ocean-dan.json
Normal file
30
iris.development.brian/biomes/ocean-dan.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Ocean",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"SAND"
|
||||
]
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"derivative": "OCEAN",
|
||||
"heightExponent": 1,
|
||||
"highHeight": 0,
|
||||
"lowHeight": -32
|
||||
}
|
||||
39
iris.development.brian/biomes/plains-dan.json
Normal file
39
iris.development.brian/biomes/plains-dan.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "Plains",
|
||||
"auxiliaryGenerators":[
|
||||
{
|
||||
"zoom": 3,
|
||||
"offsetX": 0,
|
||||
"offsetZ": 0,
|
||||
"seed": 1337,
|
||||
"min": 0,
|
||||
"max": 3
|
||||
}
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
"palette": [
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"derivative": "PLAINS",
|
||||
"heightFrequency": 0.2,
|
||||
"heightExponent": 1,
|
||||
"highHeight": 6,
|
||||
"lowHeight": 3
|
||||
}
|
||||
39
iris.development.brian/biomes/test-dan.json
Normal file
39
iris.development.brian/biomes/test-dan.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "Test",
|
||||
"auxiliaryGenerators":[
|
||||
{
|
||||
"zoom": 3,
|
||||
"offsetX": 0,
|
||||
"offsetZ": 0,
|
||||
"seed": 1337,
|
||||
"min": 0,
|
||||
"max": 3
|
||||
}
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
"palette": [
|
||||
"STONE"
|
||||
]
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"derivative": "PLAINS",
|
||||
"heightFrequency": 0.2,
|
||||
"heightExponent": 1,
|
||||
"highHeight": 6,
|
||||
"lowHeight": 3
|
||||
}
|
||||
15
iris.development.brian/regions/dan.json
Normal file
15
iris.development.brian/regions/dan.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Temperate",
|
||||
"shoreRatio": 0.05,
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"landBiomes": [
|
||||
"plains-dan",
|
||||
"test-dan"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"ocean-dan"
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"beach-dan"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user