
ModsJava
Malilib Extras
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Malilib Extras
A Kotlin library providing additional features to Malilib
Development
repositories {
maven {url "https://maven.kikugie.dev/releases"} // Malilib Extras
maven {url "https://maven.terraformersmc.com/releases/"} // Mod Menu
maven {url "https://masa.dy.fi/maven"} // Malilib
}
dependencies {
/*...*/
// Malilib Extras is built for 1.19.4, 1.20.1. 1.20.2, 1.20.4 and has the same API for each version.
// You can try using dependency overrides for other versions on your own risk.
modImplementation "dev.kikugie.malilib_extras:${project.malilib_extras_version}:$project.minecraft_version}"
}
Features
Config
Malilib's config system is powerful, but clunky to setup. It requires the user to write their own config storage, file loader, as well as registering the initialization handler and keybind provider.
This library provides an easier way to create options and register the complete config.
Check out the WIKI for the detailed guide.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.3, 1.20.4
- 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 Modrinth — 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.
Verified by MCModsHub
- Ships as malilib_extras-0.1.3+1.20.4.jar — drop this file into the mods folder
- Download size: 100 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.