9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00

Merge pull request #132 from IrisDimensions/SpiceofColor

People cant access it yet, so having it on master is ok
This commit is contained in:
Brian Neumann-Fopiano
2021-07-14 23:18:54 -07:00
committed by GitHub
78 changed files with 675 additions and 441 deletions

View File

@@ -11,10 +11,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 2,
@@ -22,6 +19,13 @@
"palette": [{"block": "dirt"}]
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"generators": [{
"min": -5,
"max": 1,
@@ -154,18 +158,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.5
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -11,10 +11,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 7,
@@ -32,6 +29,13 @@
]
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"generators": [
{
"generator": "plain",
@@ -121,18 +125,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -11,10 +11,7 @@
{
"minHeight": 0,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 1,
@@ -34,6 +31,13 @@
]
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"jigsawStructures": [
{
"rarity": 1700,
@@ -202,18 +206,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.5
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -14,6 +14,13 @@
"min": 30
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 1,
@@ -66,18 +73,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -7,6 +7,13 @@
"frozen/fzn-peak",
"frozen/fzn-mountain-cliffs"
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 1,
@@ -20,10 +27,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 2,
@@ -77,18 +81,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -6,6 +6,13 @@
"frozen/fzn-peak",
"frozen/fzn-vander"
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 2,
@@ -15,10 +22,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 2,
@@ -205,18 +209,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -2,6 +2,13 @@
"name": "Frozen Peak",
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"vanillaDerivative": "SNOWY_TAIGA_MOUNTAINS",
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 1,
@@ -95,18 +102,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -11,10 +11,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 6,
@@ -32,6 +29,13 @@
]
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"generators": [{
"generator": "smooth-dunes",
"max": 20,
@@ -55,18 +59,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -15,6 +15,13 @@
"min": 7
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 0,
@@ -24,10 +31,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 4,
@@ -63,18 +67,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -11,10 +11,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 6,
@@ -37,6 +34,13 @@
]
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"generators": [
{
"min": 3,
@@ -166,18 +170,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -15,6 +15,13 @@
"generator": "plain"
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 0,
@@ -24,10 +31,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 4,
@@ -63,18 +67,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.5
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -14,6 +14,13 @@
"generator": "mountain"
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"maxHeight": 3,
@@ -22,10 +29,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 2,
@@ -187,18 +191,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -11,10 +11,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 6,
@@ -32,6 +29,13 @@
]
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"generators": [{
"generator": "smooth-dunes",
"max": 20,
@@ -55,18 +59,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -12,10 +12,7 @@
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "grass_block",
"data": {"snowy": true}
}]
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 4,
@@ -33,6 +30,13 @@
]
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"jigsawStructures": [
{
"rarity": 1700,
@@ -56,18 +60,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.5
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -28,6 +28,13 @@
]
}
],
"customDerivitives": [{
"id": "fzn",
"waterColor": "#429DFF",
"fogColor": "#A6D1FF",
"waterFogColor": "#3C6280",
"grassColor": "#D0E1FF"
}],
"jigsawStructures": [
{
"rarity": 1700,
@@ -43,6 +50,7 @@
}
],
"decorators": [{
"chance": 0.5,
"minHeight": 1,
"maxHeight": 1,
"style": {
@@ -51,15 +59,6 @@
},
"zoom": 0.6,
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -7,6 +7,14 @@
"max": 1,
"generator": "plain"
}],
"customDerivitives": [{
"id": "mus",
"waterColor": "#B4B2FF",
"foliageColor": "#C9A9FF",
"waterFogColor": "#BD94DF",
"grassColor": "#A2A2FF",
"fogColor": "#CACDFF"
}],
"layers": [
{
"minHeight": 3,

View File

@@ -7,6 +7,14 @@
"max": 46,
"generator": "plain"
}],
"customDerivitives": [{
"id": "mushills",
"waterColor": "#B4B2FF",
"foliageColor": "#C9A9FF",
"waterFogColor": "#BD94DF",
"grassColor": "#A2A2FF",
"fogColor": "#CACDFF"
}],
"layers": [
{
"minHeight": 3,

View File

@@ -3,6 +3,14 @@
"derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS",
"children": ["mushroom/mus-forest-hills"],
"customDerivitives": [{
"id": "musforest",
"waterColor": "#B4B2FF",
"foliageColor": "#C9A9FF",
"waterFogColor": "#BD94DF",
"grassColor": "#A2A2FF",
"fogColor": "#CACDFF"
}],
"layers": [
{
"minHeight": 3,

View File

@@ -2,6 +2,14 @@
"name": "Mushroom Plains",
"derivative": "MUSHROOM_FIELDS",
"vanillaDerivative": "MUSHROOM_FIELDS",
"customDerivitives": [{
"id": "musplains",
"waterColor": "#B4B2FF",
"foliageColor": "#C9A9FF",
"waterFogColor": "#BD94DF",
"grassColor": "#A2A2FF",
"fogColor": "#CACDFF"
}],
"layers": [
{
"zoom": 0.3,

View File

@@ -32,18 +32,9 @@
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.2
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"},
{
"data": {"layers": 1},
"block": "snow"

View File

@@ -2,6 +2,13 @@
"name": "Savanna Acacia Denmyre",
"derivative": "DESERT",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"id": "savdenmyre",
"grassColor": "#A2B33C",
"foliageColor": "#D6A513",
"waterColor": "#8DFFE8",
"downfallType": "none"
}],
"generators": [{
"min": 4,
"max": 7,

View File

@@ -2,6 +2,13 @@
"name": "Savanna Beach",
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"id": "savbeach",
"grassColor": "#A2B33C",
"foliageColor": "#D6A513",
"waterColor": "#8DFFE8",
"downfallType": "none"
}],
"generators": [{
"min": 0,
"max": 0,

View File

@@ -3,6 +3,13 @@
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"children": ["savanna/sav-acacia-denmyre"],
"customDerivitives": [{
"id": "savcliff",
"grassColor": "#B1B33C",
"foliageColor": "#D6A513",
"waterColor": "#8DFFE8",
"downfallType": "none"
}],
"generators": [{
"min": 9,
"max": 28,

View File

@@ -2,6 +2,13 @@
"name": "Savanna Forest",
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"id": "savforest",
"grassColor": "#CACC45",
"foliageColor": "#D6A513",
"waterColor": "#8DFFE8",
"downfallType": "none"
}],
"generators": [{
"min": 7,
"max": 10,

View File

@@ -2,6 +2,13 @@
"name": "Savanna Plateau",
"derivative": "SAVANNA_PLATEAU",
"vanillaDerivative": "SAVANNA",
"customDerivitives": [{
"id": "savplateau",
"grassColor": "#CACC45",
"foliageColor": "#D6A513",
"waterColor": "#8DFFE8",
"downfallType": "none"
}],
"generators": [{
"min": 13,
"max": 26,

View File

@@ -3,6 +3,13 @@
"derivative": "SAVANNA",
"vanillaDerivative": "SAVANNA",
"children": ["savanna/sav-cliff"],
"customDerivitives": [{
"id": "savsavanna",
"grassColor": "#CCB845",
"foliageColor": "#D6A513",
"waterColor": "#8DFFE8",
"downfallType": "none"
}],
"generators": [
{
"min": 7,

View File

@@ -2,19 +2,15 @@
"name": "Sleepy Klarus Deep",
"derivative": "SWAMP_HILLS",
"vanillaDerivative": "SWAMP",
"generators": [
{
"min": 1,
"max": 2,
"generator": "plain"
}
],
"generators": [{
"min": 1,
"max": 2,
"generator": "plain"
}],
"layers": [
{
"zoom": 0.5,
"style": {
"style": "IRIS"
},
"style": {"style": "IRIS"},
"palette": [
{
"weight": 5,
@@ -30,87 +26,51 @@
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
{"block": "dirt"},
{"block": "coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"style": {"style": "STATIC"},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"decorators": [
{
"chance": 0.005,
"variance": {
"style": "STATIC"
},
"variance": {"style": "STATIC"},
"zoom": 0.02,
"palette": [
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
}
{"block": "brown_mushroom"},
{"block": "red_mushroom"}
],
"style": {
"style": "STATIC"
}
"style": {"style": "STATIC"}
},
{
"chance": 0.13,
"variance": {
"style": "STATIC"
},
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [
{
"block": "large_fern"
},
{
"block": "tall_grass"
}
{"block": "large_fern"},
{"block": "tall_grass"}
],
"style": {
"style": "STATIC"
}
"style": {"style": "STATIC"}
},
{
"chance": 0.15,
"variance": {
"style": "STATIC"
},
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"block": "dead_bush"
},
{
"block": "fern"
}
{"block": "dead_bush"},
{"block": "fern"}
],
"style": {
"style": "STATIC"
}
"style": {"style": "STATIC"}
}
],
"entityInitialSpawns": [
@@ -195,41 +155,27 @@
},
"edit": [
{
"find": [
"find": [{"block": "oak_leaves"}],
"replace": {"palette": [
{
"block": "oak_leaves"
"block": "oak_leaves",
"data": {"persistent": true}
},
{
"block": "spruce_leaves",
"data": {"persistent": true}
}
],
"replace": {
"palette": [
{
"block": "oak_leaves",
"data": {"persistent": true}
},
{
"block": "spruce_leaves",
"data": {"persistent": true}
}
]
}
]}
},
{
"find": [
"find": [{"block": "oak_log"}],
"replace": {"palette": [
{"block": "dark_oak_wood"},
{
"block": "oak_log"
"block": "spruce_leaves",
"data": {"persistent": true}
}
],
"replace": {
"palette": [
{
"block": "dark_oak_wood"
},
{
"block": "spruce_leaves",
"data": {"persistent": true}
}
]
}
]}
}
]
},
@@ -261,23 +207,13 @@
}
],
"biomeZoom": 9,
"biomeStyle": {
"style": "IRIS"
},
"biomeStyle": {"style": "IRIS"},
"wall": {
"style": {
"style": "STATIC"
},
"style": {"style": "STATIC"},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
}
}

View File

@@ -8,6 +8,12 @@
"max": 7,
"generator": "smooth-dunes"
}],
"customDerivitives": [{
"id": "temoak",
"foliageColor": "#6CC646",
"grassColor": "#A1C646",
"category": "forest"
}],
"jigsawStructures": [
{
"rarity": 1700,

View File

@@ -7,6 +7,12 @@
"max": 7,
"generator": "plain"
}],
"customDerivitives": [{
"id": "temflowerfrst",
"foliageColor": "#64C329",
"grassColor": "#48A620",
"category": "forest"
}],
"layers": [
{
"style": {"style": "STATIC"},
@@ -141,6 +147,25 @@
"z": 0
}
},
{
"mode": "FAST_MIN_HEIGHT",
"chance": 0.33,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["bee/hive"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 1,
"persistent": true,

View File

@@ -8,6 +8,13 @@
"max": 42,
"generator": "plain"
}],
"customDerivitives": [{
"id": "temisland",
"foliageColor": "#69DF51",
"waterColor": "#48BFBC",
"grassColor": "#BEDF51",
"category": "forest"
}],
"layers": [
{"palette": [{"block": "grass_block"}]},
{"palette": [{"block": "dirt"}]},

View File

@@ -3,6 +3,13 @@
"derivative": "DEEP_LUKEWARM_OCEAN",
"vanillaDerivative": "FOREST",
"children": ["temperate/tem-oak-denmyre"],
"customDerivitives": [{
"id": "temoakforest",
"foliageColor": "#80B918",
"waterColor": "#25638E",
"grassColor": "#698E25",
"category": "forest"
}],
"generators": [{
"min": 4,
"max": 7,

View File

@@ -2,6 +2,13 @@
"name": "Temperate Oak Hills",
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"customDerivitives": [{
"id": "temoakhills",
"foliageColor": "#5CA528",
"waterColor": "#2851A5",
"grassColor": "#51A528",
"category": "forest"
}],
"generators": [
{
"generator": "smooth-dunes",

View File

@@ -8,6 +8,13 @@
"max": 4,
"min": 3
}],
"customDerivitives": [{
"id": "temoak",
"foliageColor": "#b76e79",
"waterColor": "#b76e79",
"grassColor": "#b76e79",
"category": "forest"
}],
"jigsawStructures": [
{
"rarity": 1700,

View File

@@ -2,6 +2,13 @@
"name": "Temperate Plains Hills",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"customDerivitives": [{
"id": "templainhills",
"foliageColor": "#8AA528",
"waterColor": "#284CA5",
"grassColor": "#8AA528",
"category": "forest"
}],
"generators": [
{
"min": 4,

View File

@@ -6,6 +6,13 @@
"temperate/tem-plain-hills",
"temperate/tem-wilds"
],
"customDerivitives": [{
"id": "templains",
"foliageColor": "#7FA528",
"waterColor": "#2840A5",
"grassColor": "#A4C646",
"category": "forest"
}],
"generators": [{
"min": 4,
"max": 7,

View File

@@ -2,6 +2,13 @@
"name": "Temperate Plateau",
"derivative": "DEEP_LUKEWARM_OCEAN",
"vanillaDerivative": "FOREST",
"customDerivitives": [{
"id": "templateau",
"foliageColor": "#44A528",
"waterColor": "#2883A5",
"grassColor": "#28A54A",
"category": "forest"
}],
"generators": [
{
"min": 30,

View File

@@ -7,30 +7,61 @@
"zoom": 0.5,
"exponent": 2
},
"customDerivitives": [{
"id": "pemstrangeplains",
"foliageColor": "#65A528",
"waterColor": "#2873A5",
"grassColor": "#A4C646",
"category": "forest"
}],
"generators": [{
"min": 4,
"max": 7,
"generator": "plain"
}],
"decorators": [{
"chance": 0.7,
"palette": [
{
"data": {"age": 7},
"block": "wheat",
"weight": 45
"decorators": [
{
"chance": 0.4,
"style": {
"style": "IRIS",
"zoom": 0.2
},
{
"block": "grass",
"weight": 4
"palette": [
{
"data": {"age": 7},
"block": "wheat",
"weight": 45
},
{
"block": "grass",
"weight": 4
},
{
"block": "tall_grass",
"weight": 1
}
],
"forcePlace": false
},
{
"chance": 0.4,
"style": {
"style": "IRIS",
"zoom": 0.4
},
{
"block": "tall_grass",
"weight": 1
}
],
"forcePlace": false
}],
"palette": [
{
"block": "grass",
"weight": 4
},
{
"block": "tall_grass",
"weight": 1
}
],
"forcePlace": false
}
],
"objects": [
{
"mode": "MIN_HEIGHT",

View File

@@ -3,6 +3,13 @@
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"children": ["temperate/tem-highlands"],
"customDerivitives": [{
"id": "temwilds",
"foliageColor": "#237031",
"waterColor": "#236270",
"grassColor": "#28A538",
"category": "forest"
}],
"jigsawStructures": [
{
"rarity": 1700,

View File

@@ -8,6 +8,15 @@
"max": 9,
"generator": "plain"
}],
"customDerivitives": [{
"id": "trobamboo",
"foliageColor": "#44A906",
"grassColor": "#1E7307",
"fogColor": "#6DCA87",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",
"category": "jungle"
}],
"jigsawStructures": [
{
"rarity": 1700,

View File

@@ -7,6 +7,15 @@
"max": 64,
"generator": "mountain"
}],
"customDerivitives": [{
"id": "trohighlands",
"foliageColor": "#1B8D09",
"grassColor": "#41A726",
"fogColor": "#6DCA87",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",
"category": "jungle"
}],
"jigsawStructures": [
{
"rarity": 1700,

View File

@@ -3,13 +3,20 @@
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE",
"children": ["tropical/tro-mountain-water"],
"generators": [
{
"generator": "mountain",
"max": 190,
"min": 85
}
],
"generators": [{
"generator": "mountain",
"max": 190,
"min": 85
}],
"customDerivitives": [{
"id": "tromtnextreme",
"foliageColor": "#1B8D09",
"grassColor": "#5CCA52",
"fogColor": "#6DCA87",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",
"category": "jungle"
}],
"layers": [
{
"minHeight": 1,

View File

@@ -15,6 +15,15 @@
"min": 10
}
],
"customDerivitives": [{
"id": "tromtnmiddle",
"foliageColor": "#1B8D09",
"grassColor": "#1E7307",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",
"fogColor": "#6DCA87",
"category": "jungle"
}],
"layers": [
{
"minHeight": 2,

View File

@@ -7,6 +7,15 @@
"max": 110,
"generator": "mountain"
}],
"customDerivitives": [{
"id": "tromtnplains",
"foliageColor": "#1B8D09",
"grassColor": "#5CCA52",
"fogColor": "#6DCA87",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"layers": [
{
"minHeight": 1,

View File

@@ -2,13 +2,16 @@
"name": "Tropical Mountain Water",
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE",
"generators": [
{
"generator": "mountain",
"max": 5,
"min": 2
}
],
"generators": [{
"generator": "mountain",
"max": 5,
"min": 2
}],
"customDerivitives": [{
"id": "trowater",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"layers": [
{
"minHeight": 0,

View File

@@ -8,6 +8,15 @@
"max": 150,
"generator": "mountain"
}],
"customDerivitives": [{
"id": "tromountain",
"foliageColor": "#1B8D09",
"grassColor": "#5CCA52",
"fogColor": "#6DCA87",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"jigsawStructures": [
{
"rarity": 1700,

View File

@@ -7,6 +7,15 @@
"max": 15,
"min": -10
}],
"customDerivitives": [{
"id": "troplainshills",
"foliageColor": "#1B8D09",
"grassColor": "#1E7307",
"fogColor": "#6DCA87",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"layers": [
{"palette": [{"block": "grass_block"}]},
{

View File

@@ -8,6 +8,15 @@
"max": 20,
"min": -10
}],
"customDerivitives": [{
"id": "troplain",
"foliageColor": "#1B8D09",
"grassColor": "#41A726",
"fogColor": "#6DCA87",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"layers": [
{"palette": [{"block": "grass_block"}]},
{

View File

@@ -7,6 +7,15 @@
"max": 65,
"generator": "plain-cliffs"
}],
"customDerivitives": [{
"id": "trohills",
"foliageColor": "#1B8D09",
"grassColor": "#41A726",
"fogColor": "#6DCA87",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"jigsawStructures": [
{
"rarity": 1700,

View File

@@ -7,6 +7,15 @@
"max": 65,
"generator": "plain"
}],
"customDerivitives": [{
"id": "troisle",
"foliageColor": "#1B8D09",
"grassColor": "#2DAF09",
"fogColor": "#6DCA87",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},

View File

@@ -7,6 +7,15 @@
"max": 50,
"generator": "plain"
}],
"customDerivitives": [{
"id": "trowkdchild",
"foliageColor": "#478F04",
"grassColor": "#197300",
"fogColor": "#6DCA87",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},

View File

@@ -7,6 +7,15 @@
"max": 50,
"generator": "plain"
}],
"customDerivitives": [{
"id": "trowkdvilla",
"foliageColor": "#478F04",
"grassColor": "#197300",
"fogColor": "#6DCA87",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},

View File

@@ -7,6 +7,15 @@
"tropical/tro-jungle-denmyre",
"tropical/tro-rainforest-wicked-child"
],
"customDerivitives": [{
"id": "trowkd",
"foliageColor": "#478F04",
"grassColor": "#197300",
"fogColor": "#6DCA87",
"category": "jungle",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2"
}],
"generators": [{
"min": 3,
"max": 50,

View File

@@ -11,6 +11,15 @@
"max": 45,
"generator": "mountain"
}],
"customDerivitives": [{
"id": "trorainforest",
"foliageColor": "#1B8D09",
"grassColor": "#2DAF09",
"fogColor": "#6DCA87",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",
"category": "jungle"
}],
"layers": [
{
"style": {"style": "FRACTAL_BILLOW_IRIS"},

View File

@@ -8,6 +8,15 @@
"max": 20,
"generator": "mountain"
}],
"customDerivitives": [{
"id": "tromtnextreme",
"foliageColor": "#2C8806",
"grassColor": "#183F0E",
"fogColor": "#6DCA87",
"waterColor": "#11BA89",
"waterFogColor": "#11BA89",
"category": "jungle"
}],
"layers": [
{"palette": [{"block": "grass_block"}]},
{"palette": [{"block": "dirt"}]},

View File

@@ -11,6 +11,13 @@
"max": 19,
"generator": "plain"
}],
"customDerivitives": [{
"grassColor": "#CB6E08",
"id": "tunbonsai",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"layers": [
{"palette": [{"block": "podzol"}]},
{

View File

@@ -14,6 +14,13 @@
"generator": "plain-cliffs"
}
],
"customDerivitives": [{
"grassColor": "#56B16F",
"id": "tunforestcliff",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"layers": [
{
"minHeight": 3,
@@ -266,12 +273,7 @@
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
]
}
],
"biomeZoom": 30,

View File

@@ -8,6 +8,13 @@
"max": 14,
"min": 8
}],
"customDerivitives": [{
"grassColor": "#56B16F",
"id": "tunforest",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"jigsawStructures": [
{
"rarity": 1700,
@@ -155,12 +162,7 @@
"pine/pine10",
"pine/pine11",
"pine/pine12"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
]
}
],
"biomeZoom": 30,

View File

@@ -7,6 +7,13 @@
"max": -10,
"generator": "river"
}],
"customDerivitives": [{
"grassColor": "#CB6E08",
"id": "tunlake",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"decorators": [
{
"chance": 0.003,

View File

@@ -14,6 +14,13 @@
"generator": "plain-cliffs"
}
],
"customDerivitives": [{
"grassColor": "#B0A747",
"id": "tunmountaincliff",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"layers": [
{
"minHeight": 3,

View File

@@ -18,6 +18,13 @@
"structure": "village-tundra"
}
],
"customDerivitives": [{
"grassColor": "#B0A747",
"id": "tunmountain",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"layers": [
{
"minHeight": 3,

View File

@@ -14,6 +14,13 @@
"generator": "plain-cliffs"
}
],
"customDerivitives": [{
"grassColor": "#A17E3C",
"id": "tunredwoodcliff",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"layers": [
{
"style": {

View File

@@ -8,6 +8,13 @@
"max": 10,
"generator": "smooth-dunes"
}],
"customDerivitives": [{
"grassColor": "#A17E3C",
"id": "tunredwoodfrst",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"jigsawStructures": [
{
"rarity": 1700,

View File

@@ -7,6 +7,13 @@
"max": 19,
"generator": "plain"
}],
"customDerivitives": [{
"grassColor": "#7BA13C",
"id": "tunseqredwood",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#FFE0AF"
}],
"jigsawStructures": [
{
"rarity": 1700,

View File

@@ -7,6 +7,13 @@
"max": 7,
"generator": "plain"
}],
"customDerivitives": [{
"grassColor": "#7BA13C",
"id": "tundenmyre",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"layers": [
{
"style": {"style": "FLAT"},

View File

@@ -7,6 +7,13 @@
"max": 14,
"generator": "plain"
}],
"customDerivitives": [{
"grassColor": "#7BA13C",
"id": "tuntiaga",
"waterColor": "#80B4C6",
"waterFogColor": "#80B4C6",
"fogColor": "#8091C6"
}],
"layers": [
{
"style": {"style": "STATIC"},

View File

@@ -31,11 +31,12 @@
],
"regionStyle": {
"style": "NOWHERE_CELLULAR",
"zoom": 1,
"fracture": {
"multiplier": 18,
"maxFractureAccuracy": true,
"style": "IRIS",
"zoom": 0.255
"style": "FRACTAL_SMOKE",
"zoom": 1
}
},
"islandBiomeChanceStyle": {
@@ -277,23 +278,21 @@
"caveBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"},
"CAVERNS//CARVING": "Carving layers that cut off certain parts of the world",
"carving": true,
"carveLayers": [
{
"style": {
"style": "PERLIN_IRIS_HALF",
"zoom": 0.2,
"fracture": {
"multiplier": 5,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
},
"fullPercent": 0.01,
"threshold": 0.68,
"minHeight": -50,
"maxHeight": 110
}
],
"carveLayers": [{
"style": {
"style": "PERLIN_IRIS_HALF",
"zoom": 0.2,
"fracture": {
"multiplier": 5,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
},
"fullPercent": 0.01,
"threshold": 0.68,
"minHeight": -50,
"maxHeight": 110
}],
"RAVINES": "Settings regarding ravines. Iris does not know when and where they spawn, so it may look weird (with cave fluids)",
"ravines": false,
"ravineRarity": 500,

View File

@@ -1,6 +1,4 @@
{
"maxDepth": 6,
"pieces": [
"murky_stronghold/void/1"
]
"pieces": ["murky_stronghold/void/1"]
}

BIN
objects/bee/hive1.iob Normal file

Binary file not shown.

View File

@@ -17,12 +17,10 @@
"cave/cracked-cavern"
],
"riverBiomes": ["ocean/oce-fzn-river"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"spotBiomes": [{
"biome": "frozen/fzn-vander",
"scale": 5,

View File

@@ -26,12 +26,10 @@
"shuffle": 328,
"rarity": 36
}],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"biomeImplosionRatio": 0.25,
"deposits": [
{

View File

@@ -10,12 +10,10 @@
],
"shoreBiomes": ["mesa/msa-beach"],
"seaBiomes": ["ocean/oce-hot-river"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"caveBiomes": [
"cave/old-cavern",
"cave/sandy-cave",

View File

@@ -17,12 +17,10 @@
"cave/tundra-cavern"
],
"riverBiomes": ["ocean/oce-mtn-river"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"biomeImplosionRatio": 0.25,
"landBiomeZoom": 1.85,
"deposits": [

View File

@@ -6,12 +6,10 @@
"mushroom/mus-plains"
],
"shoreBiomes": ["mushroom/mus-beach"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"seaBiomes": ["ocean/oce-mus-ocean"],
"caveBiomes": [
"cave/tundra-cavern",

View File

@@ -10,12 +10,10 @@
"shoreBiomes": ["hot/hot-beach"],
"seaBiomes": ["ocean/oce-tem-river"],
"caveBiomes": ["cave/old-cavern"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,

View File

@@ -8,12 +8,10 @@
"swamp/swa-marsh"
],
"shoreBiomes": ["swamp/swa-beach"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"seaBiomes": [
"ocean/oce-swa-ocean",
"ocean/oce-swa-ocean-tree"

View File

@@ -25,12 +25,10 @@
"cave/lit-cavern"
],
"riverBiomes": ["ocean/oce-tem-river"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"biomeImplosionRatio": 0.25,
"deposits": [{
"minHeight": 15,

View File

@@ -35,12 +35,10 @@
"zoom": 5
}
},
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"deposits": [{
"minHeight": 25,
"maxPerChunk": 3,

View File

@@ -13,12 +13,10 @@
],
"shoreBiomes": ["tundra/tun-beach"],
"seaBiomes": ["ocean/oce-tun-river"],
"jigsawStructures": [
{
"structure": "murky_stronghold",
"rarity": 750
}
],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"caveBiomes": [
"cave/tundra-cavern",
"cave/spiked-cavern"