Crossbow Mod
Bringing the Crossbow Back to Older Minecraft Versions
This mod brings the crossbow functionality from the Village and Pillage update to earlier game versions. You'll get full access to all features of this weapon, including special enchantments and realistic animations.
Technical Features for Developers
Crossbow is designed as a library for those who want to add custom crossbow variants or create mobs that use this weapon. To add a custom crossbow, your item class should inherit from ItemCrossbow or implement the ICrossbow interface.
Changes to Firework Behavior
The mod also makes minor adjustments to firework mechanics - they now explode instantly upon collision with blocks or entities. This change comes with a new event: FireworkImpactEvent, which triggers when a firework makes contact with any object.
Important Notes
AssetMover is required for proper client-side operation. In some cases, texture issues may occur - CensoredASM is recommended to resolve these problems.