Mod

NilLoaderSDK API

Quick rating

NilLoaderSDK API

No reviews yet

Utilities and helper SDK for NilLoader mod development. The purpose is to make developing older versions of Minecraft easier.

API/Library
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
2.0.1
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

NilLoaderSDK

NilLoaderSDK is a Java 8 utility SDK for NilLoader-based Minecraft mods (legacy versions).

It provides:

  • metadata helpers for NilLoader + KDL
  • runtime bootstrap for KDL-only mods
  • reflection/remapping helpers
  • event bus and lifecycle events
  • NIO networking utilities

Why NilLoaderSDK?

NilLoaderSDK is not only metadata tooling. It is a practical utility layer for legacy NilLoader mod development, with reusable APIs that reduce boilerplate and speed up feature development.

Use it when you want a single toolkit for lifecycle dispatching, reflection/remapping, networking, event handling, and modernized metadata support.


Key Features

  • Lifecycle + Entrypoint system
    • premain / hijack dispatching via ServiceLoader, JVM properties, and properties file
    • Default SDK modules for centralized startup flow
    • Event bus for mod architecture
      • Lightweight event system with cancellable events and priority ordering
      • Lifecycle events for pre/post entrypoint dispatch hooks
    • Networking stack (Java NIO)
      • Client/server implementations with packet registry and codec
      • Optional auto-network bridge for fast integration
    • Reflection + remapping helpers
      • Utilities for interacting with obfuscated legacy internals safely and repeatedly
    • Metadata bridge (CSS + KDL)
      • Supports .nilmod.css and .nilsdkmod.kdl
      • KDL-only runtime bootstrap for SDK-aware mods when root CSS is absent
      • Dependency policy support (requires, safeload, load order hints)
    • Diagnostics for pack/mod developers
      • Verbose bootstrap pipeline logs
      • Loaded-mod table output:
        • ID | Name | Version | Authors | License
c5e2b50b4d78a9eebc5e3b3e74631b373339f15e.png

Metadata Example (.nilsdkmod.kdl)

nilmod {
  name "My Mod"
  description "Example mod"
  authors "Author"
  version "1.0.0"
}

entrypoints {
  premain "com.example.MyPremain"
  hijack "com.example.MyHijack"
}

nilloadersdk {
  requires "nilloader" "nilloadersdk"
  load_after "nilloadersdk"
  icon "assets/mymod/icon.png"
  modurl "https://modrinth.com/mod/my-mod"
  sourceurl "https://github.com/example/my-mod"
  license "MIT"
  credits "Author"
}

Dependency (Gradle)

repositories {
  maven { url "https://repo.tamkungz.me" }
}

dependencies {
  implementation "me.tamkungz.nilloadersdk:nilloadersdk:2.0.1"
}

Repository: https://repo.tamkungz.me


Keywords (for search)

NilLoader, NilLoaderSDK, Minecraft 1.4.7, legacy Minecraft modding, Java 8 modding, entrypoint framework, event bus, NIO networking, reflection helper, remapping tools, KDL metadata, nilmod SDK.


License

Licensed under LGPL-3.0-or-later.


Credits

Screenshots

Gallery

  • Logo
    Logo Logo
  • Log
    Log test log

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync