Tags
Creators
Details
All versions
4.1.0
Release
Universal Daily Rewards 4.1.02 months ago 322
Uploaded by
Compatibility
Minecraft: Java Edition
1.21ā1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Version 4.1.0 - The UI Overhaul Update
This major update brings a complete visual overhaul to the Universal Daily Rewards menus, making them more modern, intuitive, and satisfying for players!
⨠What's New?
- šØ Complete GUI Redesign: We've completely upgraded the menu layout! Rewards are now beautifully displayed in a dynamic grid of up to 28 days per page, offering a much better visual progression for your players while fully retaining the classic multi-page support for endless streaks.
- š Adaptive & Responsive Grid: The interface automatically scales to fit your server's configuration! If you set up 7 days of rewards, it beautifully centers a single row of 7 slots. Configure 14 days, and it shows two rows, scaling dynamically up to a full 28-day grid. Got more than 28 days configured? The mod will automatically generate additional pages for you!
- š Documentation Update: We've massively updated our GitHub repository and mod pages with a complete gallery of high-quality screenshots showcasing the new interfaces, tooltips, and physical NPC bindings.
- āļø Under the Hood: All existing native localization, dynamic cooldown timers, and data-driven template logic have been perfectly preserved and seamlessly integrated into the new layout.
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:tY7GF14v:SYU5lcGz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tY7GF14v:SYU5lcGz"
}

