| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
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.
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.
In order to create a Minecraft Launcher Profile for a ClientAPI based mod, you need to...
{
"name": "project-group:project-id:project-version",
"url": "https://dependency.repository.url/"
}
{
"name": "net.minecraft:launchwrapper:1.12"
}
--tweakClass clientapi.load.ClientTweaker
This section is incomplete.
| Back | FazBrowse Home | New Git URL |