Tags
Creators
Details
7.2.15+1.20.1-fabric
Compatibility
Required content
Changes
(V.7.2.15 Changes) (1.20.1 Minecraft)
Items:
Capped Resistance to a maximum of level 4 when crafting Resistance Potion Candles.
Misc:
(Fabric/Quilt): Fixed all entities not dropping loot because of a mix up with a fabric event.
(V.7.2.14 Changes) (1.20.1 Minecraft)
Structures:
Fixed Sempiternal Sanctum events showing the wrong time for their event timers. Serious issue.
(V.7.2.13 Changes) (1.20.1 Minecraft)
Misc:
Fixed crash from mixins not specified in mixin json file.
(V.7.2.12 Changes) (1.20.1 Minecraft)
Dimension:
Fixed bees despawning too close to player if dimension has more than 1 player in it and spread out.
Items:
Fixed Essence of Raging item being broken where if it go on brief cooldown, it then reset and does full long cooldown.
Essence of Raging no longer resets rage level if killing non-highlighted enemy.
Essence of Raging no longer has brief cooldown after rage level is reset.
Added ragingEssenceStrengthLevels config option to allow changing how many rage levels there are and how strong the Strength effect is for each level.
(V.7.2.11 Changes) (1.20.1 Minecraft)
Blocks:
Improve the error reporting in logs when Essence Blocks fail to load or save arena areas.
Items:
Buffed the durations of effects from drinking Royal Jelly Bottle from 1 minute to 7 minutes. Beenergized from the item is now level 3 instead of 2.
Made Stinger Spear not lose extra durability if hitting an undead mob or Paralyze immune mob with Neurotoxin enchantment. Also nerfed the extra durability cost of Neurotoxin from 5 to 4.
Made Essence of Knowledge now highlight Chest Minecarts and Chest Boats.
Structures:
Made sure Wither Rose cannot spawn in Bumblezone structure's Honey Cocoon loot.
Mod Compat:
Opted into Neruina's future auto-reporting system
(Fabric/Quilt): Stopped spawning Spectrum's Doombloom in Bumblezone's structures.
Optional dependencies
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:eA8SXqWL:XtCSXdu7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eA8SXqWL:XtCSXdu7"
}



