Tags
Creators
Details
1.2.12-1.21-fabric
Compatibility
Required content
Changes
Fix projectiles from lecterns
Casting lecterns drop books when broken by non-players
Make whitespace between words more forgiving
Allow Colorful Sheep to breed with Vanilla Sheep
Fix Charged
Add Spellbook info Add notice when Spellbook contains no book data
Prevent showing invalid Spellbook recipes
Add other Spellbook recipes
Add basic JEI integration
Refactor dyeing recipes
Avoid using Arch RegistryHolder to prevent crash on save Fixes #140
Fix lectern drops
Add license file
Fix Writable Spellbook signing
Refactor MobEffect usage to avoid using Arch holders
Remove damage scaling from self-damage
Fix move localization
Add offset descriptor localization
Prevent player targeting gamerule from impacting self-targeting spells
Fix potential serialization bug when redeeming tomes
Re-add scriptor:can_target_player_inventories
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:JyJgaOrk:VVZy1bor"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JyJgaOrk:VVZy1bor"
}

