Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
Links
Tags
Creators
Details
Licensed MIT
Published 11 months ago
Updated 11 months ago
Music Frequency Controller
A simple Minecraft Fabric mod that lets you control how often background music plays. Adjust from vanilla timing to nearly continuous music with an easy-to-use visual interface.
โจ Features
- ๐ต Music Frequency Control: Adjust from 0.1x (vanilla) to 10.0x (continuous)
- ๐พ Persistent Settings: Configuration saves automatically across game restarts
- ๐ฎ Visual Interface: Intuitive sliders and controls in-game
- โก Zero Dependencies: Only requires Fabric API
- ๐ง Customizable: Adjust frequency, step size, and toggle features
๐ฎ How to Use
Simple Controls
- Press M โ Opens configuration screen
- Drag frequency slider โ Adjust music frequency (0.1x to 10.0x)
- Click Done โ Settings save automatically
Frequency Guide
- 0.1x: Vanilla timing (rare music)
- 1.0x: Normal vanilla frequency
- 3.0x: Music plays 3x more often
- 5.0x: Very frequent music
- 10.0x: Nearly continuous music
๐ Configuration
In-Game Settings
- Music Frequency Slider: Visual control from 0.1x to 10.0x
- Adjustment Step: Control precision of changes
- Key Bindings: Toggle M key on/off
- Messages: Toggle on-screen frequency notifications
- Debug Mode: Enable detailed logging
Config File
Settings are saved to .minecraft/config/music-frequency-controller.json:
{
"musicFrequencyMultiplier": 3.0,
"frequencyStep": 0.1,
"enableKeyBindings": true,
"showFrequencyMessages": true,
"debugMode": false,
"openConfigKey": 77
}
๐ฆ Installation
-
Install Prerequisites:
- Fabric Loader (0.15.0+)
- Fabric API
- Java 21+
-
Install Mod:
- Download the mod jar file
- Place in your
.minecraft/modsfolder - Launch Minecraft with Fabric profile
๐ Compatibility
- Minecraft: 1.21.4 (more version added soon)
- Mod Loader: Fabric
- Java: 21 or newer
- Dependencies: Fabric API only
๐ง Technical Details
Uses Mixin to modify the MusicTracker class for music timing control.
๐ License
MIT License


