WrapperLib
A collection of multi-platform implementations of common tasks for developing Minecraft mods. This is a tool for mod developers, it adds no content on its own. Only install it if you are using another mod that requires it.
- Provides a uniform api across mod loaders and Minecraft versions.
- A priority is placed on never manually writing serialization code for nbt or byte buffers.
- Designed to be modular, so you can shadow only the parts you need and have no external dependencies.
- Each api concept is exposed as a Builder like class with no additional setup required.
- Extensive documentation (wiki & javadocs).
See wiki for more info.
- NetworkWrapper: send information between the client and the server.
- ConfigWrapper: allow players to configure mod features by editing json files.
- DataWrapper: save extra information with world data.
- RegistryWrapper: an api like Forge's deferred register that can be called from common code.
- ResourcesWrapper: load information from data packs or resource packs.
- KeybindWrapper: react to keyboard input, automatically synced to the server.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.1, 1.19.3, 1.16.5
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
WrapperLib is a free Minecraft Java mod. Compatible with Minecraft 1.20.1, 1.19.3, 1.16.5, 1.18.2 and newer. Downloaded 358,700 times (via CurseForge). Download it and open it directly in the game.