promotional bannermobile promotional banner

Electroblob's Wizardry

The expandable RPG magic mod with over 180 unique spells!

File Details

Electroblob's Wizardry - 4.3.18 - MC 1.12.2

  • R
  • May 12, 2026
  • 10.53 MB
  • 1.1K
  • 1.12.2
  • Forge

File Name

ElectroblobsWizardry-4.3.18.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:electroblobs-wizardry-265642:8075806")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v4.3.18

Features 
- Add support for optional NBT tags in currency items for wizard trades in the configs. example values:: minecraft:potion{Potion:"minecraft:strength"} 4 minecraft:enchanted_book{StoredEnchantments:[{id:16s,lvl:1s}]} 5 
chore: update version to 4.3.18 
- Sneak clicking items place them in bookshelves. Sneak clicking a bookshelf with an empty hand removes items from the bookshelf (must be implemented per item, so it won't work with vanilla or some spell pack items)
- Added Ukrainian translation by Lotos 
-  Add support for external mod predicates in ally designation system, allowing mods to define their own criteria for alliance status 

Fixes
- Fixed potion effect desyncs in the codebase (lingering clientside-only potion effects with 0 duration) 
- Prevent crystal flowers from growing on client-side when bonemeal is used on grass. Fixes #907 
- Improve owner ally check in AllyDesignationSystem to handle null owners and recursion