All versions
1.11.0
Beta
Draftout 1.11.02 months ago 1,403
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.1
Platform
Fabric
Supported environments
Client-side
Changes
- Seed filter changes:
- New seed type: Igloo
- Always generates with a Basement
- "No structure" seed type has been changed to "Miscellaneous"
- Includes either a rare biome (e.g. Mushroom, Pale Garden) or a rare structure (e.g. Trial Ruins, Mansion, Ancient City) in a larger radius.
- New seed type: Igloo
- During the draft, players can enter a "Birds eye view" which allows you to spectate the world from 30 blocks in the air.
- Press jump to enter it and sneak to exit.
- This only works up to 5s before game start.
- Lobbies can be rejoined after a disconnect/crash (5 minutes, same as competitive/quick play).
- Added "Board Scale" setting (50% to 200%, default is 100%).
- Changed guaranteed Ender Pearl trades from 6 trades in 10 gold blocks -> 4 trades in 16 gold blocks.
- Draftout menu can be accessed from pause screen (in servers/worlds).
- Chunks near spawn are loaded in the same order for all players, so features (e.g. trees, water/lava pools) should be standardized (ty @contaria).
- Leaves are now considered a spawnable block.
- This is still experimental and we might revert it if there's issues.
- Server connection should be more stable now.
- Removed goals:
- Enrage Enderman
- Die to Trident
- Obtain Dragon Egg
- Obtain End Rod
- Eat Chorus Fruit
- Fixed bugs:
- F1 not hiding the board
- Being able to move during draft for a few ticks (on rejoin)
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:ecSTYs69"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wNlielYC:ecSTYs69"
}

