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

Removed unused rockies, renamed one used as child

This commit is contained in:
CocoTheOwner
2021-06-23 08:37:08 +02:00
parent d7e8e26d5c
commit 7bc26a1df5
4 changed files with 1 additions and 303 deletions

View File

@@ -1,141 +0,0 @@
{
"decorators": [
{
"chance": 0.009,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {
"style": "STATIC"
}
}
],
"children": [
"rocky-mountains",
"rocky-ocean"
],
"vanillaDerivative": "MODIFIED_GRAVELLY_MOUNTAINS",
"objects": [
{
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"name": "Shattered Rock Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 11,
"max": 32,
"generator": "plain"
},
{
"min": 12,
"max": 62,
"generator": "plain-cliffs"
}
],
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"rarity": 19
}

View File

@@ -1,161 +0,0 @@
{
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
},
{
"rarity": 350,
"structure": "village-temperate"
}
],
"objects": [
{
"chance": 0.5,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
}
],
"vanillaDerivative": "GRAVELLY_MOUNTAINS",
"biomeZoom": 30,
"derivative": "MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"children": [
"rocky-mountain-cliffs"
],
"decorators": [
{
"chance": 0.009,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {
"style": "STATIC"
}
}
],
"name": "Rock Mountains",
"layers": [
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {
"minimumSlope": 3.95
},
"palette": [
{
"block": "gravel"
},
{
"block": "cyan_terracotta"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "gravel"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 29,
"max": 63,
"generator": "plain"
}
],
"childShrinkFactor": 8,
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"PLAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"SWAMP"
],
"rarity": 7
}

View File

@@ -1,7 +1,7 @@
{
"vanillaDerivative": "RIVER",
"children": [
"rocky-ocean"
"tundra-river-rocky"
],
"decorators": [
{