Tags
Creators
Details
1.3.0-1.21-fabric
Compatibility
Required content
Changes
Deploy to 1.21.1 by default
Fix #142
Add clear skies discount descriptor
Add on fire discount descriptor
Add weakened descriptor
Nerf poison discount
Add rain action
Reduce default generator word length
Add ink and feathers to writable spellbook recipe
Add JEI integration for bound tools
Add clear weather action Add raining discount
Buff default chalk strength
Increase advance time cost
Add change time action Add night discount descriptor
Reduce explosion entity damage
Nerf Saturation hard
Add solar power descriptor
Prevent using damage to circumvent blood descriptors
Add critical descriptor
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
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:FNyW9yKu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JyJgaOrk:FNyW9yKu"
}

