9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/tundra/tun-lake.json

274 lines
7.8 KiB
JSON

{
"name": "Tundra Lake",
"derivative": "SNOWY_TUNDRA",
"vanillaDerivative": "WOODED_HILLS",
"generators": [{
"min": -15,
"max": -10,
"generator": "river"
}],
"decorators": [
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"zoom": 0.02,
"palette": [
{"block": "white_tulip"},
{"block": "cornflower"},
{"block": "blue_orchid"},
{"block": "lily_of_the_valley"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {"age": 0},
"block": "sweet_berry_bush"
},
{
"data": {"age": 1},
"block": "sweet_berry_bush"
},
{
"data": {"age": 2},
"block": "sweet_berry_bush"
},
{
"data": {"age": 3},
"block": "sweet_berry_bush"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.2,
"variance": {"style": "STATIC"},
"palette": [
{"block": "grass"},
{"block": "fern"}
],
"style": {"style": "IRIS_DOUBLE"}
},
{
"chance": 0.1,
"variance": {"style": "STATIC"},
"palette": [
{"block": "grass"},
{"block": "fern"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.003,
"variance": {"style": "STATIC"},
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
}
],
"layers": [
{
"style": {"style": "FLAT"},
"palette": [{"block": "grass_block"}]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "coarse_dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"entityInitialSpawns": [
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "wolf",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.5,
"density": 2,
"edit": [
{
"find": [{"block": "acacia_planks"}],
"replace": {"palette": [{"block": "stripped_spruce_wood"}]}
},
{
"find": [{"block": "acacia_leaves"}],
"replace": {"palette": [{
"block": "spruce_leaves",
"data": {"persistent": true}
}]}
},
{
"find": [{"block": "acacia_fence"}],
"replace": {"palette": [{
"block": "spruce_fence",
"data": {"persistent": true}
}]}
},
{
"find": [{"block": "acacia_wood"}],
"replace": {"palette": [{
"block": "spruce_wood",
"data": {"persistent": true}
}]}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"acacia-medium/acacia-denmyre-1",
"acacia-medium/acacia-denmyre-2",
"acacia-medium/acacia-denmyre-3",
"acacia-medium/acacia-denmyre-4",
"acacia-medium/acacia-denmyre-5",
"acacia-medium/acacia-denmyre-6",
"acacia-medium/acacia-denmyre-7"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"edit": [
{
"find": [{"block": "birch_leaves"}],
"replace": {"palette": [{
"block": "spruce_leaves",
"data": {"persistent": true}
}]}
},
{
"find": [{"block": "spruce_leaves"}],
"replace": {"palette": [{
"block": "spruce_leaves",
"data": {"persistent": true}
}]}
},
{
"find": [{"block": "spruce_wood"}],
"replace": {"palette": [{
"block": "spruce_leaves",
"data": {"persistent": true}
}]}
}
],
"chance": 0.3,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"denmyre/oak-denmyre-clutter-1",
"denmyre/oak-denmyre-clutter-2",
"denmyre/oak-denmyre-clutter-3",
"denmyre/oak-denmyre-clutter-4",
"denmyre/oak-denmyre-clutter-5",
"denmyre/oak-denmyre-clutter-6",
"denmyre/oak-denmyre-clutter-7",
"denmyre/oak-denmyre-clutter-8",
"denmyre/oak-denmyre-clutter-9",
"denmyre/oak-denmyre-clutter-10"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
}