Mod WizardryUtils by windanesz

  • WizardryUtils by windanesz

    A library mod for Electroblob's Wizardry addons.
    • 371805
    • 143.57 KB
    • 1.12.2
    • April 9, 2022
    • December 31, 2022
    • API and Library
      Magic
    WizardryUtils
Mod Information
NameWizardryUtilsAuthorwindaneszDescriptionA library mod for Electroblob's Wizardry addons.
InformationDownloads: 371805
Version: 1.12.2
Size: 143.57 KB
Updated at: December 31, 2022
Created at: April 9, 2022
Tags
API and Library
Magic

WizardryUtils

 

A library mod for addon devs for the Electroblob's Wizardry Minecraft mod.

 

This mod requires the Electroblob's Wizardry mod

 

This mod does not add a lot of new content to your game, as it's a shared code library to be used by other mods. It also contains various useful stuff like AttributeModifiers for spell modifiers that can be useful for pack makers (e.g. make an Ice Dragonsteel chestplate grant +30% Potency).

 

Features

WizardryUtils contains shared functionality and code for my addons, including:

  • Framework for new artefact types (Head slot Bauble, belt slot Bauble)
  • Interface for ticking artefacts in Baubles slots
  • Capability-based handler for registering "dynamic" minion spells. This means minion spells no longer have to register a duplicate variant of the entity which implements various interfaces and methods to e.g., remove loot, drops.
  • Shared code for automated artefact injection into Shrine loot tables
  • Automated item model registry
  • Crafttweaker support for Electroblob's Wizardry's spell cast events
  • AttributeModifier implementation of all spell modifiers
  • LootCondition for checking actively worn artefacts in Baubles slots
  • "Dusty" item variant for each artefact type. These can turn into any random artefact of their respective type when a player right-clicks them. Useful for custom mob loot/quest reward etc
  • Automated spell wiki page, spell summary page and artefact page generator

 

Planned features

  • All are implemented so far, more tbd