This commit is contained in:
Shiroyasha 2025-09-14 20:52:18 +03:00
commit d8d0e9d536
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
2567 changed files with 167778 additions and 0 deletions

View file

@ -0,0 +1,233 @@
{
"temperature": 0.3,
"downfall": 0.4,
"has_precipitation": true,
"effects": {
"sky_color": 6269917,
"fog_color": 12638463,
"water_color": 4562649,
"water_fog_color": 331305,
"grass_color": 6984520,
"foliage_color": 6984520,
"mood_sound": {
"sound": "minecraft:ambient.cave",
"tick_delay": 6000,
"block_search_extent": 8,
"offset": 2
},
"music": {
"sound": "minecraft:music.overworld.forest",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": false
}
},
"spawners": {
"ambient": [
{
"type": "minecraft:bat",
"weight": 10,
"minCount": 8,
"maxCount": 8
}
],
"axolotls": [],
"creature": [
{
"type": "minecraft:sheep",
"weight": 12,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:pig",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:chicken",
"weight": 10,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:cow",
"weight": 8,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:wolf",
"weight": 5,
"minCount": 4,
"maxCount": 4
}
],
"misc": [],
"monster": [
{
"type": "minecraft:spider",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie",
"weight": 95,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:zombie_villager",
"weight": 5,
"minCount": 1,
"maxCount": 1
},
{
"type": "minecraft:skeleton",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:creeper",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:slime",
"weight": 100,
"minCount": 4,
"maxCount": 4
},
{
"type": "minecraft:enderman",
"weight": 10,
"minCount": 1,
"maxCount": 4
},
{
"type": "minecraft:witch",
"weight": 5,
"minCount": 1,
"maxCount": 1
}
],
"underground_water_creature": [
{
"type": "minecraft:glow_squid",
"weight": 10,
"minCount": 4,
"maxCount": 6
}
],
"water_ambient": [],
"water_creature": []
},
"spawn_costs": { },
"carvers": {
"air": [
"minecraft:cave",
"minecraft:cave_extra_underground",
"minecraft:canyon"
]
},
"features": [
[
"wythers:terrain/local/highland_stone_cliffs_surface",
"wythers:terrain/local/highland_stone_cliffs",
"wythers:terrain/local/stone_cliffs_sheer",
"wythers:terrain/extended/scree"
],
[
"minecraft:lake_lava_underground",
"minecraft:lake_lava_surface",
"wythers:terrain/extended/base_mangrove_swamp_forest"
],
[
"minecraft:amethyst_geode"
],
[
"minecraft:monster_room",
"minecraft:monster_room_deep"
],
[],
[],
[
"minecraft:ore_dirt",
"minecraft:ore_gravel",
"minecraft:ore_granite_upper",
"minecraft:ore_granite_lower",
"minecraft:ore_diorite_upper",
"minecraft:ore_diorite_lower",
"minecraft:ore_andesite_upper",
"minecraft:ore_andesite_lower",
"minecraft:ore_tuff",
"minecraft:ore_coal_upper",
"minecraft:ore_coal_lower",
"minecraft:ore_iron_upper",
"minecraft:ore_iron_middle",
"minecraft:ore_iron_small",
"minecraft:ore_gold",
"minecraft:ore_gold_lower",
"minecraft:ore_redstone",
"minecraft:ore_redstone_lower",
"minecraft:ore_diamond",
"minecraft:ore_diamond_large",
"minecraft:ore_diamond_buried",
"minecraft:ore_lapis",
"minecraft:ore_lapis_buried",
"minecraft:ore_copper",
"minecraft:underwater_magma",
"wythers:terrain/local/disk_sand_forest",
"wythers:terrain/local/disk_gravel_forest",
"minecraft:disk_sand",
"minecraft:disk_clay",
"minecraft:disk_gravel",
"wythers:terrain/extended/desert_edge",
"wythers:terrain/extended/badlands_edge"
],
[],
[
"minecraft:spring_water",
"minecraft:spring_lava"
],
[
"minecraft:glow_lichen",
"minecraft:forest_flowers",
"wythers:vegetation/local/trees/forest_birch_grove",
"wythers:vegetation/local/trees/forest_oak",
"wythers:vegetation/local/trees/forest_pine",
"wythers:vegetation/local/trees/forest_pine_2",
"wythers:vegetation/local/trees/forest_birch",
"wythers:vegetation/local/trees/forest_birch_2",
"wythers:vegetation/extended/trees/forest_birch",
"wythers:vegetation/local/trees/forest_eucalyptus",
"wythers:vegetation/local/trees/forest_montane",
"wythers:vegetation/local/trees/forest_tropical",
"wythers:vegetation/extended/trees/forest_cold",
"wythers:vegetation/extended/trees/forest_badlands",
"wythers:vegetation/extended/bushes/cold_forest",
"wythers:vegetation/extended/bushes/birch_forest",
"wythers:vegetation/extended/bushes/oak_forest",
"wythers:vegetation/extended/bushes/pine_forest",
"wythers:vegetation/local/patch/flower_taiga",
"minecraft:brown_mushroom_normal",
"minecraft:red_mushroom_normal",
"minecraft:patch_sugar_cane",
"minecraft:patch_pumpkin"
],
[
"minecraft:freeze_top_layer",
"wythers:terrain/local/snow_blocks",
"wythers:vegetation/local/patch/grass_forest",
"wythers:vegetation/local/patch/fern_montane_forest",
"wythers:vegetation/local/patch/large_fern_forest",
"wythers:terrain/extended/volcanic_extinction",
"wythers:terrain/local/replace_basalt_to_deepslate",
"wythers:terrain/extended/volcano_snow_blocks"
]
]
}