Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 hours ago
All versions
2.5.16.3
Release
Goety 2.5.16.32 years ago 514
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Fixes & Changes:
- Wearing Warlock Robes now have a chance of not consuming Snap, Blast and Berserk Fungus when used and a chance of getting more Snap Fungi when harvesting fully grown Snap Warts
- Fixed Slime and Magma Cube Servants not dropping loot upon death.
- Fixed Entity Renders in Black Book entries
- Fixed modded Anvils not counting in Forge Rituals
- Fixed Curios model overlapping
- Fixed better combat compat crash
- Added Black Book shortcuts for several items and blocks crafted through rituals.
- Fixed Witches attacking Creative/Spectator Players when the latter hurts a Warlock or Crone
- Plunge effects stops players from swimming
- Fixed Crones trying to apply Plunge on their target despite said target still having the effect
- Fixed Purify Buff/Debuff Client Bug
- Fixed Tripping Effect favoring positive direction
- Fixed Ender Ground effect not stopping many types of teleportation (Pets and Crouch Casting Summons are exempt).
- Fixed Raiders not being affected by Hook Bells when riding a non-Raider entity
- Fixed Brew Apples overriding its previous brew when right-clicking on the Witch's Cauldron again
- Golden Apples and Enchanted Golden Apples can also have brew effects applied on them.
- Show capacity and soul cost for JEI Witch's Brews.
- Changed Crypt Slime texture.
- Changed Ritual images on Black Book to show the new Dark Altar model and texture.
- Changed Soul Absorber's texture to remove mixels.
- Readded Apostle's 1/2 damage resistance when in the Nether.
- Fixed Error messages that appear in logs when playing without mods that added Silver Blocks.
Additions:
- Rupture Spell. Summons a Void Rift at where the caster is looking at, which would suck in any nearby non-allied entities.
- Added bands to Redstone Golem and Monstrosity unless they're summoned to be hostile.
- Added missing effects on Witches Brew book.
- Added brewing compatability with Alex's Caves, Alex's Mobs, L_Ender Cataclysm and Mowzie's Mobs by adding brewing recipes for some of their effects.
- Added Crypt Slime Spawn Egg and Black Book Entry.
- Added Ghast Servant Spawn Egg.
Join the official Mod Discord! https://discord.gg/utQqkWUuDc
Optional dependencies
Any compatible version
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:4ZVIxU8x:XSDW3JfX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ZVIxU8x:XSDW3JfX"
}

