Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
Updated 10 months ago
All versions
1.0.0-alpha.12
Alpha
Alpha 1210 months ago 195
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
General
This update breaks configs!
- Internal changes providing for the future development
- Fixed several issues with focuses and accessories
- Add Charge shells and continue tweaking charge mechanics
Detailed
Additions
- You can now see the location of the Comet Warp anchor you're currently holding if you're wearing Trueseer goggles
- Charge shells are now properly displayed and can be consumed to increase the charge you can personally amass on a wand
Changes
- Focuses now take damage when used to balance their essentially free charge mechanic
- Wands now charge passively at night
Fixes
- Energy Veil now works properly in Multiplayer mode
- Focuses belt now works properly with Focus picker
- Focus picker now doesn't skip identical focuses, so long as they're crafted or received via
/give. Focuses taken from the Creative inventory or duplicated via middle clicking likely won't ever work nicely with Focus picker - Charging focus now works in dry biomes
Internal
- Moved to Mojmaps
- Switched to Cloth Config
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| wizcraft-1.0.0-alpha.12-sources.jar | Unknown | 239.87 KiB |
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:F9eqqJxr:wDGIJY8e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F9eqqJxr:wDGIJY8e"
}

