Tags
Creators
Details
0.71
Compatibility
Changes
Infinity Cave 0.71
Updated to 1.21.5. Lots of internal changes, as well as removal of the boss library since it is no longer maintained, had to develop my own version, will add more bossbar customizability in the future.
Changes
- Performance has been increased.
- Added new type of experience bottles that drop per tier.
- Made all potions get information from the same pool, guaranteeing that they will all stack.
- Added a new music disc -- Twinleaf Town (Piano Cover) by yours truly.
- Made changes to Molten Hammer, you now have to hold it for a little bit in order for it to smash the ground.
- All right-clickable weapons such as Katana, Ender Sword etc. have been ported over to a new cooldown system.
- Made new structual changes within to prepare for a massive content update that I plan on releasing sometime this summer.
- Nerfed Yield enchantment, Yield 5 should be less common now and you will see more of 1-4, instead of just level 5 Yield.
Bugfixes
- Changing Minecraft name caused sonic bow and thunder harpoon to stop working.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| infinity_cave_resource.zip | Required resource pack | 1.91 MiB |
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:DEq97NAA:BbVdGeQf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DEq97NAA:BbVdGeQf"
}

