mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-19 14:59:22 +00:00
168 lines
4.0 KiB
JSON
168 lines
4.0 KiB
JSON
{
|
|
"name": "Swamp",
|
|
"color": "#69943C",
|
|
"rarity": 2,
|
|
"landBiomes": [
|
|
"swamp/roofed-forest",
|
|
"swamp/sea/lake",
|
|
"swamp/roofed-wayward",
|
|
"swamp/marsh",
|
|
"swamp/handy-willow-forest",
|
|
"swamp/cambian-drift",
|
|
"swamp/swamp-forest",
|
|
"swamp/willow-forest",
|
|
"swamp/creaks"
|
|
],
|
|
"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
|
|
}
|
|
}
|
|
],
|
|
"caveBiomes": [
|
|
"carving/rocky-cavebiome"
|
|
],
|
|
"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": 2,
|
|
"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:short_grass"
|
|
},
|
|
{
|
|
"block": "minecraft:tall_grass"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"loot": {
|
|
"mode": "FALLBACK",
|
|
"tables": [
|
|
"swamp/clutter",
|
|
"swamp/food"
|
|
]
|
|
}
|
|
} |