9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00

Patch region & remove biome

This commit is contained in:
CocoTheOwner
2021-06-19 12:41:41 +02:00
parent faa523beee
commit 9f56341c92
2 changed files with 1 additions and 166 deletions

View File

@@ -1,164 +0,0 @@
{
"vanillaDerivative": "DESERT_HILLS",
"name": "Volcanic",
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"structure": "village-hot",
"rarity": 350
}
],
"children": [
"tropical-volcanic-plains"
],
"layers": [
{
"minHeight": 2,
"maxHeight": 4,
"style": {
"style": "STATIC"
},
"zoom": 0.33,
"palette": [
{
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {
"axis": "z"
},
"block": "basalt"
},
{
"data": {
"axis": "x"
},
"block": "basalt"
},
{
"data": {
"axis": "y"
},
"block": "basalt"
},
{
"data": {
"axis": "z"
},
"block": "basalt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 34,
"max": 39,
"generator": "plain"
}
],
"derivative": "DESERT",
"rarity": 28
}

View File

@@ -59,8 +59,7 @@
"hot-desert-dunes-red",
"hot-desert-dunes",
"hot-desert",
"hot-desert-mountains",
"hot-volcanic"
"hot-desert-mountains"
],
"biomeImplosionRatio": 0.25,