Resourceful Block Sounds
ModrinthResourceful Block Sounds allows resource pack makers to define their own block sound groups, and assign blocks to them
2.4k downloads 16 followers updated 34mo ago
Resourceful Block Sounds
What is this?
Resourceful Block Sounds allows resource pack makers to define their own block sound groups, and assign blocks to them!
Creating a sound group
- Create a JSON file and place it in the directory: assets/minecraft/rbs/groups/<your_sound_groups_name>.json
- The content of the file should look like this:
{ "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 reference this sound group, you would type
"minecraft:your_sound_groups_name"whereyour_sound_groups_nameis the name of the file you created.
Changing blocks sounds
- Create a JSON file and place it in the directory: assets/minecraft/rbs/lists/<list_name>.json
- The content of the file should look like this:
{ "group": "minecraft:wood", "blocks": [ "minecraft:dirt", "minecraft:grass_block" ] } - This makes it so that dirt and dirt blocks sound like wood
- All Minecraft sound groups are available to use out of the box, the complete list being:
minecraft:intentionally_emptyminecraft:woodminecraft:gravelminecraft:grassminecraft:lily_padminecraft:stoneminecraft:metalminecraft:glassminecraft:woolminecraft:sandminecraft:snowminecraft:powder_snowminecraft:ladderminecraft:anvilminecraft:slimeminecraft:honeyminecraft:wet_grassminecraft:coralminecraft:bamboominecraft:bamboo_saplingminecraft:scaffoldingminecraft:sweet_berry_bushminecraft:cropminecraft:stemminecraft:vineminecraft:nether_wartminecraft:lanternminecraft:nether_stemminecraft:nyliumminecraft:fungusminecraft:rootsminecraft:shroomlightminecraft:weeping_vinesminecraft:weeping_vines_low_pitchminecraft:soul_sandminecraft:soul_soilminecraft:basaltminecraft:wart_blockminecraft:netherrackminecraft:nether_bricksminecraft:nether_sproutsminecraft:nether_oreminecraft:boneminecraft:netheriteminecraft:ancient_debrisminecraft:lodestoneminecraft:chainminecraft:nether_gold_oreminecraft:gilded_blackstoneminecraft:candleminecraft:amethyst_blockminecraft:amethyst_clusterminecraft:small_amethyst_budminecraft:medium_amethyst_budminecraft:large_amethyst_budminecraft:tuffminecraft:calciteminecraft:dripstone_blockminecraft:pointed_dripstoneminecraft:copperminecraft:cave_vinesminecraft:spore_blossomminecraft:azaleaminecraft:flowering_azaleaminecraft:moss_carpetminecraft:pink_petalsminecraft:moss_blockminecraft:big_dripleafminecraft:small_dripleafminecraft:rooted_dirtminecraft:hanging_rootsminecraft:azalea_leavesminecraft:sculk_sensorminecraft:sculk_catalystminecraft:sculkminecraft:sculk_veinminecraft:sculk_shriekerminecraft:glow_lichenminecraft:deepslateminecraft:deepslate_bricksminecraft:deepslate_tilesminecraft:polished_deepslateminecraft:froglightminecraft:frogspawnminecraft:mangrove_rootsminecraft:muddy_mangrove_rootsminecraft:mudminecraft:mud_bricksminecraft:packed_mudminecraft:hanging_signminecraft:nether_wood_hanging_signminecraft:bamboo_wood_hanging_signminecraft:bamboo_woodminecraft:nether_woodminecraft:cherry_woodminecraft:cherry_saplingminecraft:cherry_leavesminecraft:cherry_wood_hanging_signminecraft:chiseled_bookshelfminecraft:suspicious_sandminecraft:suspicious_gravelminecraft:decorated_potminecraft:decorated_pot_shatter
Versions
No version history available. Use the Download button to get the latest from the source.

Comments 0
No comments yet. Be the first to share your thoughts.