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
SkinCraft 1.2.2
Minecraft: 26.1 · Loader: Fabric · Java: 25+
Highlights
- Removed unused
openUrihelpers that spawned external processes (rundll32/url.dllon Windows,open/xdg-openelsewhere). Automated moderation often flags those patterns as risky.
Compatibility
- Requires Fabric API for Minecraft 26.1 (e.g.
0.144.3+26.1or compatible).
Install
- Use Minecraft 26.1 with Fabric. Add Fabric API (matching this MC version) and
**skincraft-1.2.2.jar** to yourmodsfolder. - 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.exeviaProcessBuilderso folder open stays reliable where Java’sDesktop.openis 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 tryDesktop.openonly with clearer failure messaging.

