promotional bannermobile promotional banner

Codxlib

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

CodxLib 1.6.0 — Fabric 26.2

File namecodxlib-1.6.0-fabric+26.2.jar
Uploader
CodxIOCodxIO
Uploaded
Sep 7, 2026
Downloads
800
Size
192.2 KB
Mod Loaders
Fabric
File ID
8828221
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:codxlib-1633207:8828221"

Learn more about Curse Maven

What's new

CodxLib 1.6.0

This file is for Fabric 26.2. It requires Fabric Loader 0.18.4 or newer — exactly what Fabric API already needs on 26.2, so CodxLib adds no restriction of its own — and Fabric API 0.155.2+26.2 or newer.

A settings menu fix everyone should take, and a new hook for mod authors.

Fixed: number settings in the chest menu jumped to their maximum

Clicking + or − on any numeric setting in a /<mod> menu screen added the new value on top of the old one instead of replacing it, so two or three clicks pinned the setting to its ceiling no matter which button you pressed. Sliders were fine; the +/− tiles were not. This affected every mod that uses CodxLib's settings menu, so if you have edited a number that way, it is worth checking what it actually says now.

New: a mod can put its own page behind one setting

Lists and text settings could only be shown read-only in the chest menu, because there is no keyboard in a chest UI. Mods can now hand a single setting a page of their own, so a list of entity ids and numbers can be presented as a row of buttons instead of a line of text pointing at the config file. Alex's Mobs Continued uses it for its new spawn group size editor.

Ungrouped settings in a category also now come before the group buttons rather than after them, so a setting that belongs to the category as a whole is on the first page instead of the last.

This mod has no additional files