9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
This commit is contained in:
Brian Fopiano
2021-07-28 03:36:40 -07:00
parent aa51a43542
commit fb03e17e11
3 changed files with 23 additions and 3 deletions

View File

@@ -9,9 +9,9 @@
"landChance": 0.69,
"biomeZoom": 7,
"continentalStyle": {
"style": "CELLULAR_HEIGHT_IRIS_DOUBLE",
"zoom": 12.925,
"exponent": 10.1
"style": "NOWHERE_SUPERFRACTAL",
"zoom": 5,
"exponent": 7.5
},
"REGIONS": "Contains the list of regions and their placement style",
"regionZoom": 7.35,
@@ -38,6 +38,12 @@
"style": "NOWHERE_CELLULAR",
"zoom": 5
},
"TREE SETTINGS": "This is where you can change tree inheritance from saplings.",
"treeSettings": {
"enabled": true,
"mode": "FIRST"
},
"SEAS": "Sea settings (for the biomes that are oceans).",
"seaZoom": 1.25,
"seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"},

Binary file not shown.

View File

@@ -75,6 +75,20 @@
"varience": 4
}],
"objects": [
{
"chance": 0,
"mode": "MIN_HEIGHT",
"rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}},
"trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["TREE"]}],
"translate": {"y": 7},
"place": [
"trees/oak/truegeneric1",
"trees/oak/truegeneric2",
"trees/oak/truegeneric3",
"trees/oak/truegeneric4",
"trees/oak/truegeneric5"
]
},
{
"heightmap": {
"seed": 1337,