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
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