2.7
Compatibility
Changes
V2.7 Essence Update :
Adds :
- Fire Charge --- Add fire resistance for 30 seconds
- Water Charge --- Add water breathing for 30 seconds
- Earth Charge --- Add resistance for 30 seconds
- Air Charge --- Add slow falling for 30 seconds
- Light Charge --- Add night vision for 30 seconds
- Poison Charge --- Add saturation for 30 seconds
- Ice Charge --- Add jump boost for 30 seconds
- Ender Charge --- Add haste for 30 seconds
Charging Table ; use it to upgrade indefinitely your charges, by simply combining 1 charge and 1 essences
Amulet are now back :
- Void Walker Amulet
- Multi Jumps Amulet
- Advanced Jumps Amulet
- Infinite Jumps Amulet
Custom Stone : Stairs / Wall / Slab
Custom Totem : Air / Earth / Light
Rework :
- Miner Beacon works only on ore, and itโs fully compatible with all mods that uses forge/ores
- Enderite/Pyronite chestplate can now be infused like other armor.
Fix :
- Fire/Ice sword
- Big fix with localizations
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:jB6CxNwk:y2OM8uvW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jB6CxNwk:y2OM8uvW"
}

