bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
206 stars 46 forks source link

Throwables / Projectiles #421

Open edunham opened 11 years ago

edunham commented 11 years ago

There's code in packets for thrown potion, thrown xp bottle, and thrown enderpearl, but nothing about the others.

Either they don't work, or some plugin needs to be enabled and isn't documented in a way that shows up when grepping "throw" in the codebase.

edunham commented 11 years ago

from the IRC conversation:

< simpson>| * Projectiles. A little math has been done for them, but we largely don't have the entity-tracking infrastructure nor the trigonometry to actually implement throwing things.