9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/ocean/warm.json
Brian Fopiano f8b4460fae Biomes [You are welcome Coco]
Mandated a Schema Order
2022-05-16 19:52:02 -07:00

303 lines
8.4 KiB
JSON

{
"name": "Ocean Warm",
"color": "#382CAA",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "WARM_OCEAN",
"children": [
"ocean/warm-bottom"
],
"generators": [
{
"min": -32,
"max": -10,
"generator": "mountain"
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 10,
"style": {
"style": "FRACTAL_FBM_IRIS"
},
"zoom": 0.6,
"palette": [
{
"block": "minecraft:sand"
},
{
"block": "minecraft:clay"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:gravel"
},
{
"block": "minecraft:sand"
},
{
"block": "minecraft:dirt"
},
{
"weight": 2,
"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,
"density": 2,
"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": 0.5,
"density": 2,
"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.02,
"palette": [
{
"block": "minecraft:kelp_plant"
}
],
"stackMin": 2,
"stackMax": 6,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.05,
"palette": [
{
"block": "minecraft:seagrass"
}
]
},
{
"chance": 0.05,
"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"
]
},
"childStyle": {
"style": "GLOB",
"zoom": 1,
"exponent": 1.3
},
"childShrinkFactor": 1
}