WizardryUtils

A library mod for Electroblob's Wizardry addons.

File Details

WizardryUtils-1.3.1.jar

  • R
  • Oct 28, 2025
  • 177.41 KB
  • 54.2K
  • 1.12.2
  • Forge

File Name

wizardryutils-1.3.1.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:wizardryutils-608287:7158305")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.3.1

  • Fixed minion and buff spells not working with modded entities and potions
  • Added new ZenScript spell type: Area effect spell. You can define custom spells with WizardryUtils that affect an area where the caster points. The spell can cause 1 or more potion effects to targets (can be enemies only / allies only / allies + player only). The area effect duration and the potion effect duration can be separately configured. This means you could create spells such as an area of Poison that lasts e.g. 30 seconds, but only applies 1 second of the Poison effect, or you can reverse it, making it an instant cast that applies a lasting effect. Mod potions are also supported. See the git repository for an example