PVPUtils-fix
A Fabric client-side mod that patches PVPUtils to support Windows and Linux by pre-loading the correct Skia native library at startup.
Problem
PVPUtils only bundles the Skia native library for Windows (.dll), causing crashes on Linux when Skia features are used.
Solution
This mod includes Skia native libraries for both Windows and Linux and uses a Mixin to pre-load the correct one before PVPUtils tries to load it.
Supported Platforms
- Windows (x64, arm64)
- Linux (x64, arm64)
- Android (x64, arm64)
Requirements
- Minecraft 1.21.11
- Fabric Loader >= 0.18.4
- Fabric API
- Java 21+
Installation
- Install Fabric Loader for Minecraft 1.21.11
- Install PVPUtils
- Install this mod into your
modsfolder - Launch the game — Skia features will work on any supported platform