A client-only Fabric mod for Minecraft that allows players to drag and drop PNG skin files directly into the game and apply them immediately without restarting.
- Minecraft 1.20.1+
- Fabric Loader 0.16.12+ Or Forge in 1.20.1-1.20.4 Or even Neoforge newer i guess 46+
- Fabric API 0.92.6+ & Forgified Fabric API
- Java 17+
- Download the latest
.jarfile from releases - Place it in your
%minecraft%/modsfolder - Launch Minecraft with Fabric Loader
- Press K in-game to open the skin manager
- Clone this repository
- Run
./gradlew build(orgradlew.bat buildon Windows) - Find the built JAR in
build/libs/
- Open the GUI: Press K in-game
- Drag & Drop: Drag a PNG file from your file explorer into the drop zone
- Alternative: Click "Pick File" to browse for PNG files
- Apply: Click "Apply Skin" to apply the skin
- Clear: Use "Clear Skin" to remove the custom skin
- Close: Click "Close" or press ESC
- Java 17 or higher
- Gradle (included in the project)
# Build the mod
./gradlew build
# Build without running tests
./gradlew build -x test
# Clean build
./gradlew clean build
# Generate sources JAR
./gradlew sourcesJarThe built mod will be available in:
build/libs/felixskin-1.2.3.jar- Main mod JARbuild/libs/felixskin-1.2.3-sources.jar- Source code JAR
(Undergoing Restructure)
Undergoing Too
- Mod not loading: Ensure you have the correct Fabric Loader version
- K key not working: Check if the key binding conflicts with other mods
- Skin not applying: Verify the PNG file is valid and not corrupted
- Performance issues: Large HD skins (>2048x2048) may impact performance
Check the Minecraft logs for any error messages. The mod logs important events with the prefix [FelixSkin].
- GitHub: https://github.com/dotprepare/felixskins
- Discord: Join our community for support
- Issues: Report bugs on GitHub Issues
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Frame121