your current location:首页 > news>Resourceful Block Sounds Minecraft

Resourceful Block Sounds Minecraft

2024-12-15 02:22:27|Myriagame |source:minecraft skins

Overview

This module allows the resource package producer to customize the sound set and use them on some blocks.

Create and reference sound sets

Create a JSON file and place it in the following directory of the resource package: Assets/Minecraft/RBS/Groups/[Sound Group Name] .json.

An example of the content of the file is as follows. From top to bottom, sound height, tone, damaged sound, the sound of walking on the square, the sound of the placement, the sound of the damage process, and the sound of falling to the square.Here is a specific sound file name.

 {"pitch": 1, "volume": 1, "Break": "block.wood.break", "step": "block.wood.step", "Place": Block.wood.place", "Hit": "block.wood.hit", "fall": "block.wood.fall"} 

To quote this sound set, fill in the sound set name in the "Change the Block Sound" below.

Change the block sound

Create a JSON file and place it in the following directory of the resource package: Assets/Minecraft/RBS/Lists/[List name] .json

An example of the file content is as follows. This file makes the soil and grass sound like wood.A file can complete the setting of all block sounds.

 {"Group": "Minecraft: Wood", "Blocks": ["Minecraft: DIRT", "Minecraft: GRASS_BLOCK"]} 

All Minecraft original sound sets can be used directly, which contains the sound effects of almost all blocks.The complete list of the sound set is as follows:

 Minecraft: AMTHYST_BLOCKMINECRAFT: AMETHYST_CLUSTERMINECRAFT: Ancient_Debrisminecraft: Anvilminecraft: AzaleamineCraft: Azalea_leAveSminecraft T: Bamboominecraft: Bamboo_sapLingMinecraft: Bamboo_woodmineCraft: Bamb OO_WOOD_HANGING_SIGNMINECRAFT: BasaltmineCraft: Big_dripleAFMINECRAFT: BoneMinecraft: CalciteMinecraft: Candleminecraft: CAVE_VINESMINECRAFT: CHA Inminecraft inCraft: Cherry_wood_hanging_SIGNMINECRAFT: chiseled_BookSheldmineCraft: Copperminecraft:CORALMINECRAFT: COROPMINECRAFT: DecoTED_POTMINECRAFT: DecoTED_POT_SHAT TERMINECRAFT: DeepslatemineCraft: Deepslate_bricksmineCraft: Deepslate_ti LesmineCraft: dripstone_blockminecraft: flowering_azaleamineCraft: From IGHTMINECRAFT: FrogspawnMinecraft: FUNGUSMINECRAFT: Gilded_blackstonemine Craft: GlassMineCraft: Glow_lichenMinecraft: Grassminecraft: GravelmineCr AFT: Hanging_RoOTSMINECRAFT: Hanging_SIGNMINECRAFT: Honeyminecraft: Intent: Intent IONALLY_EMPTYLADDERMINECRAFT: LANTERNMINECRAFT: LARGE_AMETHYST_BUDMINECRAFT: Lily_pad Minecraft: LodestoneMinecraft: MANGROVE_ROOTSMINECRAFT: Medium_amethyst_b_b_b UdmineCraft: MOSS_BLOCKMINECRAFT: MOSS_CARPETMINECRAF T: MUDMINECRAFT: MUD_BRICKSMINECRAFT: MOD Ether_bricksmineCraft: Nether_gold_oreminecraft: Nether_oreminecraft: Net Her_SproutSmineCraft: Nether_StemmineCraft: Nether_wartMineCraft: Nether_W OODMINECRAFT: Nether_wood_hanging_SIGNMINECRAFT: NetheriteMinecraft: NetherrackMinecraft: Nyliumminecraft: Packed_mudMineCraft:pink_petalSmineCraft: Pointed_dripStoneMinecraft: Polished_Deepslatemi NECRAFT: Powder_SNowMinecraft: rooted_DirtMinecraft: SAND MINECRAFT: ScaffoldingMineCraft: SculkMinecraft: Sculk_CatalystMinecraft: Sculk_SensormineCraft: Sculk_shriekeermineCraft:

sculk_veinminecraft: ShroomLightMinecraft: Slimeminecraft: Small_amethy ST_BUDMINECRAFT: Small_DripleAfmineCraft: Soul_sandMinec Raft: SOUL_SOIMINECRAFT: SPORE_BLOSSOMINECRAFT: STEMMINECRAFT: Stonem INECRAFT: Suspicious_gravelminecraft: Suspicious_sandMineCraft: SWEET_B erry_bushminecraft: tuffminecraft: vineminecraft: WART_BLOCKMINECRAFT: We EPING_VINESMINECRAFT: Weeping_vines_low_pitchMineCraft: WET_GRASSMINECR AFT: WOODMINECRAFT: WOOL

Minecraft images

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.