9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Changing the distros

This commit is contained in:
Brian Fopiano
2021-07-16 02:08:32 -07:00
parent 3d92e9948f
commit 7b391f23d1
27 changed files with 120 additions and 146 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Frozen Mountain Cliffs",
"derivative": "SNOWY_MOUNTAINS",
"rarity": 1,
"rarity": 3,
"vanillaDerivative": "SNOWY_MOUNTAINS",
"color": "#447AFF",
"layers": [

View File

@@ -1,7 +1,7 @@
{
"name": "Hot Mountain Cliffs",
"derivative": "DESERT",
"rarity": 1,
"rarity": 3,
"color": "#FFDA41",
"vanillaDerivative": "DESERT",
"generators": [

View File

@@ -1,6 +1,6 @@
{
"name": "Mountain Cliffs",
"rarity": 1,
"rarity": 3,
"color": "#355580",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"derivative": "TAIGA_MOUNTAINS",

View File

@@ -1,7 +1,7 @@
{
"name": "Crimson Mushroom Swamp",
"derivative": "CRIMSON_FOREST",
"rarity": 1,
"rarity": 3,
"color": "#EEA7AA",
"vanillaDerivative": "MUSHROOM_FIELDS",
"layers": [

View File

@@ -1,6 +1,6 @@
{
"name": "Mushroom Warped Forest",
"rarity": 1,
"rarity": 3,
"color": "#7870AB",
"derivative": "WARPED_FOREST",
"vanillaDerivative": "MUSHROOM_FIELDS",

View File

@@ -191,7 +191,7 @@
},
{
"find": [{"block": "birch_leaves"}],
"replace": {"palette": [{"block": "oak_leaves"}]}
"replace": {"palette": [{"block": "oak_leaves", "data": {"persistent": true}}]}
}
],
"place": [

View File

@@ -370,41 +370,7 @@
}
},
{
"chance": 1.0E-6,
"density": 1,
"edit": [{
"find": [{"block": "barrier"}],
"replace": {"palette": [{"block": "void_air"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"void/void",
"void/void",
"void/void",
"void/void",
"void/void",
"void/void",
"void/void",
"void/void",
"void/void",
"sakura/corazoncaido"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.3,
"chance": 0.55,
"rotation": {
"yAxis": {
"min": 0,
@@ -449,34 +415,6 @@
"y": -3,
"z": 0
}
},
{
"chance": 1.0E-5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"void/void",
"void/void",
"void/void",
"void/void",
"void/void",
"void/void",
"void/void",
"void/void",
"sakura/corazoncristal"
],
"translate": {
"x": 0,
"y": 55,
"z": 0
}
}
],
"generators": [{

View File

@@ -213,7 +213,7 @@
},
{
"find": [{"block": "birch_leaves"}],
"replace": {"palette": [{"block": "oak_leaves"}]}
"replace": {"palette": [{"block": "oak_leaves", "data": {"persistent": true}}]}
}
],
"place": [

View File

@@ -6,9 +6,9 @@
"vanillaDerivative": "FOREST",
"customDerivitives": [{
"id": "temsakurapinkchild",
"foliageColor": "#E88DFF",
"foliageColor": "#AE42C9",
"waterColor": "#A5FFED",
"grassColor": "#A8FF98",
"grassColor": "#83FF6C",
"category": "forest"
}],
"generators": [{
@@ -166,7 +166,7 @@
],
"translate": {
"x": 0,
"y": -32,
"y": -1,
"z": 0
}
},
@@ -262,29 +262,11 @@
"palette": [{"block": "tall_grass"}]
},
{
"chance": 0.03,
"chance": 0.06,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "allium"}]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"chance": 3,
"block": "red_mushroom"
}]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"chance": 3,
"block": "poppy"
}]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},

View File

@@ -263,29 +263,11 @@
"palette": [{"block": "tall_grass"}]
},
{
"chance": 0.03,
"chance": 0.06,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{"block": "allium"}]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"chance": 3,
"block": "red_mushroom"
}]
},
{
"chance": 0.05,
"variance": {"style": "STATIC"},
"zoom": 0.2,
"palette": [{
"chance": 3,
"block": "poppy"
}]
},
{
"chance": 0.03,
"variance": {"style": "STATIC"},

View File

@@ -13,7 +13,7 @@
"id": "pemstrangeplains",
"foliageColor": "#65A528",
"waterColor": "#2873A5",
"grassColor": "#A4C646",
"grassColor": "#B8D92B",
"category": "forest"
}],
"generators": [{

View File

@@ -11,7 +11,7 @@
}],
"customDerivitives": [{
"id": "trohighlands",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#41A726",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",

View File

@@ -12,7 +12,7 @@
}],
"customDerivitives": [{
"id": "tromtnextreme",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#5CCA52",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",

View File

@@ -19,7 +19,7 @@
],
"customDerivitives": [{
"id": "tromtnmiddle",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#1E7307",
"waterColor": "#3AB2A2",
"fogColor": "#6DCA87",

View File

@@ -11,7 +11,7 @@
}],
"customDerivitives": [{
"id": "tromtnplains",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#5CCA52",
"category": "jungle",
"waterColor": "#3AB2A2",

View File

@@ -12,7 +12,7 @@
}],
"customDerivitives": [{
"id": "tromountain",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#5CCA52",
"category": "jungle",
"waterColor": "#3AB2A2",

View File

@@ -11,7 +11,7 @@
}],
"customDerivitives": [{
"id": "troplainshills",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#1E7307",
"category": "jungle",
"waterColor": "#3AB2A2",
@@ -83,6 +83,37 @@
}
],
"objects": [
{
"chance": 0.4,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jungle-remade/jcoco-2",
"jungle-remade/jcoco-3",
"jungle-remade/jcoco-4",
"jungle-remade/jcoco-5",
"jungle-remade/J6",
"jungle-remade/J7",
"jungle-remade/J8",
"jungle-remade/J9",
"jungle-remade/J11",
"jungle-remade/J12",
"jungle-remade/J13"
],
"translate": {
"x": 0,
"y": -5,
"z": 0
}
},
{
"mode": "PAINT",
"place": [

View File

@@ -12,7 +12,7 @@
}],
"customDerivitives": [{
"id": "troplain",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#41A726",
"category": "jungle",
"waterColor": "#3AB2A2",
@@ -88,6 +88,30 @@
}
],
"objects": [
{
"chance": 0.4,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jungle-remade/jcoco-2",
"jungle-remade/jcoco-3",
"jungle-remade/jcoco-4",
"jungle-remade/jcoco-5"
],
"translate": {
"x": 0,
"y": -5,
"z": 0
}
},
{
"mode": "PAINT",
"place": [

View File

@@ -11,7 +11,7 @@
}],
"customDerivitives": [{
"id": "trohills",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#41A726",
"category": "jungle",
"waterColor": "#3AB2A2",
@@ -191,6 +191,37 @@
"z": 0
}
},
{
"chance": 0.4,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"jungle-remade/jcoco-2",
"jungle-remade/jcoco-3",
"jungle-remade/jcoco-4",
"jungle-remade/jcoco-5",
"jungle-remade/J6",
"jungle-remade/J7",
"jungle-remade/J8",
"jungle-remade/J9",
"jungle-remade/J11",
"jungle-remade/J12",
"jungle-remade/J13"
],
"translate": {
"x": 0,
"y": -5,
"z": 0
}
},
{
"chance": 0.4,
"rotation": {

View File

@@ -11,7 +11,7 @@
}],
"customDerivitives": [{
"id": "troisle",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#2DAF09",
"category": "jungle",
"waterColor": "#3AB2A2",

View File

@@ -15,7 +15,7 @@
}],
"customDerivitives": [{
"id": "trorainforest",
"foliageColor": "#1B8D09",
"foliageColor": "#40C42B",
"grassColor": "#2DAF09",
"waterColor": "#3AB2A2",
"waterFogColor": "#3AB2A2",

View File

@@ -1,7 +1,7 @@
{
"name": "Tundra Forest Cliffs",
"derivative": "MOUNTAINS",
"rarity": 1,
"rarity": 3,
"color": "#3E8F7A",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"generators": [

View File

@@ -1,7 +1,7 @@
{
"name": "Tundra Redwood Cliffs",
"derivative": "TAIGA",
"rarity": 1,
"rarity": 3,
"color": "#5DA899",
"vanillaDerivative": "DARK_FOREST",
"generators": [

View File

@@ -23,10 +23,10 @@
}],
"spotBiomes": [{
"biome": "frozen/fzn-vander",
"scale": 5,
"scale": 25,
"type": "LAND",
"shuffle": 328,
"rarity": 5
"rarity": 3
}],
"riverStyle": {
"style": "VASCULAR",

View File

@@ -29,7 +29,7 @@
"scale": 5,
"type": "SEA",
"shuffle": 328,
"rarity": 36
"rarity": 15
}],
"jigsawStructures": [{
"structure": "murky_stronghold",

View File

@@ -22,10 +22,10 @@
"riverBiomes": ["ocean/oce-hot-river"],
"spotBiomes": [{
"biome": "ocean/oce-hot-ocean",
"scale": 5,
"scale": 25,
"type": "SEA",
"shuffle": 328,
"rarity": 36
"rarity": 15
}],
"biomeImplosionRatio": 0.75,
"riverStyle": {

View File

@@ -3,7 +3,9 @@
"landBiomes": [
"mushroom/mus-forest",
"mushroom/mus-forest-hills",
"mushroom/mus-plains"
"mushroom/mus-plains",
"mushroom/mus-crimson-forest",
"mushroom/mus-warped-forest"
],
"shoreBiomes": ["mushroom/mus-beach"],
"jigsawStructures": [{
@@ -43,22 +45,6 @@
"zoom": 5
}
},
"spotBiomes": [
{
"biome": "mushroom/mus-crimson-forest",
"scale": 0.78,
"type": "LAND",
"shuffle": 44,
"rarity": 52
},
{
"biome": "mushroom/mus-warped-forest",
"scale": 0.77,
"type": "LAND",
"shuffle": 44,
"rarity": 31
}
],
"deposits": [{
"minHeight": 15,
"maxPerChunk": 6,