1.0
Compatibility
Changes
⦠Skin Tweaks (1.8.9) Skin Tweaks is a lightweight, feature-packed client-side Minecraft 1.8.9 Forge mod that gives you complete control over player skins and capes in real time ā on any server, singleplayer world, or client setup!
⨠Features š Real-Time Skin Overrides: Override your own skin or any online/offline player's skin instantly without restarting your game or reconnecting to servers. š¬ Animated GIF & HD Capes: Full support for .gif animated capes, OptiFine multi-frame vertical strip PNG capes, and custom static capes. š¦ Native Windows Drag & Drop: Simply drag .png or .gif files directly from your Windows desktop or file explorer into the in-game GUI to apply them immediately! š Dedicated Preset Library: Save your favorite skins and capes into separate Skin and Cape libraries for instant 1-click application. š Server Player Finder: Integrated real-time search bar to quickly find and override any online player in your current multiplayer match.
š® How to Use Press O in-game to open the Skin Tweaks interface. Select your player name (or any online player) from the left list. Type a Player Name, paste a URL, or Drag & Drop a .png skin or .gif cape file into the window! Click ā¶ Apply Override to enjoy your custom skin or cape! āļø Configuration & Saved Data All your active overrides and saved library presets are automatically stored in: %APPDATA%.minecraft\config\skin_tweaks\
š overrides.json ā Active skin and cape mappings š library.json ā Saved library presets š ļø Credits & Information Author: DragoMon Minecraft Version: 1.8.9 (Forge) Mod Category: Cosmetics / Utility /
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:EkebTh1p:zwM4aBKZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EkebTh1p:zwM4aBKZ"
}

