All versions
1.9.1+mod
Beta
Elements of Beta 1.9.1last month 28
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
1.9.1 - Bugfixes / Content
- Added "bedrock support", technically:
- !! There is no current EOB Bedrock Resource Pack !!
- SERVER OPERATORS: ADD BEDROCK PLAYERS TO eobmain_bedrockPlayers WITH A SCORE OF 1
- Use viaVersion, viaBackwards, Geyser, and Floodgate
- If anyone figures out how to port EOB ASSETS to bedrock before me (and it does not crash the bedrock client), I'll add any block or nonstackable item you want (within reason (sfw)) (cannot be part of progression) (joke block)
- Added large end ritual recipe for obtaining Warp, Volume III
- Crucible Catalyst recipe now requires 1 candle.
- Adding items to the Crucible plays a sound
- Swords now give the player Haste II when in mainhand (1.4x speed: to be fixed in mining speed overhaul)
- Crafting Tables are no longer under the "slow" mining speed tag, they are default. (QOL)
- Added darkRed name color (unlockable)
- Fixed Warp Meter showing that the user will be struck by lightning before they had enough Warp for that to happen.
- Fixed spawned_close_to_central.mcfunction
- Removed Experience Orb texture
- Fixed global skeleton sounds
- Added function eobmain:action/get_version
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:WmXu2oL9:7Qr2l5rq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WmXu2oL9:7Qr2l5rq"
}

