Tags
Creators
Details
26.1.2-5.0.0-fabric
Compatibility
Required content
Changes
R3CT Daily Quests & Rewards 5.0.0 🎉
This is a massive milestone update! I’ve completely overhauled the core systems, introduced highly requested features like Leaderboards and Quest Rerolling, and completely restructured how the mod handles data.
⚠️ CRITICAL CONFIGURATION WARNING The configuration system has been completely rewritten for better organization and server/client splitting.
- The old
config/r3ct/folder is no longer used. The mod now generates a newconfig/r3ct_daily/folder. - Action Required: Your old settings and custom quests will not carry over automatically. You will need to manually port your custom settings into the new JSON files. Please check the new folder structure and review the updated Official Wiki for the new syntax!
🌟 New Feature
- Configurable Milestones: The global point rewards (50, 100, 150, 200 points) and absolute login cycle rewards (7, 14, 21 days) are now fully customizable in the new
r3ct_daily_server.jsonfile!
⚔️ Gameplay & Quests Improvements
- Improved Quest Randomization: Tweaked the daily quest generation algorithm. The system now provides a much better and truly random variety of tasks each day, preventing repetitive quest combinations.
- Quest Triggers Overhaul: I have completely rewritten and fixed the background logic (Mixins) for all quests. Actions like block breaking, interacting, and distance tracking are now significantly more accurate and reliable.
- New Quests Added: Added new tasks for Enchanting (Enchanting items, or getting specific enchantments) and a new Jukebox task (Play any music disc).
🎨 Visuals & Chat
- Chat & Message Overhaul: Completely redesigned the visual side of the mod's chat broadcasts. Messages are much cleaner, feature better formatting, and properly translate Minecraft item names natively to the player's client language.
⚙️ Under the Hood
- Client/Server Split: Configs are now cleanly split.
r3ct_daily_client.jsonsafely handles local GUI settings (HUD scale, position), while the server handles all mechanics, making it much safer for Modpacks and Servers. - Automatic Config Backups: If the mod detects an outdated config format, it will now safely back it up (as
_OLD.json) instead of crashing or silently overwriting your hard work. - Countless Bug Fixes: Squashed numerous smaller bugs.
Supported Mod Loaders: Fabric & NeoForge (26.1.2)
Optional dependencies
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:1r9GDUS3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4NTCjyNQ:1r9GDUS3"
}

