All versions
1.0.1
Release
Spellgems 1.0.12 weeks ago 11
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
- Blink into an obstructed destination no longer plays portal particles or spends wand durability; a lower-pitch teleport sound indicates the destination is invalid
- Projectile spell texture is now visible with shader packs (tested with Iris / Complimentary Reimagined); vertex tint now includes opaque alpha
- Quick-cast keybinds no longer buffer and fire later if pressed while the wand is not selected
- Spell Enchanting Table now mines at vanilla Enchanting Table speed with a pickaxe and drops itself
- Power enchantment now increases projectile spell damage
- Chaining projectile no longer jumps to the caster when they stand next to the struck mob
- Vortex cast from a spell dispenser now pulls the player; knockback velocity is synced to the client
- Explosion strike enchantment damages living entities but no longer breaks blocks or destroys dropped items
- Removed the raw spell gem tooltip description
- Volley arrows spawn from random directions around the target and skip positions with blocked line of sight
- Various config defaults changed
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:LiazpLjr:POLnlhKm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LiazpLjr:POLnlhKm"
}

