Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
Updated 8 months ago
All versions
1.20.1-1.6.5.1
Release
Malum 1.20.1-1.6.5.12 years ago 7,811
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Tweaks;
- The Rite of Nourishment now also accelerates allay duplication
- The Stupid God Dammed Book no longer drops again after every death
- Silenced no longer affects Magic Resistance
- Changed some rune effects slightly
- Made Player Kill Messages actually work
- Added a config option to make only totem based kills drop spirits as regular item entities
- Added a credits page available after interacting with the malum book a good number of times
- Added a block tag for unchained rite catalysts
Textures;
- Retextured Soulstone, Brilliance and Cthonic Gold
- Retextured Alchemical Calx, Grim Talc
- Made Living Flesh more Living
Compatibility;
- Iron's Spellbooks Damage Types counting as Soul Damage is now configurable via config
- Various items from the mod now provide Spell Power if Iron's Spellbooks is Installed
- Gluttony now grants a stacking multiplication to Spell Power
- Silenced now also affects some Iron's Spellbooks Attributes
- Ring of Echoing Arcana now also provides stacking cooldown reduction for Iron's Spellbooks spells
- Updated the JEED effect descriptions for the mod's effects
- Added Spirit Drops for Iron's Spellbooks' mobs
- Added Spirit Drops for Enderman Overhaul' mobs
- Added Spirit Drops for Goety' mobs
- Added Spirit Drops for Yung's Better Se- I mean Caves' mobs
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:jgzwYsAN:hmpAzpC1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jgzwYsAN:hmpAzpC1"
}

