UID280129性别保密经验 EP铁粒 粒回帖0主题精华在线时间 小时注册时间2022-2-10最后登录1970-1-1
|
发表于 2024-7-4 17:58:00|显示全部楼层 IP:广东省
参考安装包 definitions/biomes/snowy_slopes.biome.json 发现的方法:使用“surface_material_adjustments”:
给个例子
- "minecraft:surface_material_adjustments": {
- "adjustments": [
- {
- "materials": {
- "top_material": "minecraft:diamond_block" // 方块 ID
- },
- "noise_frequency_scale": 0.2, // 参数
- "noise_range": [ 0.35, 0.6 ]
- },
- {
- "materials": {
- "top_material": "minecraft:gold_block"
- },
- "noise_frequency_scale": 0.1,
- "noise_range": [ 0.35, 0.6 ]
- },
- {
- "materials": {
- "mid_material": "minecraft:powder_snow"
- },
- "noise_frequency_scale": 0.2,
- "noise_range": [ 0.45, 0.58 ]
- }
- ]
- },
复制代码 补充一些文档: https://learn.microsoft.com/en-u ... raft-bedrock-stable
|
2#2024-7-4 17:58:00回复(0)收起回复 |