Links
Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated 10 months ago
All versions
1.1.0
Release
Phonk Edit Mod 1.1.010 months ago 26.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Custom Resources System
Major update adding full custom resource support with user-friendly UI and error detection.
✨ New Features
Custom Images
- Add PNG files to
.minecraft/phonk-edit-mod/custom_images/ - Hot-reload support (F3+T or reload button)
- 3 modes: Mod Only / Mix / Custom Only
- Error detection for invalid formats
- "Open Images Folder" button
Custom Audio
- Resource pack-based system (OGG Vorbis only)
- Auto-generated tutorial pack at
resourcepacks/PhonkEdit-CustomSongs/ - Hot-reload support
- 3 modes: Mod Only / Mix / Custom Only
- Error detection for invalid formats
- "Open Audio Folder" button
- Automatic resource pack activation
Toast Notifications
- Achievement-style notifications (non-invasive)
- Shows loaded resource counts
- Error notifications for invalid files
- Custom icon support
UI Improvements
- Effect intensity sliders (zoom/blur/shake)
- Quick access buttons
- "Reload Custom Files" button with feedback
Bug Fixes
- Fixed thread management (replaced raw threads with ScheduledExecutorService)
- Fixed resource leaks in CustomSoundDetector
- Centralized notification logic
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:7LH9mz1r:ktbmFKk9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7LH9mz1r:ktbmFKk9"
}

