mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
The ether
This commit is contained in:
199
biomes/tundra/ether.json
Normal file
199
biomes/tundra/ether.json
Normal file
@@ -0,0 +1,199 @@
|
||||
{
|
||||
"name": "Tundra Ether",
|
||||
"derivative": "MOUNTAINS",
|
||||
"color": "#164598",
|
||||
"rarity": 13,
|
||||
"vanillaDerivative": "TAIGA_MOUNTAINS",
|
||||
"generators": [{
|
||||
"generator": "smooth-dunes",
|
||||
"max": 14,
|
||||
"min": 8
|
||||
}],
|
||||
"customDerivitives": [{
|
||||
"grassColor": "#dcf5f1",
|
||||
"foliageColor": "#e6dcf5",
|
||||
"id": "tunether",
|
||||
"waterColor": "#5C3BEF",
|
||||
"waterFogColor": "#7A768F",
|
||||
"category": "forest",
|
||||
"fogColor": "#686090"
|
||||
}],
|
||||
"jigsawStructures": [
|
||||
{
|
||||
"rarity": 1700,
|
||||
"structure": "pillager_outpost"
|
||||
},
|
||||
{
|
||||
"rarity": 1000,
|
||||
"structure": "village-tundra"
|
||||
}
|
||||
],
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 5,
|
||||
"slopeCondition": {"minimumSlope": 6.9},
|
||||
"palette": [
|
||||
{"block": "minecraft:stone"},
|
||||
{"block": "minecraft:andesite"},
|
||||
{"block": "minecraft:gravel"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 5,
|
||||
"slopeCondition": {"minimumSlope": 5.3},
|
||||
"palette": [
|
||||
{"block": "minecraft:dirt"},
|
||||
{"block": "minecraft:coarse_dirt"},
|
||||
{"block": "minecraft:gravel"}
|
||||
]
|
||||
},
|
||||
{"palette": [{"block": "minecraft:grass_block"}]},
|
||||
{
|
||||
"minHeight": 6,
|
||||
"maxHeight": 18,
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
{"block": "minecraft:stone"},
|
||||
{"block": "minecraft:andesite"},
|
||||
{"block": "minecraft:stone"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"place": [
|
||||
"clutter/gravelsplotch1",
|
||||
"clutter/gravelsplotch2",
|
||||
"clutter/gravelsplotch3",
|
||||
"clutter/gravelsplotch4"
|
||||
],
|
||||
"chance": 0.35,
|
||||
"mode": "PAINT"
|
||||
},
|
||||
{
|
||||
"place": [
|
||||
"structures/woodhand1",
|
||||
"structures/woodhand2",
|
||||
"structures/woodhand3"
|
||||
],
|
||||
"chance": 0.07,
|
||||
"mode": "VACUUM"
|
||||
},
|
||||
{
|
||||
"chance": 0.8,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"trees/mixed/dotree1",
|
||||
"trees/mixed/dotree2",
|
||||
"trees/mixed/dotree3",
|
||||
"trees/mixed/dotree4",
|
||||
"trees/mixed/dotree5",
|
||||
"trees/mixed/dotree6",
|
||||
"trees/mixed/dotree7",
|
||||
"trees/mixed/dotree8",
|
||||
"trees/mixed/dotree9",
|
||||
"trees/mixed/dotree10"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -2,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"chance": 0.01,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"interval": 90,
|
||||
"enabled": true
|
||||
},
|
||||
"enabled": true
|
||||
},
|
||||
"place": [
|
||||
"clutter/obelisk1",
|
||||
"clutter/obelisk2",
|
||||
"clutter/obelisk3",
|
||||
"clutter/obelisk4",
|
||||
"clutter/obelisk5",
|
||||
"clutter/obelisk6",
|
||||
"clutter/obelisk7"
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
"y": -4,
|
||||
"z": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"biomeZoom": 30,
|
||||
"biomeStyle": {"style": "SIMPLEX"},
|
||||
"decorators": [
|
||||
{
|
||||
"chance": 0.01,
|
||||
"variance": {"style": "STATIC"},
|
||||
"zoom": 0.1,
|
||||
"palette": [
|
||||
{"block": "minecraft:white_tulip"},
|
||||
{"block": "minecraft:blue_orchid"},
|
||||
{"block": "minecraft:poppy"}
|
||||
],
|
||||
"style": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"chance": 0.001,
|
||||
"variance": {"style": "STATIC"},
|
||||
"zoom": 0.3,
|
||||
"palette": [
|
||||
{
|
||||
"data": {"age": 0},
|
||||
"block": "minecraft:sweet_berry_bush"
|
||||
},
|
||||
{
|
||||
"data": {"age": 1},
|
||||
"block": "minecraft:sweet_berry_bush"
|
||||
},
|
||||
{
|
||||
"data": {"age": 2},
|
||||
"block": "minecraft:sweet_berry_bush"
|
||||
},
|
||||
{
|
||||
"data": {"age": 3},
|
||||
"block": "minecraft:sweet_berry_bush"
|
||||
}
|
||||
],
|
||||
"style": {"style": "STATIC"}
|
||||
},
|
||||
{
|
||||
"chance": 0.2,
|
||||
"variance": {"style": "STATIC"},
|
||||
"zoom": 0.3,
|
||||
"palette": [{"block": "minecraft:grass"}],
|
||||
"style": {"style": "STATIC"}
|
||||
}
|
||||
],
|
||||
"childShrinkFactor": 8,
|
||||
"wall": {
|
||||
"style": {"style": "STATIC"},
|
||||
"palette": [
|
||||
{"block": "minecraft:stone"},
|
||||
{"block": "minecraft:andesite"},
|
||||
{"block": "minecraft:stone"}
|
||||
]
|
||||
},
|
||||
"biomeScatter": [
|
||||
"TAIGA_HILLS",
|
||||
"MOUNTAINS"
|
||||
]
|
||||
}
|
||||
@@ -17,7 +17,8 @@
|
||||
"mountain/forest",
|
||||
"mountain/plains",
|
||||
"mountain/cliffs",
|
||||
"mountain/mountain"
|
||||
"mountain/mountain",
|
||||
"tundra/ether"
|
||||
],
|
||||
"shoreBiomes": [
|
||||
"tundra/shore/beach",
|
||||
|
||||
Reference in New Issue
Block a user