Files
minecraft-assets/data/minecraft/worldgen/biome/corruption.json
2025-02-03 11:41:59 +01:00

222 lines
4.7 KiB
JSON

{
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"downfall": 1.0,
"effects": {
"ambient_sound": "nothingtoseeheremovealong:ambient.corruption.loop",
"fog_color": 1356889,
"foliage_color": 1153876,
"grass_color": 1466676,
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "minecraft:music.nether.warped_forest"
},
"particle": {
"options": {
"type": "minecraft:warped_spore"
},
"probability": 0.01428
},
"sky_color": 5046241,
"water_color": 1356889,
"water_fog_color": 1153876
},
"features": [
[],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface"
],
[
"minecraft:amethyst_geode",
"minecraft:potato_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_tatterstone",
"minecraft:ore_amber",
"minecraft:ore_gravtater",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_poisonous_potato",
"minecraft:ore_gold_above_zero",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_medium",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper_small",
"minecraft:underwater_magma"
],
[
"minecraft:brown_mushroom_nether",
"minecraft:red_mushroom_nether"
],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:patch_potato_sparse",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:corrupted_buds",
"minecraft:potato_sprouts",
"minecraft:mother_potato_tree",
"minecraft:potato_tree_tall",
"minecraft:potato_tree"
],
[
"minecraft:potato_cloud"
]
],
"has_precipitation": true,
"spawn_costs": {},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"maxCount": 8,
"minCount": 8,
"weight": 10
},
{
"type": "minecraft:batato",
"maxCount": 16,
"minCount": 8,
"weight": 13
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"maxCount": 4,
"minCount": 4,
"weight": 12
},
{
"type": "minecraft:pig",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:chicken",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:cow",
"maxCount": 4,
"minCount": 4,
"weight": 8
},
{
"type": "minecraft:cat",
"maxCount": 1,
"minCount": 1,
"weight": 40
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:zombie",
"maxCount": 4,
"minCount": 4,
"weight": 95
},
{
"type": "minecraft:poisonous_potato_zombie",
"maxCount": 4,
"minCount": 1,
"weight": 50
},
{
"type": "minecraft:zombie_villager",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:skeleton",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:creeper",
"maxCount": 4,
"minCount": 4,
"weight": 100
},
{
"type": "minecraft:slime",
"maxCount": 4,
"minCount": 4,
"weight": 10
},
{
"type": "minecraft:enderman",
"maxCount": 4,
"minCount": 1,
"weight": 10
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 5
},
{
"type": "minecraft:witch",
"maxCount": 1,
"minCount": 1,
"weight": 100
},
{
"type": "minecraft:phantom",
"maxCount": 1,
"minCount": 1,
"weight": 100
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"maxCount": 6,
"minCount": 4,
"weight": 10
}
],
"water_ambient": [],
"water_creature": []
},
"temperature": 2.0
}