Tags
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
All versions
0.8.0-fabric
Release
[Fabric] EbWizardry-Redux 0.8.0 for 1.20.13 months ago 373
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Now you can datagen the Markdown documentation for the spells
- Now you can datagen a Markdown table for all the spells added
- Added the possibility to datagen artifacts
- Moved MAGIC_TIER (item tiers) to its own class
- Added Arcane Jammer Spell
- Change to warlock robe texture, now has more consistency with the colors
- Added WIP config for public use
- Minions can target nearby mobs without requiring owner interaction. This can be modified inside MinionSpell
- Now can mark if minions should delete its original goals inside MinionSpell
- (Forge) Fix to empty tags applied to items that are in main hand for some seconds
- Change Iceball hit block/entity sound
- Helper methods to add/substract/divide/multiply values when working with modifiers
- Removed possibility to pass items to save/load on spell modifiers (you should ONLY use strings instead!)
- New extension of Attribute modifiers to handle spell conditions
- Added command
/magic_attributeto add attribute modifiers with spell conditions to entities, similar to how/attributeworks - Fix to 'attributes deleting spell properties'
- Added direct compatibility with Curios and Trinkets
- Avoid weird server behavior on shrine when one of the involucrated players dies without conquering the shrine
- Fix spell data delete when returning from the End Dimension
- Fix eternal frost axe error
Optional dependencies
Supplementary resources
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:s5qOekOc:Tfxw8Wa0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s5qOekOc:Tfxw8Wa0"
}


