promotional bannermobile promotional banner

SkinCraft

Skincraft lets you create, edit, and share custom Minecraft skins without ever leaving the game. Skincraft offers 2D/3D skin editor, community skins, and capes for Fabric.

File Details

skincraft-1.2.2.jar

  • R
  • Apr 14, 2026
  • 155.91 KB
  • 167
  • 26.1.2+2
  • Fabric

File Name

skincraft-1.2.2.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:skincraft-1510382:7925206"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

SkinCraft 1.2.2

Minecraft: 26.1 · Loader: Fabric · Java: 25+

Highlights

  • Removed unused openUri helpers that spawned external processes (rundll32 / url.dll on Windows, open / xdg-open elsewhere). Automated moderation often flags those patterns as risky.

Compatibility

  • Requires Fabric API for Minecraft 26.1 (e.g. 0.144.3+26.1 or compatible).

Install

  • Use Minecraft 26.1 with Fabric. Add Fabric API (matching this MC version) and **skincraft-1.2.2.jar** to your mods folder.
  • New to Fabric? fabricmc.net/use choose the same Minecraft version as this release.

Notes for developers and modpacks

  • On Windows, opening the skins folder still uses explorer.exe via ProcessBuilder so folder open stays reliable where Java’s Desktop.open is flaky under some Minecraft/LWJGL setups. That is separate from the removed URI/browser fallback, we did not remove it in this release to avoid regressions for players who rely on “Open folder” in-game. If a future scanner or policy requires it, we can revisit and try Desktop.open only with clearer failure messaging.