9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

Deep Clean

This commit is contained in:
Brian Fopiano
2021-06-08 19:06:41 -07:00
parent 3799d368d7
commit b8fdb046b6
12 changed files with 13 additions and 104 deletions

View File

@@ -11,7 +11,7 @@
"children": [
"frozen-mountain-middle",
"frozen-peak",
"frozen-mountains-cliffs"
"frozen-mountain-cliffs"
],
"biomeScatter": [
"PLAINS",

View File

@@ -98,6 +98,4 @@
}
]
}
},
"rarity": 29
}

View File

@@ -5,7 +5,7 @@
"children": [
"mountain-forest",
"mountain-hills",
"mountains-plains-hills",
"mountain-plain-hills",
"mountain-lake",
"mountain-forest-hills"
],

View File

@@ -273,18 +273,6 @@
"ocean-clutter"
]
},
"features": [
{
"rarity": 48,
"zone": {
"convergeToHeight": 70,
"strength": 0.85,
"blockRadius": 32,
"interpolationRadius": 16,
"interpolator": "BILINEAR_STARCAST_9"
}
}
],
"derivative": "OCEAN",
"wall": {
"style": {

View File

@@ -97,7 +97,10 @@
],
"loot": {
"tables": [
"ocean-treasure"
"ocean-clutter",
"global-treasure",
"cold-food",
"tropical-treasure"
]
},
"objects": [

View File

@@ -243,26 +243,11 @@
"block": "grass"
},
{
"block": "grass"
"block": "rose_bush"
},
{
"block": "grass"
"block": "dandelion"
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "rose_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 7,
"block": "grass"

View File

@@ -23,29 +23,14 @@
"block": "grass"
},
{
"block": "grass"
"block": "lily_of_the_valley"
},
{
"block": "grass"
"block": "allium"
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "rose_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 7,
"block": "grass"
"block": "poppy"
}
]
},

View File

@@ -317,21 +317,6 @@
{
"block": "grass"
},
{
"chance": 0.8,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "rose_bush"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 7,
"block": "grass"

View File

@@ -1723,18 +1723,6 @@
"ocean-clutter"
]
},
"features": [
{
"rarity": 33,
"zone": {
"convergeToHeight": 70,
"strength": 0.85,
"blockRadius": 32,
"interpolationRadius": 16,
"interpolator": "BILINEAR_STARCAST_9"
}
}
],
"derivative": "LUKEWARM_OCEAN",
"wall": {
"palette": [

View File

@@ -1652,18 +1652,6 @@
}
}
],
"features": [
{
"rarity": 38,
"zone": {
"convergeToHeight": 70,
"strength": 0.85,
"blockRadius": 32,
"interpolationRadius": 16,
"interpolator": "BILINEAR_STARCAST_9"
}
}
],
"name": "Coral Ocean",
"layers": [
{

View File

@@ -289,18 +289,7 @@
}
}
],
"features": [
{
"rarity": 38,
"zone": {
"convergeToHeight": 70,
"strength": 0.85,
"blockRadius": 32,
"interpolationRadius": 16,
"interpolator": "BILINEAR_STARCAST_9"
}
}
],
"name": "Tropical Ocean",
"layers": [
{

View File

@@ -15,7 +15,7 @@
"generators": [
{
"min": 190,
"max": 290,
"max": 256,
"generator": "plain"
}
],