Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 5 days ago
All versions
1.3.10
Release
Pact Magic 1.3.105 days ago 33
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
- updated spirit icons to make placed hallows look better and more differentiated
- fixed animated texture display bug (although they're still not animated)
- using hallows by hand can no longer make the target hallow exceed its capacity
- gave villagers some brain surgery to make them more obedient when bound
- hallows can once again be placed in grindstones
- strings for keybindings
- made taking items from ground work with manually defined ranges
- exchanging items with a bound mob is now its own keybind, Q by default (it overrides tossing the item)
- separated out color and smelting transfusion recipes in JEI/EMI
- added water resistance potion for those whose Familiars make them vulnerable to water
- moved positive bindings angering mobs to config option, enabled by default, tamed positively bound mobs never get angry
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:fmr0Q0bn:qdCszRLn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fmr0Q0bn:qdCszRLn"
}

