mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-31 20:56:31 +00:00
120 lines
3.0 KiB
JSON
120 lines
3.0 KiB
JSON
{
|
|
"name": "Mushroom",
|
|
"color": "#F1C3EF",
|
|
"rarity": 20,
|
|
"landBiomes": [
|
|
"mushroom/forest",
|
|
"mushroom/crimson-forest",
|
|
"mushroom/forest-extended",
|
|
"mushroom/plains",
|
|
"mushroom/warped-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": ["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": "REPLACE",
|
|
"tables": ["mushroom/clutter", "mushroom/food"]
|
|
}
|
|
}
|