Codxlib

Codxlib is the supporting library for all Codx mods. Offering shared services
Back to Files

CodxLib 1.5.1 — Forge 26.2

File namecodxlib-1.5.1-forge+26.2.jar
Uploader
CodxIOCodxIO
Uploaded
Aug 24, 2026
Downloads
2.9K
Size
191.4 KB
Mod Loaders
Forge
File ID
8723546
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Forge

implementation "curse.maven:codxlib-1633207:8723546"

Learn more about Curse Maven

What's new

CodxLib 1.5.1

This file is for Forge 26.2. Every loader ships the same CodxLib version, so the notes below apply here too.

Fabric only, one fix: CodxLib no longer refuses older builds of Fabric API.

Every Fabric jar was declaring the exact Fabric API build it had been compiled against as its minimum, instead of the oldest one it actually works with. Anything older was rejected outright — even though nothing in the library needed the newer build.

Because mods that use CodxLib depend on it hard, that floor was theirs too: a mod could declare a lower Fabric API requirement of its own and still be blocked, because the library's number won.

On 1.20.1 that meant Fabric API 0.92.11 or nothing. It now accepts 0.92.8 and up, which is what people asked for — 0.92.11 clashes with a couple of other mods. The other Minecraft versions keep the same floor they had; the difference is that it is now a real minimum rather than whatever the build machine happened to use.

Nothing else changed. Forge and NeoForge builds are unaffected, and no API changed, so there is no reason to raise your version range.

This mod has no additional files