Tags
Creators
Details
All versions
4.0.5
Release
4.0.5 Mod3 years ago 246
Compatibility
Minecraft: Java Edition
1.20
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Official 1.20 release!
- Blazeblade and Witherblade methods of obtaining has changed! They are now crafted weapons, part of their recipe is still found in nether fortress chests, but now as a 100% chance, called a Nether Fortress Notch. Blazes and Wither Skeletons no longer have a chance of dropping these weapons.
- Weapon tips have been re-added in a new way! Weapons with sneak abilities and other complex mechanics now have short actionbars that appear when first using the weapon as a tutorial of sorts
- Renaming a weapon and then renaming it back to its original spellbound weapon name returns its original color
- Thorn Blossom recipe copper ingots amount lowered from 64 -> 32
- You can now sneak around whilst initiating Witherblade heal
- Charge time for both Witherblade and Blazeblade lowered from 1 second -> 0.9 seconds
- Witherblade damage lowered from 7.5 -> 7 but attack speed increased from 0.9 -> 1.0 (same as netherite axe)
- Cursed Sea Blade pufferfish will no longer attack friendly mobs like villagers and wolves
- Cursed Sea Blade pufferfish now last for less time
- Obtain all Spellbound Weapons advancement now works again
- Crucible energy can no longer be farmed from allays and bats (you can add your own mobs via the tag
1_splatus:spellbound/crucible_non_energy
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:egyqODDj:cZz0QqJd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:egyqODDj:cZz0QqJd"
}

