9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/regions/mesa.json
2021-07-04 16:54:47 -07:00

168 lines
4.3 KiB
JSON

{
"name": "Mesa",
"landBiomes": [
"mesa/plateau",
"mesa/valleys",
"mesa/plateau-high",
"mesa/valleys",
"mesa/mesa",
"mesa/cliffs"
],
"shoreBiomes": [
"mesa/beach"
],
"seaBiomes": [
"mesa/river"
],
"caveBiomes": [
"temperate/old-cavern"
],
"riverBiomes": [
"mesa/river"
],
"spotBiomes": [
{
"biome": "hot/ocean",
"scale": 5,
"type": "SEA",
"shuffle": 328,
"rarity": 36
}
],
"biomeImplosionRatio": 0.75,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"objects": [
{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX", "multiplier": 5
},
"offsetY": 7
},
"chance": 0.9,
"edit": [
{
"chance": 0.01,
"find": [{"block": "deepslate"}],
"replace": {"palette": [{"block": "deepslate_coal_ore"},{"block": "deepslate_copper_ore"},{"block": "deepslate_diamond_ore"},{"block": "deepslate_emerald_ore"},{"block": "deepslate_gold_ore"},{"block": "deepslate_iron_ore"},{"block": "deepslate_lapis_ore"},{"block": "deepslate_redstone_ore"}]}
}],
"place": [
"deepslate/ds1","deepslate/ds2","deepslate/ds3"],
"enabled": true,
"xAxis": {
"interval": 15,
"max": 360,
"min": 0
}
},
{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX", "multiplier": 10
},
"offsetY": 12
},
"chance": 0.05,
"bottom": true,
"density": 1,
"place": [
"amethyst/ame1","amethyst/ame2","amethyst/ame3","amethyst/ame4","amethyst/ame5","amethyst/ame6"],
"edit": [
{
"find": [
{
"block": "glass"
}
],
"replace": {
"palette": [
{
"block": "void_air"
}
]
}
}],
"enabled": true,
"xAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"translate": {"yRandom": 15, "y": 10}
}
],
"deposits": [
{
"minHeight": 25,
"maxPerChunk": 9,
"maxHeight": 50,
"minPerChunk": 3,
"minSize": 3,
"maxSize": 4,
"palette": [
{
"block": "gold_ore"
}],
"varience": 5
},
{
"minHeight": 15,
"maxPerChunk": 4,
"maxHeight": 35,
"minPerChunk": 2,
"minSize": 3,
"maxSize": 5,
"palette": [
{
"block": "lapis_ore"
}],
"varience": 5
},
{
"minHeight": 8,
"maxPerChunk": 12,
"maxHeight": 57,
"minPerChunk": 7,
"minSize": 12,
"maxSize": 22,
"palette": [
{
"block": "blackstone"
}],
"varience": 4
}
],
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"hot-treasure",
"hot-food"
]
},
"riverRarity": 1,
"landBiomeZoom": 1.5,
"shoreHeightMin": 4,
"shoreHeightMax": 6,
"shoreHeightZoom": 1.14,
"riverThickness": 0.006,
"rarity": 30
}