Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
1.21.1-0.5.0
Release
Create: Wizardry 1.21.1-0.5.0last month 5,168
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
Create: Wizardry 0.5.0
Added...a lot.
- Added the Mana Siphon, a renewable way to farm Mana from mobs, the player, and passing spells within the range
- Has two modes: Confined (default, 3x3x3 range) and Expanded (7x7x7 range)
- Sucking Mana from mobs reverts them to their non-caster counterparts, dropping their signature item (book, helmet, etc)
- Blocks such as Ice Spider eggs and Armor Piles can be drained of Mana as well
- Mobs can now be transformed by spouting Mana onto them and giving them their signature book/item
- Fixed several Blaze Caster issues, including changing right-click function to match more with Create's structure
- Added arcane variants for the Pipe and Pump, as well as gave a use for Arcane Casing
- Added several achievements
- Tweaked Ink, Armor Pile, and other recipes
and much, much more! This is genuinely the dream update for Create: Wizardry, and I've been wanting to add all of this for so long. Please enjoy!
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:OeGdeWEj:BRpxKyDt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OeGdeWEj:BRpxKyDt"
}

