Tags
Creators
Details
v1.1.1-neoforge
Compatibility
Changes
R3CT Daily Quests & Rewards v1.1.1 đ
This update focuses on user interface customization and quality-of-life improvements, giving you full control over how the mod looks on your screen!
⨠Features & UI Customization
- Independent UI Scaling: You can now fully customize the size of the mod's interfaces! Added dedicated scaling options for the HUD, Quest Screen, Reward Screen, and Leaderboard Screen directly in the in-game configuration menu.
- Config Menu Overhaul: Improved the layout of the configuration screen by adjusting the alignment and spacing of text labels and input boxes for a cleaner, more readable look.
Supported Mod Loaders: Fabric & NeoForge (1.21.11)
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:njJiOxwl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4NTCjyNQ:njJiOxwl"
}

