Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 4 days ago
All versions
1.20.1-2.16.0
Release
Spells & Shields 1.20.1-2.16.03 years ago 21.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
- Downgrade to forge 1.20.1-41.7.3 to also support neoforge on this version
- You can now move while having the radial menu (spell wheel) open
- Add new
min,max, andlearnedrequirement types - Add new
/spells cast ...command - Improve some requirement tooltips
- Update
cube_blocks_targetaction parameters (the vec3 params now have proper prefixes) - Fix extra mana often being ignored, this includes the
has_mana,mana_check,simple_mana_check, andget_manaactions and the mana blade enchantment - Fix health and mana boost spells not using their variables
- Fix not all network messages printing their errors when something goes wrong
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:4cfxEMAc:ufkAsVao"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4cfxEMAc:ufkAsVao"
}

