Links
Tags
Creators
Details
Licensed ARR
Published 4 months ago
Updated 4 months ago
All versions
0.0.2
Alpha
Starlight Preserved 0.0.24 months ago 272
Compatibility
Minecraft: Java Edition
26.1
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
Starlight Preserved — v0.0.2
Major Code Refactor
Configuration System
- Introduced
StarlightConfigdata class - Adopted TOML as the configuration format
- Config file auto-generated from bundled resource template if not present
Configuration Fields
| Field | Default | Description |
|---|---|---|
backup_interval_minutes |
30 |
How often a backup is triggered, in minutes |
max_backups |
10 |
Max backups to retain; 0 = keep all |
backup_dir_name |
"backups" |
Output folder name, relative to world directory |
notification_mode |
"CHAT" |
Where to show notifications: CHAT or ACTION_BAR |
Notification System
- Introduced
NotificationModeenumCHAT— persistent message in chat logACTION_BAR— fades away above the hotbar
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| starlight-preserved-0.0.2-sources.jar | Source jar | 10.09 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vDEK6QS3:QV6nIZaq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vDEK6QS3:QV6nIZaq"
}

