9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00

OrGanElLs PleaSe DaDdy

This commit is contained in:
Brian Fopiano
2020-07-27 22:17:48 -07:00
parent 1779579953
commit 831e6114da
29 changed files with 294 additions and 3 deletions

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.

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

@@ -0,0 +1,182 @@
{
"name": "Frozen Mountains",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"dispersion": "WISPY",
"terrainZoom": 0.6,
"palette": [
"minecraft:snow[layers=1]",
"minecraft:snow[layers=2]",
"minecraft:snow[layers=3]",
"minecraft:snow[layers=4]",
"minecraft:snow[layers=5]",
"minecraft:snow[layers=6]",
"minecraft:snow[layers=7]",
"minecraft:snow[layers=8]"
]
},
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
"SNOW_BLOCK"
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
"PACKED_ICE"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall":
{
"dispersion": "SCATTER",
"palette": [
"PACKED_ICE"
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.002,
"density": 3,
"palette": [
"PUMPKIN",
"CARVED_PUMPKIN"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"children": [
"frozen-peak",
"frozen-mountains",
"frozen-vander"
],
"objects": [
{
"chance": 0.02,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"snow": 0.35,
"place": [
"ice-spikes/ic-1",
"ice-spikes/ic-2",
"ice-spikes/ic-3",
"ice-spikes/ic-4",
"ice-spikes/ic-5",
"ice-spikes/ic-6",
"ice-spikes/ic-7",
"ice-spikes/ic-8",
"ice-spikes/ic-9",
"ice-spikes/ic-10",
"ice-spikes/ic-11",
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.5,
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": true
},
"place": [
"frosted-spruce/large-5",
"frosted-spruce/large-6",
"frosted-spruce/large-7",
"frosted-spruce/large-8",
"frosted-spruce/large-9",
"frosted-spruce/large-10",
"frosted-spruce/large-12",
"frosted-spruce/large-13",
"frosted-spruce/large-14",
"frosted-spruce/large-15",
"frosted-spruce/large-16",
"frosted-spruce/large-17",
"frosted-spruce/large-18",
"frosted-spruce/large-19",
"frosted-spruce/large-20",
"frosted-spruce/large-21",
"frosted-spruce/large-22",
"frosted-spruce/large-23",
"frosted-spruce/large-24",
"frosted-spruce/large-25"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"generators":[
{
"generator": "plain-cliffs",
"min": 14,
"max": 65
},
{
"generator": "wavy",
"min": 3,
"max": 9
}
],
"childShrinkFactor": 20,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeDispersion": "WISPY",
"biomeZoom": 30,
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
],
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
]
}

View File

@@ -115,7 +115,7 @@
],
"translate": {
"x": 0,
"y": -2,
"y": -4,
"z": 0
}
},

View File

@@ -6,7 +6,8 @@
"shoreHeightZoom": 1.14,
"landBiomes": [
"frozen-plains",
"frozen-mountains"
"frozen-mountains",
"frozen-mountains-cliffs"
],
"seaBiomes": [
"frozen-ocean"

View File

@@ -59,6 +59,28 @@
]
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"wall": {
"dispersion": "WISPY",
"terrainZoom": 0.25,

View File

@@ -68,6 +68,28 @@
"BLACK_TERRACOTTA"
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"children":[
"hot-mesa-cliffs"
],

View File

@@ -60,6 +60,70 @@
"STONE"
]
},
"objects": [
{
"chance": 0.5,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"mushroom-red/small-organell-r-1",
"mushroom-red/small-organell-r-2",
"mushroom-red/small-organell-r-3",
"mushroom-red/small-organell-r-4",
"mushroom-red/small-organell-r-5",
"mushroom-red/small-organell-r-6",
"mushroom-red/small-organell-r-7",
"mushroom-red/small-organell-r-8",
"mushroom-red/small-organell-r-9",
"mushroom-red/small-organell-r-10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.5,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"mushroom-red/organell-r-1",
"mushroom-red/organell-r-2",
"mushroom-red/organell-b-1",
"mushroom-red/organell-b-2",
"mushroom-red/organell-r-3",
"mushroom-red/organell-r-4",
"mushroom-red/organell-r-5",
"mushroom-red/organell-r-6",
"mushroom-red/organell-r-7",
"mushroom-red/organell-r-8",
"mushroom-red/organell-r-9",
"mushroom-red/organell-r-10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"generators":[
{
"generator": "plain",

View File

@@ -167,7 +167,7 @@
{
"zoom": 0.3,
"chance": 0.1,
"palette": ["GRASS"],
"palette": ["FERN"],
"dispersion": "SCATTER",
"variance": "SCATTER"
},