Tags
Creators
Details
Snapshot-1.1
Compatibility
Changes
✨ New Features
Weather Indicator — Text Mode
The weather indicator now supports two display modes:
- Icon mode (default, unchanged) — shows a weather icon
- Text mode (new) — displays weather as plain text:
- Clear →
Sun - Rain →
Rain - Thunderstorm →
Thunder - Snow →
Snow - Blizzard →
Snow Thunder
- Clear →
New command: /trigger weather_info_type
set 0— icon mode (default)set 1— text mode
Clock — 12-Hour Format
The clock can now display time in two formats:
- 24-hour (default)
- 12-hour (new)
New command: /trigger time_format
set 0— 24-hour format (default)set 1— 12-hour format
Separator Picker
Change the character that separates elements in the action bar.
New command: /trigger separators
set 0— use the default•characterset <1–64>— pick a specific separatoradd <value>— offset from your current separator
Outer Separator Picker
Add decorative separators at the very beginning and end of the action bar.
New command: /trigger external_separators
set 0— disable outer separators (default)set <1–64>— pick a specific outer separator styleadd <value>— offset from your current selection
Display Order
Rearrange the order in which elements appear in the action bar.
New command: /trigger display_order
set 0— restore default order (default)set <1–12>— choose one of the available orderingsadd <value>— offset from your current order
🎨 See the full separator & outer separator palette on the website
🔄 Changes
- The separator between action bar elements has been changed from
|to•
🐛 Bug Fixes
- The
DayandX Y Zprefixes are now correctly initialized on the first launch of a server with the datapack installed
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:wYmmIydE:rkR9qYwi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wYmmIydE:rkR9qYwi"
}

