9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/regions/mushroom.json
2025-06-26 21:53:31 +02:00

159 lines
3.9 KiB
JSON

{
"name": "Mushroom",
"color": "#F1C3EF",
"rarity": 20,
"landBiomes": [
"mushroom/forest",
"mushroom/crimson-forest",
"mushroom/forest-extended",
"mushroom/plains",
"mushroom/warped-forest"
],
"caveBiomes": [
"carving/rocky-cavebiome"
],
"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": [
"mushroom/shore/beach"
],
"seaBiomes": [
"mushroom/sea/ocean"
],
"blockDrops": [
{
"drops": [
{
"type": "red_mushroom",
"rarity": 8
},
{
"type": "brown_mushroom",
"rarity": 8
}
],
"blocks": [
{
"block": "minecraft:mycelium"
},
{
"block": "minecraft:mushroom_stem"
},
{
"block": "minecraft:red_mushroom_block"
},
{
"block": "minecraft:brown_mushroom_block"
}
]
}
],
"landBiomeZoom": 1.8,
"effects": [
{
"particleAltX": 1.0E-5,
"particleAway": 1,
"particleAltY": 0.01885,
"particleAltZ": 1.0E-5,
"chance": 3,
"particleEffect": "CRIMSON_SPORE",
"particleDistance": 5,
"particleOffset": 2,
"interval": 50,
"particleCount": 0
},
{
"volume": 6.2,
"minPitch": 0.2,
"chance": 8,
"maxPitch": 0.3,
"sound": "AMBIENT.WARPED_FOREST.ADDITIONS",
"interval": 60000,
"soundDistance": 3
}
],
"entitySpawners": [
"mushroom/passive",
"mushroom/hostile",
"mushroom/cave",
"mushroom/water"
],
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"carving": {
"caves": [
{
"breakSurface": true,
"cave": "rocky/main",
"rarity": 50,
"caveStartHeight": {
"max": 400,
"min": 15,
"style": {
"style": "STATIC"
}
}
}
]
},
"shoreHeightZoom": 1.14,
"loot": {
"mode": "FALLBACK",
"tables": [
"mushroom/clutter",
"mushroom/food"
]
}
}