
This is a library mod used by some of my mods. It doesn't add any content to the game, it is designed to be used for mod develment. Here is a list of its features:
- Methods useful for registering in-game content (e.g., blocks, items, entities, etc.).
- Methods useful for registering Fabric events.
- Methods and classes useful for handling the networking of block entities.
- Methods and classes useful for creating configuration files and in-game option screens.
- A convenience class used to facilitate in-game logging.
- A convenience class used to manage the cursor position in in-game GUIs.
All functions come with documentation that can be accessed through the IDE or on GitHub via the source page. To add this library to your project use the Modrinth maven like this:
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation 'maven.modrinth:telluriumforge:version' // Change version with the version you want to use
}
This library is freely usable by anyone, as long as the usage license is respected.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.12.2
- 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 telluriumforge-1.4.0-1.12.2-forge.jar — drop this file into the mods folder
- Download size: 41 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.