Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 2 months ago
All versions
neoforge-26.1.2-2.1.1
Release
Book of Familiars 26.1.2-2.1.12 months ago 111
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Minor patch/improvements:
- Added a button to toggle familiar revival in the book. By default it's turned on.
- Added a config to disable familiar revival as a whole.
- Changed the automatic check on login config to false by default. This check is useful for mass deleting modded entities that no longer exist, but there is the potential for it to wrongly detect entities as non-existent and delete them. Use with caution.
- The whitelist and blacklist should no longer crash the game if you use an incorrect format.
- The whitelist and blacklist should now accept mod ids as a whole. So you can add an entire mod instead of manually having to add each entity from it.
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:iMn5Yv5Q:CBLkabQU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iMn5Yv5Q:CBLkabQU"
}

