Tags
Creators
Details
26.2-5.1.0-neoforge
Compatibility
Changes
R3CT Daily Quests & Rewards 5.1.0 š
This update brings a massive overhaul to the reward and streak systems, introduces location-based tasks, and squashes a mountain of bugs! There are simply too many minor mechanical and visual changes to list them all here. The best way to experience it is to update and see for yourself!
š New Features & Quests
- Location-Based Quests: Added a brand new
required_locationparameter! Quests can now require players to be in specific biomes (e.g., Oceans, Dark Forests) or specific structures (e.g., Villages, Ancient Cities) to complete them. - Expanded Quest Pool: Added completely new tasks and heavily edited many existing ones to provide a much fresher and more engaging daily experience.
š Complete Reward Overhaul
- Unified Reward Config: To make server administration easier, all reward files have been merged into a single, comprehensive
r3ct_daily_rewards.jsonfile. - Massive Loot Rebalance: Practically every single reward in the mod has been reworked from the ground up! This includes daily login rewards, individual quest drops, the 3-quest completion bonus, milestones, and total point rewards.
āļø Streak System Rework
- Quest Streak Rebalance: The 7-day Quest Streak now multiplies your XP gain by 1.5x (previously 2x) and no longer doubles the physical item rewards to keep server economies balanced.
- Daily Login Streak Bonus: Maintaining a 7-day login streak now grants an extra 4th bonus reward slot every single day, pulled from a brand-new, dedicated loot pool!
š ļø Fixes & Under the Hood
- Quest Logic Fixes: Rewrote and fixed the background tracking logic for a massive amount of quests. Hopefully, every single task tracks flawlessly now!
- General Polish: Fixed a ton of major and minor mechanical and visual bugs across the UI and backend systems.
- Config Tweaks: Added various new configuration options across the JSON files to give server owners even more control.
Supported Mod Loaders: Fabric & NeoForge (1.21.11 - 26.2)
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:4NTCjyNQ:geS6FCIh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4NTCjyNQ:geS6FCIh"
}

