9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/regions/swamp.json
Brian Fopiano af4c2b0c82 Spawn Overhaul
2021-07-31 20:08:10 -07:00

153 lines
4.4 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": 750
}],
"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": "IRIS",
"zoom": 5
}
},
"entitySpawners": [
"swamp"
],
"biomeImplosionRatio": 0.26,
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 3,
"maxHeight": 70,
"minPerChunk": 1,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "coal_ore"}],
"varience": 4
},
{
"minHeight": 35,
"maxPerChunk": 5,
"maxHeight": 70,
"minPerChunk": 4,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "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": "spruce_fence"}, {"block": "spruce_slab"}], "replace": {"palette": [{"block": "spruce_wood"}]}},{"find": [{"block": "oak_wood"}, {"block": "dark_oak_wood"}], "replace": {"palette": [{"block": "dark_oak_wood"},{"block": "spruce_wood"}], "style": {"style": "SIMPLEX", "zoom": 0.25}}}, {"find": [{"block": "oak_leaves"}], "replace": {"palette": [{"block": "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": "glass"}],
"replace": {"palette": [{"block": "void_air"}]}
}],
"enabled": true,
"xAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"translate": {
"yRandom": 10,
"y": 2
}
}],
"landBiomeZoom": 1.85,
"shoreHeightMin": 0.02,
"shoreHeightMax": 1.2,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"global-treasure",
"swamp-clutter",
"swamp-food"
]
},
"shoreHeightZoom": 1.14,
"blockDrops": [{
"drops": [{
"type": "slime_ball",
"rarity": 24
}],
"blocks": [
{"block": "grass_block"},
{"block": "dark_oak_leaves"},
{"block": "grass"},
{"block": "tall_grass"}
]
}],
"rarity": 4
}