All versions
1.15.0
Beta
Draftout 1.15.04 days ago 3,131
Compatibility
Minecraft: Java Edition
26.1.1
Platform
Fabric
Supported environments
Client-side
Changes
Replays
- You can now view match replays using the Replay system.
- Download replays from profile -> match screen.
- Downloaded replays are saved locally (in the "Replays" tab).
- Replay controls are located on the Board Screen.
- Most controls also have hotkeys.
- Limitations:
- Replays are only available in Competitive mode.
- Replays are stored on the server for 24 hours. Downloaded replays can be stored locally and shared as files.
Goals
- Reduced size of icon text (e.g. 50, 64, 100, 400) to fit within the cell.
- Updated some goal icons & names to be more consistent.
- Added goals:
- Duplicate Allay
- Duplicate any Armor Trim
- Obtain 2 Unique Armor Trims
- Mine 3 types of Ice
- Wear Full Armor with different materials
- Removed goals:
- Spy on Enderman
- Wear Full Leather Armor
Allowed Mods
- Allowed "Retino" mod.
- Allowed "No Chat Restrictions" mod.
- Allowed "No Telemetry" mod.
Bug fixes
- (API) Drafted goals data getting out of sync sometimes (all existing matches have also been fixed).
- (Vanilla bug) 'blockEntities' piechart keeping block entities when changing render distance.
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:wNlielYC:INhNmhKm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wNlielYC:INhNmhKm"
}

