Tags
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
All versions
0.8.2-forge
Release
[Forge] EbWizardry-Redux 0.8.2 for 1.20.13 months ago 93
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- feat: '/ebw generator' commands to debug/obtain ebw items easily
- feat: '/ebw data durability <player> <int>' to set item durability (debug only)
- feat: added Spark bomb and Arc spells
- feat: added following particle to remnants
- fix: avoid wizard armor breaking
- fix: when wizard armors have 0 mana, you can't obtain spell modifiers, armor protection and full armor buff
- fix: adding empty tags to items when held in hand and opening creative mode tabs
- fix: crash when renaming/deleting spells and then entering a world with these
- fix: problem with lightning particle that made render look bad
- fix: following particles had a lot of delay when copying entity location
- fix: arcane lock consuming too much resources on client rendering
- reconstruct: old commands for debugging (replaced by /ebw generator)
- reconstruct: old wizard armor structure refactored to use better class hierarchy
- reconstruct: old cast item system documented and refactored to be more maintainable and cleaner
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:p6vFTmhx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s5qOekOc:p6vFTmhx"
}



