Creators
Details
4.7.0
Compatibility
Changes
Adds Spell Sensor - outputs redstone signal when spells are cast nearby, or when a spell resolves nearby.
Adds Ring of Jumping - allows the user to jump multiple times at the cost of mana
Adds Ritual of Gravity - applies Gravity to nearby players (Jarva)
Adds missing recipe for randomize
Fixes crash with place block and exchange
Disables more bookwyrm AI when players are not nearby
Fixes animated blocks crashing when placed in modded spawners
Fixes lag from whirlisprigs and forge event system
Fixes familiars not being detected as an owned entity
Fixes familiars being dispelled when using an unbound button
Fixes source buckets vanishing when using a stack to input to a jar
Fixes dynamic light alert being checked on server
Fixes dupe with some modded inventories and storage lectern
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:TKB6INcv:CjoGOxiS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TKB6INcv:CjoGOxiS"
}

