mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
GRASS OCEAN???
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.0015,
|
||||
"mode": "STILT",
|
||||
"mode": "MIN_HEIGHT",
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
@@ -77,7 +77,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.0015,
|
||||
"mode": "STILT",
|
||||
"mode": "MIN_HEIGHT",
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.0015,
|
||||
"mode": "STILT",
|
||||
"mode": "MIN_HEIGHT",
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
@@ -78,7 +78,7 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.0015,
|
||||
"mode": "STILT",
|
||||
"mode": "MIN_HEIGHT",
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
|
||||
@@ -1,65 +0,0 @@
|
||||
{
|
||||
"name": "Mountain Lake",
|
||||
"derivative": "TAIGA_MOUNTAINS",
|
||||
"vanillaDerivative": "TAIGA_MOUNTAINS",
|
||||
"color": "#4196FF",
|
||||
"generators": [{
|
||||
"generator": "plain",
|
||||
"max": -10,
|
||||
"min": -30
|
||||
}],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 0,
|
||||
"maximumSlope": 3.3
|
||||
},
|
||||
"palette": [{"block": "grass_block"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"slopeCondition": {"minimumSlope": 4},
|
||||
"palette": [
|
||||
{"block": "gravel"},
|
||||
{"block": "cyan_terracotta"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 2,
|
||||
"maxHeight": 4,
|
||||
"slopeCondition": {"minimumSlope": 4},
|
||||
"palette": [
|
||||
{"block": "stone"},
|
||||
{"block": "stone"},
|
||||
{"block": "cobblestone"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 1,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 0,
|
||||
"maximumSlope": 4
|
||||
},
|
||||
"palette": [{"block": "grass_block"}]
|
||||
},
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 3,
|
||||
"slopeCondition": {
|
||||
"minimumSlope": 0,
|
||||
"maximumSlope": 3
|
||||
},
|
||||
"palette": [{"block": "dirt"}]
|
||||
}
|
||||
],
|
||||
"wall": {"palette": [
|
||||
{"block": "stone"},
|
||||
{"block": "andesite"},
|
||||
{"block": "gravel"},
|
||||
{"block": "cyan_terracotta"}
|
||||
]}
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"continentZoom": 1,
|
||||
"continentalStyle": {
|
||||
"style": "NOWHERE_CELLULAR",
|
||||
|
||||
"zoom": 5
|
||||
},
|
||||
"landChance": 0.69,
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"tundra/shore/beach",
|
||||
"tundra/shore/beach-stone"
|
||||
],
|
||||
"seaBiomes": ["mountain/sea/lake"],
|
||||
"seaBiomes": ["mountain/sea/river"],
|
||||
"jigsawStructures": [{
|
||||
"structure": "murky_stronghold",
|
||||
"rarity": 750
|
||||
|
||||
Reference in New Issue
Block a user