Download Codex — Minecraft Mods — MetaMods
Codex

Codex

Active

Downloads

0

Last update

2 years ago

Versions

1.19.3
Client
Fabric
Decor
Game mechanics
Control
Utils

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 boxes
  • shulkersof(stacks) = stacks / 30 — shulker boxes from stacks
  • stacksof(items) = items / 64 — stacks from items
  • itemsof(stacks) = stacks 64 — items from stacks
  • secsin(ticks) = ticks / 20 — seconds in ticks
  • ticksin(secs) = secs 20 — ticks in seconds

Constants

  • STACK = 64 — stack size
  • SHULKER = 1920 — shulker box capacity
  • DAY = 72 24000 — real-time day
  • HOUR = (72 24000) / 24 — real-time hour
  • MIN = (72 24000) / 24 / 60 — real-time minute
  • SEC = (72 24000) / 24 / 60 / 60 — real-time second
  • MS = (72 24000) / 24 / 60 / 60 / 1000 — real-time millisecond
  • MC_DAY = 24000 — in-game day
  • MC_HOUR = 24000 / 24 — in-game hour
  • MC_MIN = 24000 / 24 / 60 — in-game minute
  • MC_SEC = 24000 / 24 / 60 / 60 — in-game second
  • MC_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.

Project members
itsmineblock11

itsmineblock11

IMB11

IMB11

Admin

Created: 31 Jan 2023

ID: 36119