mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
68 lines
1.8 KiB
JSON
Vendored
68 lines
1.8 KiB
JSON
Vendored
{
|
|
"format_version": "1.13.0",
|
|
"minecraft:biome": {
|
|
"description": {
|
|
"identifier": "frozen_peaks"
|
|
},
|
|
"components": {
|
|
"minecraft:climate": {
|
|
"downfall": 0.9,
|
|
"snow_accumulation": [ 0.125, 0.25 ],
|
|
"temperature": -0.7
|
|
},
|
|
"minecraft:mountain_parameters": {
|
|
"steep_material_adjustment": {
|
|
"material": "minecraft:packed_ice",
|
|
"north_slopes": true,
|
|
"east_slopes": true
|
|
}
|
|
},
|
|
"minecraft:surface_parameters": {
|
|
"sea_floor_depth": 7,
|
|
"sea_floor_material": "minecraft:ice",
|
|
"foundation_material": "minecraft:stone",
|
|
"mid_material": "minecraft:snow",
|
|
"top_material": "minecraft:snow",
|
|
"sea_material": "minecraft:ice"
|
|
},
|
|
"minecraft:surface_material_adjustments": {
|
|
"adjustments": [
|
|
{
|
|
"materials": {
|
|
"mid_material": "minecraft:packed_ice"
|
|
},
|
|
"noise_frequency_scale": 0.0625,
|
|
"noise_range": [ -0.5, 0.2 ]
|
|
},
|
|
{
|
|
"materials": {
|
|
"top_material": "minecraft:packed_ice"
|
|
},
|
|
"noise_frequency_scale": 0.0625,
|
|
"noise_range": [ 0.0, 0.2 ]
|
|
},
|
|
{
|
|
"materials": {
|
|
"mid_material": "minecraft:ice"
|
|
},
|
|
"noise_frequency_scale": 0.5000,
|
|
"noise_range": [ -0.0625, 0.0250 ]
|
|
},
|
|
{
|
|
"materials": {
|
|
"top_material": "minecraft:ice"
|
|
},
|
|
"noise_frequency_scale": 0.5000,
|
|
"noise_range": [ 0.0, 0.0250 ]
|
|
}
|
|
]
|
|
},
|
|
"mountains": {},
|
|
"monster": {},
|
|
"overworld": {},
|
|
"frozen": {},
|
|
"frozen_peaks": {}
|
|
}
|
|
}
|
|
}
|