ClientAPI
API designed to make Minecraft "Utility Mods" have Universal Support
Install / Use
/learn @ImpactDevelopment/ClientAPIREADME
ClientAPI
ClientAPI is a modding API/Framework for Minecraft just like Forge, Sponge and Liteloader, it is designed to provide a shared base for client-side mods for minecraft.
Like other modding APIs it is a tweaker and has the potential to be stacked with other tweakers, so long as they do not both entirely overwrite the same methods.
Unlike most other modding APIs it is designed to be used by a single "client" mod. It is this "client" that is installed, not ClientAPI, so the "client" mod has full control over all modifications to the vanilla code, unless of course the installation is stacked on top of other modding APIs.
Developing ClientAPI mods
Downloading the CDK
To use the Client API, you must download the CDK from the Releases page. Instructions on how to set it up are included in the README.
Developing a ClientAPI Mod
An example ClientAPI mod is provided with the CDK, however if you choose to start from scratch, an overview of how to setup the core functionalities can be found here.
Creating a Launcher Profile
In order to create a Minecraft Launcher Profile for a ClientAPI based mod, you need to...
- Create a copy of the vanilla Minecraft JSON for the game version that is being used by your ClientAPI version.
- Open the JSON file in a text editor like Notepad++
- Add the ClientAPI dependencies as well as ClientAPI itself into the
librariesarray.{ "name": "project-group:project-id:project-version", "url": "https://dependency.repository.url/" } - Add Mojang's launchwrapper as a dependency
{ "name": "net.minecraft:launchwrapper:1.12" } - Add a launch argument to load ClientAPI's tweaker
If you are planning on using Minecraft Forge or OptiFine in parallel with ClientAPI, you should use their respective tweakers found here.--tweakClass clientapi.load.ClientTweaker - Add your client mod's dependency. This follows the same format as normal dependencies. If your
client mod is not on a maven repository then the URL should not be defined, and the jar file
should be installed into the
librariesdirectory of minecraft.
Contributing to ClientAPI
This section is incomplete.
Related Skills
openhue
334.9kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
334.9kElevenLabs text-to-speech with mac-style say UX.
weather
334.9kGet current weather and forecasts via wttr.in or Open-Meteo
tweakcc
1.4kCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock private/unreleased features, and much more. Supports both native/npm installs on all platforms.
