9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
This commit is contained in:
Brian Fopiano
2020-08-15 23:46:19 -07:00
parent 53fad272ed
commit 2952eb5c1d
3 changed files with 54 additions and 5 deletions

View File

@@ -40,6 +40,44 @@
]
}
],
"objects": [
{
"chance": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"hazel-oak/hoak-3",
"hazel-oak/hoak-4",
"hazel-oak/hoak-5",
"hazel-oak/hoak-6",
"hazel-oak/hoak-7",
"hazel-oak/hoak-8",
"hazel-oak/hoak-9",
"hazel-oak/hoak-1",
"hazel-oak/s-hoak-3",
"hazel-oak/s-hoak-4",
"hazel-oak/s-hoak-5",
"hazel-oak/s-hoak-6",
"hazel-oak/s-hoak-7",
"hazel-oak/s-hoak-8",
"hazel-oak/s-hoak-9",
"hazel-oak/s-hoak-1",
"hazel-oak/s-hoak-2"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"wall": {
"style": {
"style": "STATIC"
@@ -114,7 +152,6 @@
"PLAINS"
],
"biomeSkyScatter": [
"FOREST",
"JUNGLE"
]
}

View File

@@ -4,7 +4,13 @@
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"style": {
"style": "IRIS_DOUBLE",
"fracture": {
"style": "STATIC",
"multiplier": 2
}
},
"zoom": 0.825,
"palette": [
"SAND",

View File

@@ -13,8 +13,7 @@
"frozen"
],
"mirrorCeiling": false,
"decorate": true,
"placeObjects": true,
"decorate": false,
"postProcessing": true,
"carving": false,
"caves": false,
@@ -41,7 +40,7 @@
"vanillaStructures": true,
"caveScale": 1,
"caveShift": -11,
"focus": "temperate-plains",
"focus": "tropical-ocean",
"fluidHeight": 99,
"biomeZoom": 4.25,
"regionZoom": 9.5,
@@ -79,6 +78,7 @@
"continentalStyle": {
"style": "CELLULAR_IRIS_DOUBLE"
},
"continentZoom": 1,
"dimensionAngleDeg": 19,
"terrainZoom": 1,
@@ -276,6 +276,12 @@
{
"chance": 0.01,
"density": 1,
"edit": [
{
"find": "minecraft:bricks",
"replace": "cave_air"
}
],
"rotation": {
"yAxis": {
"min": 0,