Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Lucium was the proposed name for an alleged new element found by chemist Prosper Barrière in 1896 in the mineral monazite. Later, William Crookes confirmed that the new element was actually an impure sample of yttrium.

From Wikipedia, the free encyclopedia


Lucium is a small collection of "no-brainer" utilities originating in Yttr that I didn't want to tangle up into Fabrication. It's especially useful in dev environments and for debugging. (Fabrication currently doesn't work very well in dev environments.) For that reason, it's also available via the Sleeping Town Maven:

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

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

You can JIJ Lucium by wrapping it in include() if any of its fixes are important for your mod, such as the particle fix. Yttr does this because its Continuous Platforms look very bad without the particle fix.

Features

Fancy/Fast Particles Fix

Lucium will render particles in two passes, similar to pre-1.15 versions, allowing particles to render behind translucent blocks even on Fancy and Fast graphics. Compatible with Sodium.

Debug World Fix

Lucium will fix the vanilla debug world to include all modded blockstates.

Customizable F3 Screen

Use Page Up and Page Down to tab through entries in the vanilla F3 screen. Home and End switch between the left and right sides, respectively. Press Delete to collapse the highlighted group of entries, and Insert to bring back the nearest one.

Smaller F3 Screen

Makes the F3 screen half the size, if the GUI scale is at least 3. (⅔ on GUI scales not divisible by 2. No effect on GUI scales not divisible by 3 or 2 — sorry, GUI Scale 5 users, but I can't do much with a prime number.)

More Tags In F3

Shows biome and entity tags in F3.

Commands

/l:dtp

Only available in debug worlds. Specify a blockstate to teleport there.

/l:goto

Requires operator or cheats. Teleports you to another dimension, putting you in a "logical" location automatically. Never /setblock ~ ~ ~ nether_portal again.

/l:devsetup

Runs the following commands:

  • /gamerule doTraderSpawning false
  • /gamerule doPatrolSpawning false
  • /gamerule doWeatherCycle false
  • /gamerule doDaylightCycle false
  • /time set 6000
  • /weather clear 1000000

/l:wireframe

Requires Creative or Spectator mode. Switches the game's rendering to wireframe, for render debugging.

/l:profiler

Opens a custom view for the vanilla profiler that's much more useful and easier to use.

External resources



Project members

unascribed

Owner


Technical information

License
MIT
Client side
optional
Server side
optional
Project ID