9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00

Lots of changes

This commit is contained in:
Brian Fopiano
2020-09-16 13:52:18 -07:00
parent e9c381b317
commit f9b18ba4f5
18 changed files with 290 additions and 2 deletions

View File

@@ -108,6 +108,39 @@
"z": 0
}
},
{
"chance": 0.3,
"edit": [
{
"find": [{"block": "nether_wart_block"}],
"replace": {"palette": [{
"block": "black_concrete",
"backup": {"block": "coal_block"}
}]}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"corrupted/crimsonwood-1",
"corrupted/crimsonwood-2",
"corrupted/crimsonwood-3",
"corrupted/crimsonwood-4",
"corrupted/crimsonwood-5"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.01,
"rotation": {

View File

@@ -156,6 +156,31 @@
"y": -3,
"z": 0
}
},
{
"chance": 0.3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"corrupted/warpedwood-1",
"corrupted/warpedwood-2",
"corrupted/warpedwood-3",
"corrupted/warpedwood-4",
"corrupted/warpedwood-5",
"corrupted/warpedwood-6"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"name": "Cyan Mosaic",

View File

@@ -185,6 +185,30 @@
"z": 0
}
},
{
"chance": 0.3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"corrupted/crimsonwood-1",
"corrupted/crimsonwood-2",
"corrupted/crimsonwood-3",
"corrupted/crimsonwood-4",
"corrupted/crimsonwood-5"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.01,
"edit": [

View File

@@ -79,7 +79,16 @@
"zoom": 0.25,
"palette": [
{
"block": "sand"
"block": "dirt"
},
{
"block": "podzol"
},
{
"block": "coarse_dirt"
},
{
"block": "podzol"
}
]
},

196
biomes/swamp-marsh.json Normal file
View File

@@ -0,0 +1,196 @@
{
"biomeSkyScatter": [
"SWAMP",
"DESERT",
"BADLANDS"
],
"decorators": [
{
"chance": 0.003,
"variance": {
"style": "STATIC"
},
"zoom": 0.02,
"palette": [
{
"block": "brown_mushroom"
},
{
"block": "red_mushroom"
},
{
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.0030,
"stackMax": 3,
"palette": [
{
"block": "twisting_vines_plant"
}
],
"stackMin": 1
},
{
"chance": 0.122,
"variance": {
"style": "STATIC"
},
"zoom": 0.2,
"palette": [
{
"block": "large_fern"
},
{
"block": "tall_grass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.142,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "grass"
},
{
"block": "fern"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.35,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"name": "Swampy Marsh",
"layers": [
{
"style": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
"weight": 3,
"block": "grass_block"
},
{
"block": "podzol"
},
{
"weight": 4,
"block": "grass_block"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": -10,
"max": 5,
"generator": "plain-chaotic"
}
],
"biomeZoom": 9,
"derivative": "PLAINS",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FOREST",
"TAIGA",
"SWAMP",
"TAIGA_HILLS",
"NETHER_WASTES"
],
"rarity": 4
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -42,7 +42,8 @@
"swamp-roofed-forest",
"swamp-mountain-forest",
"swamp-willow-forest",
"swamp-roofed-marsh"
"swamp-roofed-wayward",
"swamp-marsh"
],
"biomeImplosionRatio": 0.26,
"seaBiomes": [