Mineuniverse
Log in Register
Mods

SpringLotus

A streamlined library mod created by 404Setup. Includes network libraries, configuration libraries, and some UI libraries.
by default_user
Download Claim this project
1,623 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library Utility & QoL

Spring Lotus LIB

To implement a specific API, this mod may modify some behaviors. If you encounter situations where some functions do not work after installing this mod, or if this mod breaks the behavior of other mods, please send me an issue.

A streamlined library mod created by 404Setup.

Includes network libraries, configuration libraries, and some UI libraries.

Example

Automatically generated configuration page

image

About page

image

Dialog and example screen

image

Slide Component

image

Usage

Spring Lotus supports Fabric, NeoForge, and Forge (Forge compatibility is not provided from version 26.1 onwards).

repositories {
    mavenCentral()
    maven("https://mvnc.pkg.one/releases")
    maven("https://mvnc.pkg.one/snapshots")
}

dependencies {
    compileOnly("one.pkg.libsl:modcommon:[VERSION]")
}

Spring Lotus has been released on Modrinth and CurseForge, and you should not package it into your own mod as Shadow or JarInJar.

Fabric

{
  "depends": {
    "springlotus": ">=1.0.0 <1.1.0"
  }
}

NeoForge/Forge

[[dependencies."${mod_id}"]]
modId = "springlotus"
type = "required"
versionRange = "[1.0,)"
ordering = "AFTER"
side = "BOTH"

Docs

The documentation is still under development.

View Documentation

Version Specification

SpringLotus adopts the following version specification:

B.A.N
1.0.0
11.2.1

As: Breaking API changes. Adding new APIs. No API changes.

License

The source code is licensed under the LGPL-3.0-only license.

2026 404Setup. All rights reserved.

Some of the code for Event comes from the Fabric API.


**OreUI is a product of Mojang Studio. Spring Lotus's OreUI custom component library only references the design of OreUI and does not use any OreUI code. Spring Lotus is not affiliated with Mojang Studio. **

Spring Lotus borrows a small portion of Fabric API code for a simpler implementation, which is used to integrate a small number of cross platform APIs that I frequently use. Licensed under the Apache License 2.0.

[Fabric 26.1.2] SpringLotus - 1.1.1+26.1.2
MC Client, Fabric, Server, 26.1.2
Release 2026-06-27 Get
[NeoForge 26.1.2] SpringLotus - 1.1.1+26.1.2
MC Client, NeoForge, Server, 26.1.2
Release 2026-06-27 Get

More from default_user

BreedHorse
84
ResourcePack detection that shouldn't exist
829
Don't freeze
795
Let's Expand
74
Krypton Reno
6,549,173
YggdrasilProxy
4,935

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314