BBL Casting - Tools

Casting Tools is an addon to casting that aims to provide tool and equipment modifying using casting

File Details

Casting Tools - 26.1.2-1.9.0

  • R
  • May 13, 2026
  • 316.13 KB
  • 56
  • 26.1.2
  • NeoForge

File Name

castingtools-26.1.2-1.9.0.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:bbl-casting-tools-1501619:8084030"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.9.0

  • Added Logo
  • Added onBlockDropEvent to modifiers
  • Major changes to modifiers
  • Fortune is now handled via EnchantmentHelperMixin
  • Silk Touch is now handled on BlockDropsEvent not BreakBlockEvent
  • Pulverizing is now handled on BlockDropsEvent not BreakBlockEvent
  • Looting is now handled via EnchantmentHelperMixin
  • Excavation is now handled inside the modifier like other modifiers now instead of the main event
  • Pulverizing and Excavation are no longer exclusive
  • Pulverizing and Silk Touch are now exclusive
  • Buffed efficiency roughly 25% faster for each level
  • Sharpness is now handled via EnchantmentHelperMixin
  • All these changes are to help with compatibility within other mods in the future, we no longer cancel any event either which greatly improves the block breaking stuff as it casting no longer cancels and replaces all the logic that block breaking would do