Skip to content

Version 1.1.0 - Custom Resources System

Latest

Choose a tag to compare

@LuigiLoeck LuigiLoeck released this 05 Nov 05:10
c3115c5

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

Installation

  1. Download phonk-edit-mod-1.1.0.jar
  2. Install Fabric Loader for Minecraft 1.21
  3. Install Fabric API
  4. Place the JAR in .minecraft/mods/
  5. Launch Minecraft!

Full Changelog

See CHANGELOG.md for complete version history.