9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/temperate/tem-bonsai.json

260 lines
6.6 KiB
JSON

{
"name": "Temperate Bonsai",
"derivative": "PLAINS",
"vanillaDerivative": "PLAINS",
"children": ["temperate/tem-plain-hills"],
"generators": [{
"generator": "smooth-dunes",
"max": 14,
"min": 3
}],
"layers": [
{"palette": [{"block": "grass_block"}]},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [{"block": "dirt"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "dirt"},
{"block": "stone"}
]
}
],
"biomeScatter": [
"FOREST",
"PLAINS"
],
"childStyle": {
"style": "SIMPLEX",
"zoom": 0.5,
"exponent": 2
},
"decorators": [
{
"chance": 0.19,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.02,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{
"data": {"age": 7},
"block": "wheat"
}],
"style": {
"style": "IRIS",
"zoom": 0.28
}
},
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{"block": "dandelion"},
{"block": "poppy"},
{"block": "blue_orchid"},
{"block": "allium"},
{"block": "azure_bluet"},
{"block": "red_tulip"},
{"block": "orange_tulip"},
{"block": "white_tulip"},
{"block": "pink_tulip"},
{"block": "oxeye_daisy"},
{"block": "cornflower"},
{"block": "lily_of_the_valley"}
]
},
{
"chance": 0.01,
"palette": [{"block": "tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "grass"}]
}
],
"objects": [
{
"chance": 0.3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"bonsai-normal/bbonsai-1",
"bonsai-normal/bbonsai-2",
"bonsai-normal/bbonsai-3",
"bonsai-normal/bbonsai-4",
"bonsai-normal/bbonsai-5",
"bonsai-normal/bbonsai-6",
"bonsai-normal/bbonsai-7",
"bonsai-normal/bbonsai-8",
"bonsai-normal/bbonsai-9",
"bonsai-normal/bbonsai-10",
"bonsai-normal/bbonsai-11"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.09,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"bush/small/1",
"bush/small/2"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 1.0E-4,
"mode": "VACUUM",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["ruins/ruin1"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.005,
"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
}
},
{
"place": [
"landform/stone/1",
"landform/stone/2",
"landform/stone/3",
"landform/stone/4",
"landform/stone/5"
],
"chance": 0.04,
"mode": "MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "pig",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "chicken",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
}
],
"biomeZoom": 60,
"biomeStyle": {"style": "IRIS"},
"wall": {"palette": [
{"block": "stone"},
{"block": "andesite"}
]}
}