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

Merge pull request #60 from RaydenKonig/patch-16

Create tropical-wilds.json
This commit is contained in:
Brian Neumann-Fopiano
2021-06-19 20:44:12 -07:00
committed by GitHub

290
biomes/tropical-wilds.json Normal file
View File

@@ -0,0 +1,290 @@
{
"vanillaDerivative": "JUNGLE",
"children": [
"tropical-highlands"
],
"jigsawStructures": [
{
"rarity": 1000,
"structure": "pillager"
}
],
"decorators": [
{
"chance": 0.22,
"palette": [
{
"block": "tall_grass"
}
]
},
{
"chance": 0.42,
"palette": [
{
"block": "grass"
},
{
"block": "fern"
}
]
},
{
"chance": 0.003,
"palette": [
{
"block": "oxeye_daisy"
},
{
"block": "pink_tulip"
},
{
"block": "lily_of_the_valley"
}
]
},
{
"chance": 0.02,
"palette": [
{
"block": "dandelion"
},
{
"block": "poppy"
},
{
"block": "rose_bush"
}
]
},
{
"chance": 0.01,
"variance": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
"data": {
"age": 7
},
"block": "potatoes"
}
],
"style": {
"style": "IRIS"
}
},
{
"chance": 0.01,
"variance": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
"data": {
"age": 7
},
"block": "carrots"
}
],
"style": {
"style": "IRIS"
}
},
{
"chance": 0.01,
"variance": {
"style": "IRIS"
},
"zoom": 0.5,
"palette": [
{
"data": {
"age": 7
},
"block": "beetroots"
}
],
"style": {
"style": "IRIS"
}
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "pig",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
}
],
"effects": [
{
"interval": 250,
"chance": 5,
"particleEffect": "TOTEM",
"particleOffset": 2,
"particleAltY": 0.2,
"particleCount": 5
}
],
"objects": [
{
"chance": 0.125,
"place": [
"shrub/shrub1",
"shrub/shrub2",
"shrub/shrub3"
],
"translate": {
"y": -1
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"camp/camp",
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"name": "Tropical Wilds",
"layers": [
{
"palette": [
{
"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": 4,
"max": 7,
"generator": "plain"
}
],
"biomeZoom": 40,
"derivative": "JUNGLE",
"biomeStyle": {
"style": "IRIS"
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"JUNGLE"
]
}