9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/biomes/ocean/warm-bottom.json
2022-06-17 10:24:37 -07:00

221 lines
6.6 KiB
JSON

{
"name": "Ocean Warm Bottom",
"color": "#4639C0",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"generators": [{
"generator": "plain",
"max": -30,
"min": -50
}],
"layers": [{
"minHeight": 2,
"maxHeight": 10,
"palette": [{"block": "minecraft:sand"}]
}],
"objects": [
{
"place": [
"clutter/coralpink1",
"clutter/coralpink2",
"clutter/coralpink3",
"clutter/coralpink4",
"clutter/coralpurp1",
"clutter/coralpurp2",
"clutter/coralpurp3",
"clutter/coralred1",
"clutter/coralby1",
"clutter/coralby2",
"clutter/coralby3",
"clutter/coralby4"
],
"chance": 1,
"underwater": true,
"mode": "CENTER_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": -360
}
}
},
{
"place": [
"clutter/stonedirtsetter1",
"clutter/stonedirtsetter2",
"clutter/stonedirtsetter3",
"clutter/stonedirtsetter4",
"clutter/stonedirtsetter5",
"clutter/stonedirtsetter6",
"clutter/stonedirtsetter7"
],
"chance": 1,
"density": 8,
"underwater": true,
"mode": "CENTER_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": -360
}
},
"edit": [{
"find": [
{"block": "minecraft:stone"},
{"block": "minecraft:dirt"}
],
"replace": {
"palette": [
{"block": "minecraft:brain_coral_block"},
{"block": "minecraft:horn_coral_block"},
{"block": "minecraft:tube_coral_block"},
{"block": "minecraft:fire_coral_block"},
{"block": "minecraft:bubble_coral_block"}
],
"style": {"style": "CELLULAR"},
"zoom": 0.07
}
}]
},
{
"place": [
"structures/landstone1",
"structures/landstone2",
"structures/landstone3",
"structures/landstone4",
"structures/landstone5"
],
"chance": 1,
"mode": "PAINT",
"underwater": true,
"waterloggable": true,
"edit": [
{
"find": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:dirt"}
],
"replace": {"palette": [{"block": "minecraft:clay"}]}
},
{
"find": [
{"block": "minecraft:tall_grass"},
{"block": "minecraft:grass"}
],
"replace": {"palette": [{"block": "minecraft:seagrass"}]}
}
]
},
{
"place": [
"structures/shipgenericw",
"structures/shipgenericc",
"structures/shipgenericr",
"structures/shipgenericu",
"structures/shipgenericc",
"structures/BShip1",
"structures/BShip2",
"structures/BShip3",
"structures/BShip4",
"structures/BShip5",
"structures/BShip6",
"structures/kship1",
"structures/kship2",
"structures/kship3",
"structures/kship4"
],
"markers": [{
"mark": [{"block": "minecraft:spruce_planks"}],
"maximumMarkers": 4,
"marker": "skelepirate"
}],
"chance": 0.005,
"onwater": true,
"translate": {"y": -1},
"waterloggable": true
},
{
"chance": 0.035,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"structures/oruins1",
"structures/oruins2",
"structures/oruins3"
],
"mode": "PAINT",
"loot": [{"name": "tropical-dungeon"}]
}
],
"decorators": [
{
"chance": 0.05,
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"},
"palette": [
{
"block": "minecraft:sea_pickle",
"data": {"pickles": 1}
},
{
"weight": 2,
"block": "minecraft:sea_pickle",
"data": {"pickles": 2}
},
{
"weight": 3,
"block": "minecraft:sea_pickle",
"data": {"pickles": 3}
},
{
"weight": 4,
"block": "minecraft:sea_pickle",
"data": {"pickles": 4}
}
]
},
{
"chance": 0.02,
"palette": [{"block": "minecraft:kelp_plant"}],
"stackMin": 2,
"stackMax": 6,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.2,
"palette": [{"block": "minecraft:seagrass"}]
},
{
"chance": 0.2,
"palette": [{
"block": "minecraft:tall_seagrass",
"data": {"half": "lower"}
}],
"topPalette": [{
"block": "minecraft:tall_seagrass",
"data": {"half": "upper"}
}],
"partOf": "SEA_FLOOR"
}
],
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": ["tropical-dungeon"]
}
}