All versions
1.8+mod
Beta
Elements of Beta 1.82 months ago 84
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
1.8 - The Alliance Update
- allowthirddimension in the eobmain_globalconfig is set to true by default!!! (use "/scoreboard players set allowthirddimension 0" to disable this!)
- bringBackEndItems added to the eobmain_globalconfig, set to true by default
- Instant health regeneration! (comes with a big compromise, but does not affect gameplay at all)
- Beta-ish passive mob spawning for Pigs, Sheep, Cows, and Chickens
- Added 3 crystalline compressions to create Warp and Pure Crystals
- Added Hoppers and Daylight Detectors (stc: recipe and name)
- Farming Warp Crops may have extra benefits or deficits
- Warp Pest enemy added
- Global Warp Power added, for powering Ancient End Void Highway Blocks among other things
- Warp, Volume III added
- Fixed multiplayer Wraith overspawning bug (as @a strikes again!)
- Fixed spawned_close_to_central from tellrawing @a (of course)
- Scorched Shallow, Redstone Ore moved from extreme slow to slow mining speed
- "I'll break 5 Warp off of you" actually does it
- Warped Glass no longer leaves regular Glass
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:dI5vJZLr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WmXu2oL9:dI5vJZLr"
}

