All versions
1.12.0
Beta
Draftout 1.12.0last month 2,862
Compatibility
Minecraft: Java Edition
26.1.1
Platform
Fabric
Supported environments
Client-side
Changes
- Quick Play:
- Changed board size from 5x5 -> 4x4
- Changed format of copied F3+C message to discourage/break tools like Ninjabrain Bot
- Changed goals:
- Obtain 64 arrows -> Obtain 32 arrows
- Spectral Arrows work for this goal too (must have 32 of either type, they do not stack)
- Obtain Ancient Debris -> Obtain Netherite Scrap
- Obtain 64 arrows -> Obtain 32 arrows
- Added goals:
- Obtain Block of Resin
- Obtain Resin Brick Wall
- Obtain "Stay Hydrated!" Advancement
- Obtain Smooth Quartz Stairs
- Obtain Copper Chest
- Place a Painting
- Name a Sheep "jeb_"
- Removed goals:
- Obtain Observer
- Obtain Soul Campfire
- Name an Iron Golem "Dinnerbone"
- Updated goal icons (some breed/kill goals, hired help, tune a note block)
- Bug fixes:
- Being able to move in Birds Eye view
- Mobs spawning in Desert Temples
- Board Scaling inconsistencies
- Breed goals counting parent as the bred mob type (e.g. mule wasn't achievable)
- Not being able to clear chat (F3+D) in Lobby
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:9QuMMt17"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wNlielYC:9QuMMt17"
}

