完整版BedrockWiki镜像!
This commit is contained in:
122
docs/wiki/blocks/block-sounds.md
Normal file
122
docs/wiki/blocks/block-sounds.md
Normal file
@@ -0,0 +1,122 @@
|
||||
---
|
||||
title: 方块声音
|
||||
category: 文档
|
||||
mentions:
|
||||
- MedicalJewel105
|
||||
- TheItsNameless
|
||||
- QuazChick
|
||||
---
|
||||
|
||||
# 方块声音
|
||||
|
||||
<!--@include: @/wiki/bedrock-wiki-mirror.md-->
|
||||
|
||||
方块声音指的是`blocks.json`中方块条目内的音效属性。
|
||||
该属性用于设置方块的基本音效,包含挖掘音效、踩踏音效、破坏音效和放置音效等。您可以通过以下方式为方块添加音效:
|
||||
|
||||
::: code-group
|
||||
```json [RP/blocks.json]
|
||||
{
|
||||
"format_version": [1, 1, 0],
|
||||
"wiki:custom_log": {
|
||||
"sound": "wood" // 在此定义音效
|
||||
}
|
||||
}
|
||||
```
|
||||
:::
|
||||
|
||||
以下为`sound`属性的有效值:
|
||||
|
||||
<!-- page_dumper_start -->
|
||||
| *最后更新于1.20.10版本* |
|
||||
| -------------------------- |
|
||||
| amethyst_block |
|
||||
| amethyst_cluster |
|
||||
| ancient_debris |
|
||||
| anvil |
|
||||
| azalea |
|
||||
| azalea_leaves |
|
||||
| bamboo |
|
||||
| bamboo_sapling |
|
||||
| bamboo_wood |
|
||||
| bamboo_wood_hanging_sign |
|
||||
| basalt |
|
||||
| big_dripleaf |
|
||||
| bone_block |
|
||||
| calcite |
|
||||
| candle |
|
||||
| cave_vines |
|
||||
| chain |
|
||||
| cherry_leaves |
|
||||
| cherry_wood |
|
||||
| cherry_wood_hanging_sign |
|
||||
| chiseled_bookshelf |
|
||||
| cloth |
|
||||
| comparator |
|
||||
| copper |
|
||||
| coral |
|
||||
| decorated_pot |
|
||||
| deepslate |
|
||||
| deepslate_bricks |
|
||||
| dirt_with_roots |
|
||||
| dripstone_block |
|
||||
| frog_spawn |
|
||||
| froglight |
|
||||
| fungus |
|
||||
| glass |
|
||||
| grass |
|
||||
| gravel |
|
||||
| hanging_roots |
|
||||
| hanging_sign |
|
||||
| honey_block |
|
||||
| itemframe |
|
||||
| ladder |
|
||||
| lantern |
|
||||
| large_amethyst_bud |
|
||||
| lever |
|
||||
| lodestone |
|
||||
| mangrove_roots |
|
||||
| medium_amethyst_bud |
|
||||
| metal |
|
||||
| moss_block |
|
||||
| moss_carpet |
|
||||
| mud |
|
||||
| mud_bricks |
|
||||
| muddy_mangrove_roots |
|
||||
| nether_brick |
|
||||
| nether_gold_ore |
|
||||
| nether_sprouts |
|
||||
| nether_wart |
|
||||
| nether_wood |
|
||||
| nether_wood_hanging_sign |
|
||||
| netherite |
|
||||
| netherrack |
|
||||
| nylium |
|
||||
| packed_mud |
|
||||
| pink_petals |
|
||||
| pointed_dripstone |
|
||||
| powder_snow |
|
||||
| roots |
|
||||
| sand |
|
||||
| scaffolding |
|
||||
| sculk |
|
||||
| sculk_catalyst |
|
||||
| sculk_sensor |
|
||||
| sculk_shrieker |
|
||||
| sculk_vein |
|
||||
| shroomlight |
|
||||
| slime |
|
||||
| small_amethyst_bud |
|
||||
| snow |
|
||||
| soul_sand |
|
||||
| soul_soil |
|
||||
| spore_blossom |
|
||||
| stem |
|
||||
| stone |
|
||||
| suspicious_gravel |
|
||||
| suspicious_sand |
|
||||
| sweet_berry_bush |
|
||||
| tuff |
|
||||
| vines |
|
||||
| wood |
|
||||
<!-- page_dumper_end -->
|
||||
Reference in New Issue
Block a user