All versions
0.3.0
Release
Challenge library 0.3.03 months ago 22
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
Changelog 0.3.0
New Content
- Added new challenges:
- Block Cooldown
- Higher Level, Bigger Border
- Name & Texture Shuffle
- Nether Start
- No Tools
Random Challenge Mode
- Added a new Random Challenge Mode with selectable challenge pools
- Added a configurable switch interval for random challenge rotation
- Challenges now rotate automatically in Random Mode
- Added chat warnings before the next switch
- Added special handling for
Find The Item, Or Diein Random Mode - Added a configurable search radius for Random Mode
Challenge Maps Mode
- Added a new Challenge Maps section in the menu
- Added support for generating the One Chunk Map directly from the mod
- The mod creates a fresh copy of the template world
- The new world opens immediately after generation
- Commands are disabled by default
Settings Menu
- Added a new settings menu with multiple tabs
General
- Auto-start when joining a world
- Toggle extra information messages
- Allow the in-game challenge menu
- Allow incompatible challenges
- Shared death mode
Timer
- Toggle the timer on or off
- Customize timer color
- Change timer format
- Adjust timer scale
- Move the timer position
- Reset timer position
UI
- Challenge-specific chat colors
Data
- Keep data after restart
- View best times
- Export best times
- View best time details
- Reset all settings and data
Other
- Updated in-game menus and configuration handling for the new modes
- Expanded challenge selection and management
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:rvCV9kpX:hodXNYx4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rvCV9kpX:hodXNYx4"
}

