9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-02 21:52:19 +00:00
Files
Iris-Pack-Overworld/regions/swamp.json
2022-09-16 13:35:08 +02:00

120 lines
2.9 KiB
JSON

{
"name": "Swamp",
"color": "#69943C",
"rarity": 2,
"landBiomes": [
"swamp/roofed-forest",
"swamp/willow-forest",
"swamp/sea/lake",
"swamp/roofed-wayward",
"swamp/swamp-forest",
"swamp/cambian-drift",
"swamp/marsh",
"swamp/handy-willow-forest"
],
"objects": [{
"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
}
}],
"shoreBiomes": ["swamp/shore/beach"],
"seaBiomes": [
"swamp/sea/ocean",
"swamp/swamp-mangrove-lake",
"swamp/sea/ocean-tree"
],
"entitySpawners": [
"swamp/passive",
"swamp/hostile",
"swamp/cave",
"swamp/water"
],
"deposits": [
{
"minHeight": 35,
"maxPerChunk": 6,
"maxHeight": 109,
"minPerChunk": 1,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:coal_ore"}],
"varience": 4
},
{
"minHeight": 35,
"maxPerChunk": 10,
"maxHeight": 109,
"minPerChunk": 4,
"minSize": 3,
"maxSize": 8,
"palette": [{"block": "minecraft:iron_ore"}],
"varience": 4
}
],
"landBiomeZoom": 3,
"shoreHeightMin": 1.2,
"shoreHeightMax": 3,
"carving": {"caves": [{
"breakSurface": true,
"cave": "swamp/main",
"rarity": 10,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {"style": "STATIC"}
}
}]},
"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"}
]
}],
"loot": {
"mode": "REPLACE",
"tables": ["swamp/clutter", "swamp/food"]
}
}