mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 19:59:10 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -16,8 +16,12 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"derivative": "BEACH",
|
||||
"heightExponent": 1,
|
||||
"highHeight": 2,
|
||||
"lowHeight": -1
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": -1,
|
||||
"max": 1
|
||||
}
|
||||
],
|
||||
"derivative": "JUNGLE_EDGE"
|
||||
}
|
||||
@@ -1,63 +0,0 @@
|
||||
{
|
||||
"children": ["another_biome"],
|
||||
"decorators": [{
|
||||
"zoom": 1,
|
||||
"palette": ["GRASS"],
|
||||
"dispersion": "SCATTER",
|
||||
"iterations": 5
|
||||
}],
|
||||
"objects": [{
|
||||
"chance": 1,
|
||||
"density": 1,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"xAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 0,
|
||||
"enabled": false
|
||||
},
|
||||
"zAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 0,
|
||||
"enabled": false
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"schematic1",
|
||||
"schematic2"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
}],
|
||||
"name": "A Biome",
|
||||
"layers": [{
|
||||
"minHeight": 1,
|
||||
"terrainZoom": 5,
|
||||
"maxHeight": 1,
|
||||
"palette": ["GRASS_BLOCK"],
|
||||
"dispersion": "SCATTER"
|
||||
}],
|
||||
"childShrinkFactor": 1.5,
|
||||
"derivative": "THE_VOID",
|
||||
"auxiliaryGenerators": [{
|
||||
"offsetX": 0,
|
||||
"offsetZ": 0,
|
||||
"min": 0,
|
||||
"seed": 0,
|
||||
"max": 10,
|
||||
"zoom": 1
|
||||
}],
|
||||
"highHeight": 3,
|
||||
"lowHeight": 1
|
||||
}
|
||||
27
dev.brian/biomes/land.json
Normal file
27
dev.brian/biomes/land.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Land",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"GRASS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
],
|
||||
"derivative": "JUNGLE_EDGE"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Ocean",
|
||||
"name": "Sea",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
@@ -8,23 +8,20 @@
|
||||
"SAND"
|
||||
]
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"derivative": "OCEAN",
|
||||
"heightExponent": 1,
|
||||
"highHeight": 0,
|
||||
"lowHeight": -32
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": -8,
|
||||
"max": -5
|
||||
}
|
||||
],
|
||||
"derivative": "OCEAN"
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
{
|
||||
"name": "Plains",
|
||||
"layers": [
|
||||
{
|
||||
"palette": [
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT",
|
||||
"DIRT",
|
||||
"COARSE_DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"place": ["LargeBoi"],
|
||||
"chance": 0.03,
|
||||
"translate": {
|
||||
"y": -2
|
||||
},
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"xAxis": {
|
||||
"enabled": true,
|
||||
"min": -23,
|
||||
"max": 23,
|
||||
"interval": 1
|
||||
},
|
||||
"yAxis": {
|
||||
"enabled": true,
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90
|
||||
},
|
||||
"zAxis": {
|
||||
"enabled": true,
|
||||
"min": -23,
|
||||
"max": 23,
|
||||
"interval": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"derivative": "PLAINS",
|
||||
"heightExponent": 1,
|
||||
"highHeight": 7,
|
||||
"lowHeight": 1
|
||||
}
|
||||
27
dev.brian/biomes/ridge.json
Normal file
27
dev.brian/biomes/ridge.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Ridge",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"DIAMOND_BLOCK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
],
|
||||
"derivative": "JUNGLE_EDGE"
|
||||
}
|
||||
27
dev.brian/biomes/spot.json
Normal file
27
dev.brian/biomes/spot.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Spot",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"GOLD_BLOCK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
],
|
||||
"derivative": "JUNGLE_EDGE"
|
||||
}
|
||||
@@ -3,13 +3,28 @@
|
||||
"shoreRatio": 0.05,
|
||||
"biomeImplosionRatio": 0.25,
|
||||
"landBiomes": [
|
||||
"plains-brian"
|
||||
"birch-ponderosa-brian"
|
||||
"land"
|
||||
],
|
||||
"seaBiomes": [
|
||||
"ocean-brian"
|
||||
"ocean"
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"beach-brian"
|
||||
"beach"
|
||||
],
|
||||
"ridgeBiomes": [
|
||||
{
|
||||
"biome": "ridge",
|
||||
"type": "land",
|
||||
"width": 7,
|
||||
"scale": 1,
|
||||
"chance": 0.75
|
||||
}
|
||||
],
|
||||
"spotBiomes": [
|
||||
{
|
||||
"biome": "spot",
|
||||
"type": "land",
|
||||
"scale": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -5,19 +5,23 @@
|
||||
"dispersion": "WISPY",
|
||||
"terrainZoom": 1.25,
|
||||
"palette": [
|
||||
"SAND",
|
||||
"GRASS",
|
||||
"RED_SAND",
|
||||
"GRASS"
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_PATH",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK",
|
||||
"GRASS_BLOCK"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"palette": [
|
||||
"SANDSTONE",
|
||||
"RED_SANDSTONE",
|
||||
"STONE"
|
||||
"DIRT"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -44,7 +48,7 @@
|
||||
},
|
||||
{
|
||||
"zoom": 0.3,
|
||||
"chance": 0.162,
|
||||
"chance": 0.092,
|
||||
"palette": [
|
||||
"DEAD_BUSH"
|
||||
],
|
||||
@@ -66,16 +70,10 @@
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.225,
|
||||
"chance": 0.335,
|
||||
"density": 1,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
},
|
||||
"place": [
|
||||
"deadwood/deadwood1",
|
||||
@@ -94,7 +92,7 @@
|
||||
],
|
||||
"derivative": "SAVANNA",
|
||||
"biomeDispersion": "WISPY",
|
||||
"biomeZoom": 60,
|
||||
"biomeZoom": 20,
|
||||
"biomeScatter": [
|
||||
"SAVANNA",
|
||||
"DESERT"
|
||||
|
||||
Reference in New Issue
Block a user