Compatibility
Minecraft: Java Edition
1.21.x
1.20.1–1.20.6
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed CC-BY-4.0
Published 3 months ago
Updated 3 months ago
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
Metadata
Release channel
ReleaseVersion number
1.1.0Loaders
Game versions
1.20.1–1.20.6Downloads
237Publication date
April 14, 2025 at 6:25 PMPublisher

startraveler
Member