Spring Lotus
A streamlined library mod created by 404Setup. Includes network libraries, configuration libraries, and some UI libraries.
- Загрузки
- 3K
- Подписчики
- 0
- Обновлён
- 9 августа 2026 г.
- Лицензия
- LGPL-3.0-only
Опубликован 17 апреля 2026 г.
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
About page
Dialog and example screen
Slide Component
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.
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.
Ченджлог
1.2.0+26.1.2Релиз26.1.2 · 9 августа 2026 г.
SpringLotus 1.2.0
- Fixed an incompatibility issue with FRAPI (NeoForge)
- Settings: support about page
- SLAPI: A performance improvement
1.2.0+26.1.2Релиз26.1.2 · 9 августа 2026 г.
SpringLotus 1.2.0
- Fixed an incompatibility issue with FRAPI (NeoForge)
- Settings: support about page
- SLAPI: A performance improvement
1.1.1+26.2Релиз26.2 · 27 июня 2026 г.
SpringLotus 1.1.1
- a bug fix
1.1.1+26.1.2Релиз26.1.2 · 27 июня 2026 г.
SpringLotus 1.1.1
- a bug fix
1.1.1+26.1.2Релиз26.1.2 · 27 июня 2026 г.
SpringLotus 1.1.1
- a bug fix
1.1.1+26.2Релиз26.2 · 27 июня 2026 г.
SpringLotus 1.1.1
- a bug fix
1.1.0+26.1.2Релиз26.1.2 · 18 июня 2026 г.
SpringLotus 1.1.0
- Compatible with the latest NeoForge API
- add BlockExplosionEvent
- add ServerLivingEntityEvents.PRE_SPAWN
1.1.0+26.1.2Релиз26.1.2 · 18 июня 2026 г.
SpringLotus 1.1.0
- add BlockExplosionEvent
- add ServerLivingEntityEvents.PRE_SPAWN
Комментарии
Загружаем…