9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/swamp.json
2021-08-21 19:11:02 -07:00

214 lines
5.9 KiB
JSON

{
"name": "Swamp",
"color": "#68411E",
"landBiomes": [
"swamp/roofed-forest",
"swamp/willow-forest",
"swamp/sea/lake",
"swamp/roofed-wayward",
"swamp/cambian-drift",
"swamp/marsh"
],
"shoreBiomes": ["swamp/shore/beach"],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 250
}],
"seaBiomes": [
"swamp/sea/ocean",
"swamp/sea/ocean-tree"
],
"caveBiomes": [
"cave/murky-cavern",
"cave/murky-cavern-gleaming"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "NOWHERE",
"zoom": 5
}
},
"entitySpawners": [
"swamp/land-passive",
"swamp/land-hostile",
"swamp/land-cave"
],
"biomeImplosionRatio": 0.26,
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "minecraft:coal_ore"}],
"varience": 4
},
{
"minHeight": 35,
"maxPerChunk": 5,
"maxHeight": 70,
"minPerChunk": 4,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "minecraft:iron_ore"}],
"varience": 4
}
],
"objects": [
{
"chance": 0,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": 0
}
},
"translate": {
"y": 0,
"yRandom": -1
},
"trees": [{
"anySize": true,
"treeTypes": [
"TREE",
"BIG_TREE",
"REDWOOD",
"MEGA_REDWOOD",
"TALL_REDWOOD",
"DARK_OAK"
],
"sizes": [
{
"depth": 1,
"width": 1
},
{
"width": 2,
"depth": 2
}
]
}],
"edit": [
{
"find": [
{"block": "minecraft:spruce_fence"},
{"block": "minecraft:spruce_slab"}
],
"replace": {"palette": [{"block": "minecraft:spruce_wood"}]}
},
{
"find": [
{"block": "minecraft:oak_wood"},
{"block": "minecraft:dark_oak_wood"}
],
"replace": {
"palette": [
{"block": "minecraft:dark_oak_wood"},
{"block": "minecraft:spruce_wood"}
],
"style": {
"style": "SIMPLEX",
"zoom": 0.25
}
}
},
{
"find": [{"block": "minecraft:oak_leaves"}],
"replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]}
}
],
"place": [
"trees/oak/truegeneric1",
"trees/oak/truegeneric2",
"trees/oak/truegeneric3",
"trees/oak/truegeneric4",
"trees/oak/truegeneric5",
"trees/oak/hoakgeneric1",
"trees/oak/hoakgeneric2",
"trees/oak/hoakgeneric3",
"trees/oak/hoakgeneric4",
"trees/oak/hoakgeneric5",
"trees/oak/hoakgeneric6",
"trees/oak/hoakgeneric7",
"trees/oak/hoakgeneric8"
]
},
{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX",
"multiplier": 10
},
"offsetY": 5
},
"chance": 0.05,
"bottom": true,
"density": 1,
"place": [
"structures/amethyst1",
"structures/amethyst2",
"structures/amethyst3",
"structures/amethyst4",
"structures/amethyst5",
"structures/amethyst6"
],
"edit": [{
"find": [{"block": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft:void_air"}]}
}],
"enabled": true,
"xAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"translate": {
"yRandom": 10,
"y": 2
}
}
],
"landBiomeZoom": 3,
"shoreHeightMin": 1.2,
"shoreHeightMax": 3,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"global-treasure",
"swamp-clutter",
"swamp-food"
]
},
"shoreHeightZoom": 3.14,
"blockDrops": [{
"drops": [{
"type": "slime_ball",
"rarity": 24
}],
"blocks": [
{"block": "minecraft:grass_block"},
{"block": "minecraft:dark_oak_leaves"},
{"block": "minecraft:grass"},
{"block": "minecraft:tall_grass"}
]
}],
"rarity": 4
}