
ModsJava
Elegantia
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.
Elegantia
It is used in Araraki Leo mods. Contains tools:
- GUI and graphics (widgets, drawers, drawables)
- for textures
- for resource packs
- quick configuration
- modrinth update checker
- math interfaces
- world utils
- other utils
Getting started
Insert in build.gradle
repositories {
maven {
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation "maven.modrinth:elegantia:0.0.1+fabric-1.21"
}
Insert in build.gradle.ktsrepositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
modImplementation("maven.modrinth", "elegantia", "0.0.1+fabric-1.21")
}
Page badges
You can place badges on your project page to improve the perception of the posted information, as well as to improve the appearance of the page:
<a href="https://modrinth.com/mod/elegantia">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/requires_elegantia.svg?raw=true" height="64" alt="Requires elegantia"/>
</a>
<a href="https://modrinth.com/mod/fabric-api">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/requires_fabric_api.svg?raw=true" height="64" alt="Requires fabric API"/>
</a>
<a href="https://modrinth.com/mod/rei">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/supports_rei.svg?raw=true" height="64" alt="Supports REI"/>
</a>
<a href="https://modrinth.com/mod/modmenu">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/supports_mod_menu.svg?raw=true" height="64" alt="Supports Mod Menu"/>
</a>
<a href="Insert your discord invite here">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/chat_with_us_on_discord.svg?raw=true" height="64" alt="Chat with us on Discord"/>
</a>
for modrinth page replace .svg to .png
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1
- 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 elegantia-0.0.1+1.21.jar — drop this file into the mods folder
- Download size: 263 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.