## v1.0.0 — Initial Release
**Added**
— Core throwing system — press **R** to throw the item in your main hand.
— TNT and TNT-based blocks explode on impact when thrown.
— Spawn eggs hatch their mob on impact, same as right-clicking one.
— Water, Lava, and Powder Snow buckets empty their contents on impact and leave an empty bucket behind.
— Thrown weapons and tools deal damage to entities they hit, scaled by the item’s attack damage attribute, then drop on the ground afterward for pickup.
— Thrown Netherite pickaxes, axes, and shovels mine a 3×3 area on the surface they hit (respecting tool/block harvest requirements).
— All other items simply drop as a normal, pickup-able item where they land.
— Two new config options: `throwExplosionPower` and `throwDamageMultiplier`.
— Fully multiplayer-compatible — throwing is validated and executed server-side.
**Known limitations**
— Mob buckets (axolotl, fish, tadpole) do not yet release their mob when thrown; this is planned for a future update.