![[ARCHIVED] Endgame Reborn](https://cdn.modrinth.com/data/B0Fm7Yqw/518c42bf28a42363eea006edd7befe1d6008ee9e.png)
[ARCHIVED] Endgame Reborn
ArchivedA vanilla-style endgame expansion and rework mod, focused around a new, post-netherite tool tier with a variety of balanced, vanilla-style and modded-friendly upgrade paths.
Tags
Creators
Details
2
Compatibility
Required content
Changes
NOTE: YOU MAY NEED TO DO THIS ON AN OLDER FABRIC LOADER AND API, EG 14.22 w/90.0 due to weird bugginess
Endgame Reborn has been discontinued and replaced by End Reborn. Please be sure to install this on existing worlds when you upgrade to the new mod.
WARNING: MAKE SURE THIS IS INSTALLED WHEN UPGRADING EXISTING WORLDS TO END REBORN TO AVOID LOSING YOUR ITEMS
…and be sure to keep it installed for your existing worlds lest you lose your old Endgame Reborn items.
(Endgame Reborn version to retain existing progress and convert some recipes for upgrading to End Reborn)
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:B0Fm7Yqw:aw1iGAFa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B0Fm7Yqw:aw1iGAFa"
}


