

Codex
Codex has been archived. This occurred due to lack of interest in its continued development.
The Codex mod provides players with a convenient encyclopedia screen in the style of Satisfactory, where you can get information about items and perform quick calculations.
Currently, the project is at the conceptual implementation stage but continues to be actively developed.
Codex should not be considered a replacement for mods like Roughly Enough Items or Too Many Items, as they are more focused on displaying technical data about items. The main advantage of Codex is that it helps understand what a particular item is used for, rather than just showing its characteristics.
Initial Setup
When first launching the game with Codex installed, the mod will automatically open the initial setup screen:
Data sources are taken from the data repository and fully comply with the licenses of the original materials.
Main Features
Quick Calculations
The built-in calculator allows instant evaluation of mathematical expressions. This feature is particularly useful for technical Minecraft players, as it enables calculating shulker box capacity, redstone timing intervals, and other parameters using ready-made functions.
The calculator also supports:
Functions and Constants
Functions
stacksin(shulkers) = shulkers 30
— stacks in shulker boxesshulkersof(stacks) = stacks / 30
— shulker boxes from stacksstacksof(items) = items / 64
— stacks from itemsitemsof(stacks) = stacks 64
— items from stackssecsin(ticks) = ticks / 20
— seconds in ticksticksin(secs) = secs 20
— ticks in seconds
Constants
STACK = 64
— stack sizeSHULKER = 1920
— shulker box capacityDAY = 72 24000
— real-time dayHOUR = (72 24000) / 24
— real-time hourMIN = (72 24000) / 24 / 60
— real-time minuteSEC = (72 24000) / 24 / 60 / 60
— real-time secondMS = (72 24000) / 24 / 60 / 60 / 1000
— real-time millisecondMC_DAY = 24000
— in-game dayMC_HOUR = 24000 / 24
— in-game hourMC_MIN = 24000 / 24 / 60
— in-game minuteMC_SEC = 24000 / 24 / 60 / 60
— in-game secondMC_MS = 24000 / 24 / 60 / 60 / 1000
— in-game millisecond
Quick Search
The quick search function allows instant finding of needed items. To scroll through the results list, you can use the mouse wheel or drag outside the list.
Clicking on a found element opens the corresponding page in the Codex encyclopedia.
Item descriptions are taken from the sources selected during the mod's initial setup.
Development Participation
Want to add support for your mod? Check out the data repository, which stores all item descriptions and additional content.
Note: The mod is currently copyright protected and does not accept third-party contributions. However, the data branch of the repository is licensed per file, not as a whole. For details on source licensing, see the _index.json
file.