promotional bannermobile promotional banner

Codxlib

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

CodxLib 1.6.0 — Forge 26.1.2

File namecodxlib-1.6.0-forge+26.1.2.jar
Uploader
CodxIOCodxIO
Uploaded
Sep 7, 2026
Downloads
38
Size
192.7 KB
Mod Loaders
Forge
File ID
8828282
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

What's new

CodxLib 1.6.0

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

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