NilKit API
No reviews yet
NilKit API provides reusable utilities for mods built around NilLoader, with a particular focus on legacy Minecraft development.
Provides a framework or library for other mods to use.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
NilKit API
An independent utility API and developer toolkit for mods built with NilLoader.
Important
NilKit is not part of the official NilLoader project and is not required to use NilLoader.
NilLoader is maintained separately at:
https://git.sleeping.town/Nil/NilLoader
NilKit provides reusable APIs and tooling for legacy Minecraft mod development, with a focus on reducing boilerplate around events, reflection, mappings, metadata, networking, and development utilities.
NilKit 4.1.0 targets Java 8 bytecode and does not require a hard runtime link to a specific Minecraft JAR for its core APIs. Minecraft-specific functionality remains dependent on the mappings and structure of the target game version.
Features
Events and lifecycle
- Lightweight event bus
- Cancellable events
- Listener priorities
premain/hijacklifecycle helpers- Typed and annotation-based listeners
Reflection and legacy Minecraft tooling
- Reflection helpers for version-dependent Minecraft code
- SRG/CSRG mapping utilities
- Mapping inspection, reversal, chaining, and lookup
- Integration with the external
MinecraftRemappingmapping repository during development
KDL
NilKit includes a general-purpose KDL parser and writer and can use KDL for richer project/mod metadata.
KDL support is optional. NilKit does not require NilLoader mods to use KDL, and standard NilLoader metadata remains fully supported.
Example:
nilmod {
name "My Mod"
description "Example mod"
authors "Author"
version "1.0.0"
}
entrypoints {
premain "com.example.MyPremain"
hijack "com.example.MyHijack"
}
nilkit {
requires "nilloader" "nilkit"
load_after "nilkit"
icon "assets/mymod/icon.png"
modurl "https://modrinth.com/mod/my-mod"
sourceurl "https://github.com/example/my-mod"
license "MIT"
credits "Author"
}
Networking
- Java NIO client/server utilities
- Packet registry and codecs
- Optional Minecraft-facing network helpers
Developer toolbox
The optional -all.jar also bundles several developer libraries without relocating their public packages:
- Byte Buddy
- GEB
- ClassGraph
- SnakeYAML
The normal NilKit artifact does not require these libraries at runtime.
Gradle
repositories {
maven {
url = uri("https://repo.tamkungz.me")
}
}
dependencies {
implementation "me.tamkungz.nilkit:nilkit:4.1.0"
}
Documentation
Full documentation and development information are available in the GitHub repository:
https://github.com/NilKitAPI/NilKit-API/tree/main/docs
NilLoader
NilKit is designed to complement NilLoader, not replace it.
NilLoader itself, its loading lifecycle, and its upstream development remain separate from NilKit.
License
NilKit is licensed under LGPL-3.0-or-later.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources