summaryrefslogtreecommitdiffstats
path: root/source/Items/ItemBow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compiler warning.madmaxoft2013-11-131-1/+1
|
* Bundled fixes [SEE DESC]Tiger Wang2013-11-121-1/+1
| | | | | | | | * BoundingBox now returns FACE_NONE + Arrows can be picked up * Arrows dug up resume physics simulations * Added sound effects for bows, lava to stone, and arrows * Fixed SoundParticleEffect on <1.7 protocols
* Bundled fixes [SEE DESC]Tiger Wang2013-11-101-0/+2
| | | | | | | | | | * Fixed pickups spawning in an incorrect position from a JukeBox * Pickups make a popping sound in Prtcl1.7 * Arrows make a *what sort of sound does an arrow make anyway‽* when hitting a block, and a popping sound when fired * Mobs again have metadata * Fixed Prtcl1.7 not using valid JSON to kick a client * Minecarts and arrows again have metadata
* Fixed bow damage in creativeTiger Wang2013-11-021-1/+5
| | | | Also reverted indenting change
* Multiple fixesTiger Wang2013-11-021-0/+1
| | | | | | * Fixed #282 * Fixed bow not taking damage * Enhanced Player.cpp code
* Shooting a bow kinda works.madmaxoft2013-08-301-0/+80
The arrow is released, but sometimes hits wrong blocks or disappears completely.