Download Lucium — Minecraft Mods — MetaMods
Lucium

Lucium

Active

Downloads

0

Last update

2 years ago

Versions

1.19.1 — 1.19.2
Client
Fabric
Quilt
Decor
Utils

Lucium - Collection of Useful Utilities for Minecraft

The name "Lucium" refers to a historical case from 1896 when chemist Prosper Barrière allegedly discovered a new element in the mineral monazite, but later William Crookes proved it was merely a contaminated sample of yttrium.

What is this mod?

Lucium is a compact set of practical tools originally developed for the Yttr mod, but separated into a standalone project to avoid overloading Fabrication. Particularly useful for developing and debugging other mods, as Fabrication doesn't always work stably in development environments.

For developers' convenience, available via the Sleeping Town Maven repository:

repositories {
    maven {
        url 'https://repo.sleeping.town'
        content {
            includeGroup 'com.unascribed'
        }
    }
}

dependencies {
    modRuntimeOnly "com.unascribed:lucium:1.1"
}

Main Features

Particle Display Fix

The mod renders particles in two passes, like in versions before 1.15, allowing particles to display behind transparent blocks even with Fancy and Fast graphics settings. Compatible with Sodium.

Debug World Fix

Fixes the standard debug world by adding all blocks from installed mods.

Customizable F3 Screen

Use Page Up and Page Down to toggle between elements on the F3 screen. Home and End switch between left and right sides respectively. Delete collapses the highlighted group of elements, and Insert brings back the nearest collapsed element.

Reduced F3 Screen

Reduces the size of the F3 screen by half at GUI scale 3 and above. Proportional reduction coefficients apply at other GUI scales.

Additional Tags in F3

Displays biome and entity tags in debug mode.

Commands

/l:dtp

Available only in debug worlds. Teleports to the specified block state.

/l:goto

Requires operator privileges or enabled cheats. Automatically teleports to another dimension, choosing a logical location. No more manual portal creation with /setblock command.

/l:devsetup

Executes a set of commands for convenient development environment setup:

  • Disables wandering trader spawning
  • Disables patrol spawning
  • Disables weather changes
  • Disables day/night cycle
  • Sets time to 6000 ticks
  • Sets clear weather for an extended period

/l:wireframe

Requires Creative or Spectator mode. Switches game rendering to wireframe mode for graphics debugging.

/l:profiler

Opens an enhanced interface for Minecraft's standard profiler that is more convenient and informative.

Project members
unascribed

unascribed

Developer

Created: 1 Oct 2025

ID: 6725