9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/mushroom-ocean.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

206 lines
5.2 KiB
JSON

{
"name": "Mushroom Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"zoom": 0.825,
"palette": [
"CLAY",
"COARSE_DIRT",
"GRAVEL",
"DIRT"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"decorators":[
{
"zoom": 20,
"chance": 0.06,
"palette": [
"SEAGRASS"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.0006,
"palette": [
"SOUL_SAND",
"MAGMA_BLOCK"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"stackMax": 9,
"stackMin": 1,
"chance": 0.1,
"palette": [
"KELP_PLANT"
],
"heightVariance": {"style": "STATIC"},
"verticalZoom": 20,
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.005,
"palette": [
"minecraft:sea_pickle[pickles=1,waterlogged=true]",
"minecraft:sea_pickle[pickles=2,waterlogged=true]",
"minecraft:sea_pickle[pickles=3,waterlogged=true]",
"minecraft:sea_pickle[pickles=4,waterlogged=true]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"wall":
{
"style":{"style":"IRIS"},
"palette": [
"CLAY",
"SMOOTH_SANDSTONE",
"RED_SAND",
"SMOOTH_RED_SANDSTONE",
"SMOOTH_SANDSTONE",
"SAND",
"SMOOTH_RED_SANDSTONE"
]
},
"slab": {
"style":{"style":"STATIC"},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"objects":[
{
"chance": 0.01,
"underwater": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.3,
"underwater": true,
"edit": [
{
"find": ["SHROOMLIGHT"],
"replace": ["MUSHROOM_STEM"]
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"lumoshroom/subnauti-1",
"lumoshroom/subnauti-2",
"lumoshroom/subnauti-3",
"lumoshroom/subnauti-4",
"lumoshroom/subnauti-5",
"lumoshroom/subnauti-6",
"lumoshroom/subnauti-7",
"lumoshroom/subnauti-8",
"lumoshroom/subnauti-9",
"lumoshroom/subnauti-10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.25,
"underwater": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"lumoshroom/subnauti-1",
"lumoshroom/subnauti-2",
"lumoshroom/subnauti-3",
"lumoshroom/subnauti-4",
"lumoshroom/subnauti-5",
"lumoshroom/subnauti-6",
"lumoshroom/subnauti-7",
"lumoshroom/subnauti-8",
"lumoshroom/subnauti-9",
"lumoshroom/subnauti-10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"generators":[
{
"generator": "plain",
"min": -41,
"max": -7
}
],
"derivative": "OCEAN"
}