Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Indicative Pitch

Indicative Pitch

Increases the pitch of the block breaking sound as the block is closer to being broken.

896
16
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.1–1.20.6

Platforms

Fabric

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Creators

startraveler
startraveler Member

Details

Licensed CC-BY-4.0
Published 3 months ago
Updated 3 months ago
DescriptionChangelogVersions
All versionsIndicative Pitch 1.1.0

Indicative Pitch 1.1.0

Auto-featured
Download
Report

Changelog

Edit: WARNING! THIS WILL CRASH ON 1.21.2+! Use version 1.1.1 instead for those versions.

Added another mixin, as shown below, to change the pitch of the sound when the block actually breaks.

@Mixin(LevelRenderer.class)
public class LevelRendererMixin {

    @ModifyExpressionValue(at = @At(value = "INVOKE", target = "Lnet/minecraft/world/level/block/SoundType;getPitch()F"), method = "levelEvent")
    private float modifyPitch(float original) {
        float returnValue = 2.0f * original;
        // System.out.println("Returning " + returnValue);
        return returnValue;
    }

}

Files

indicativepitch-1.1.0.jar(13.97 KiB) Primary
Download
indicativepitch-1.1.0-sources.jar(10.87 KiB)
Download

Metadata

Release channel

Release

Version number

1.1.0

Loaders

Fabric

Game versions

1.20.1–1.20.6

Downloads

237

Publication date

April 14, 2025 at 6:25 PM

Publisher

startraveler

startraveler

Member

Version ID

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.