Tags
Creators
Details
v1.1.2-fabric
Compatibility
Required content
Changes
R3CT Daily Quests & Rewards v1.1.2 🛠️
This update focuses on "under-the-hood" stability, performance optimizations, and full compatibility with dedicated servers. Your interfaces have never been more precise and reliable!
✨ Professional Multiplayer Synchronization
- Server-Authoritative GUI: Quest and Reward screens no longer rely on the player's local config files. Reroll costs, freeze limits, and XP values are now synced directly from the server.
- Global Refresh Sync: The quest reset logic and the Reward Screen now perfectly respect the
questRefreshHourparameter across both client and server.
🛡️ Reliability & Stability
- Fixed Double Progress Bug: Resolved a critical Mixin duplication issue that caused block placement quests to count twice.
- Hardened Config Loading: Added protection against NullPointerExceptions from empty config files and implemented a "skip-on-error" system for
quests.json. One missing comma will no longer crash the mod! - Asset Path Fix: Fixed a path error that prevented default configurations from copying correctly from the mod jar.
💎 Gameplay & Reward Improvements
- Curse-Free Loot: Enchanted books received as rewards can no longer contain curses (Vanishing/Binding). A reward should always be a reward!
Supported Mod Loaders: Fabric & NeoForge (1.21.11)
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:zn9EwWU8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4NTCjyNQ:zn9EwWU8"
}


