9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-19 14:59:24 +00:00
Files
Iris-Pack-EarthWorld/biomes/cursed/oceans/cursed-ocean.json
2023-11-07 09:20:13 -08:00

261 lines
7.0 KiB
JSON

{
"name": "Cursed Ocean",
"derivative": "DEEP_OCEAN",
"vanillaDerivative": "DEEP_OCEAN",
"color": "#808080",
"customDerivitives": [
{
"category": "none",
"id": "cursedforest",
"ambientParticle":{
"particle": "ASH",
"rarity": 3
},
"skyColor": "#111111",
"fogColor": "#111111",
"waterColor": "#660000",
"waterFogColor": "#660000",
"downfallType": "rain",
"grassColor": "#222222",
"foliageColor": "#444444"
}
],
"generators": [{
"generator": "smooth-dunes",
"max": -40,
"min": -80
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"style": {"style": "NOWHERE"},
"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"
}
]
},
{
"minHeight": 2,
"maxHeight": 10,
"palette": [{"block": "minecraft:gravel"}]
}
],
"objects": [
{
"underwater": true,
"waterloggable": true,
"chance": 0.00003,
"mode": "PAINT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
},
"place": [
"structures/gall1",
"structures/gall2",
"structures/gall3"
]
},
{
"underwater": true,
"waterloggable": true,
"chance": 0.01,
"mode": "MIN_HEIGHT",
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"place": [
"structures/shipwithmast",
"structures/shipwithmastdegraded",
"structures/shiprightsideupfull",
"structures/shiprightsideupfulldegraded",
"structures/shiprightsideupfronthalf",
"structures/shiprightsideupfronthalfdegraded",
"structures/shiprightsideupbackhalf",
"structures/shiprightsideupbackhalfdegraded",
"structures/shipsidewaysfull",
"structures/shipsidewaysfulldegraded",
"structures/shipsidewaysfronthalf",
"structures/shipsidewaysfronthalfdegraded",
"structures/shipsidewaysbackhalf",
"structures/shipsidewaysbackhalfdegraded",
"structures/shipupsidedownfull",
"structures/shipupsidedownfulldegraded",
"structures/shipupsidedownfronthalf",
"structures/shipupsidedownfronthalfdegraded",
"structures/shipupsidedownbackhalf",
"structures/shipupsidedownbackhalfdegraded"
]
},
{
"chance": 0.0035,
"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": "structures/ocean-ruins"}],
"overrideGlobalLoot": true
},
{
"loot": ["structures/ocean-ruins"],
"overStilt": 0,
"chance": 0.000035,
"meld": false,
"density": 1,
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boreExtendMinY": 0,
"smartBore": false,
"waterloggable": true,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": -1,
"z": 0
},
"mode": "STILT",
"snow": 0,
"underwater": true,
"boreExtendMaxY": 0,
"onwater": false,
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"place": ["jigsaw/ocean-monument/ocean_monument"],
"markers": [
{
"marker": "guardian",
"exact": false,
"maximumMarkers": 4,
"mark": [
{
"block": "minecraft:dark_prismarine_slab"
}
]
},
{
"marker": "guardian",
"exact": false,
"maximumMarkers": 9,
"mark": [
{
"block": "minecraft:prismarine"
}
]
},
{
"marker": "elderguardian",
"exact": false,
"maximumMarkers": 3,
"mark": [
{
"block": "minecraft:sea_pickle"
}
]
}
]
}
],
"decorators": [
{
"chance": 0.09,
"palette": [{"block": "minecraft:kelp_plant"}],
"stackMin": 2,
"stackMax": 12,
"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"
}
]
}