All versions
1.10.2
Beta
Draftout 1.10.22 months ago 3,074
Compatibility
Minecraft: Java Edition
26.1.1
Platform
Fabric
Supported environments
Client-side
Changes
- Lobbies:
- Increased player limit to 4 players (1 player per team in Lockout, which means you can do 1v1v1v1, but not 2v2 at the moment)
- Lobby owner can kick and ban other players
- Added a 5s cooldown to chunk reloading (F3+A). We are looking to patch other forms of x-ray abuse (e.g. "boat crawl") in the following updates.
- Removed goals:
- Spy on 15 Unique Mobs
- Spy on 25 Unique Mobs
- Obtain Amethyst Block
- Obtain Tinted Glass
- Use Glow Ink on Warped Sign
- Use Glow Ink on Crimson Sign
- Added goals:
- Obtain Polished Basalt
- Obtain Bone Block
- Use Glow Ink on Crimson or Warped Sign
- Obtain a stack of any Item (64)
- Changed goals:
- Mine Mob Spawner -> Mine a Spawner (trial spawner works)
- Reach height limit in Overworld -> Reach height limit
- Bugfixes:
- Completion messages disappearing
- Crash while rerolling board in Blackout
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:tcQ4XTcz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wNlielYC:tcQ4XTcz"
}

