All versions
1.13.0
Beta
Draftout 1.13.0last month 2,981
Compatibility
Minecraft: Java Edition
26.1.1
Platform
Fabric
Supported environments
Client-side
Changes
Gameplay
- Generated container loot is now based on # of containers open, and not it's location
- Example: different first shipwreck = same loot.
- This applies to every container with loot (chest, barrel, pots, suspicious blocks etc.).
- This is experimental and may be reverted.
- Updated Settings screen - split into 2 tabs (Board & Connections).
- Added 2 settings for completed goal color (Opacity & Behind/In Front of icon)
- Updated Birds Eye View: no longer uses Spectator mode, added right click to "Spyglass" zoom.
- "Spectate World" button now enables cheats and /seed works.
- Camel Husk and Zombie Nautilus now count as Hostile mobs (when being ridden by hostiles).
Messages
- Added "Messages" screen in-game for:
- Update changelogs,
- Warnings,
- Mutes,
- System messages
Lobbies
- Added Lobby Settings:
- Time Limit,
- Overtime,
- World Seed,
- Board (Random/Custom) - includes a full Board Builder and Board Size.
- Board Builder allows you to build & set custom boards.
- You can save & load boards as files.
- This will be a supporter-only feature in the future.
- Added Seed Change to Draft screen (for lobby owner).
Goals
- Changed "Obtain 4 Unique Seeds" to include Nether Wart.
- Changed icon for "Wear Full Armor" goals to include the number 4.
- Changed icon for "Mine" goals to include a pickaxe.
Bug Fixes
- Being able to switch to Peaceful mode.
- Rare crash on draft start.
- (Vanilla bug) 'blockEntities' piechart keeping block entities from chunks you died in.
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:8MTt0PhR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wNlielYC:8MTt0PhR"
}

