Trajectories | |
---|---|
Type | Hack |
Category | Render |
In-game description | “Predicts the flight path of arrows and throwable items.” |
Default keybind | none |
Source code | net/wurstclient/hacks/TrajectoriesHack.java |
Trajectories is a Minecraft hack that draws a curved line one the screen when the user is holding a bow, crossbow, fishing rod, or a throwable item. The line shows a preview of where the thrown/shot item is likely to land, which makes it easier for the user to aim.
Trajectories can predict the trajectories of the following items:
Color | |
---|---|
Type | Color |
In-game description | “Color of the trajectory.” |
Default value | #00FF00 |
Version | Changes |
---|---|
Wurst 2.20 | Added Trajectories. |
Wurst 3.0pre1 | Broke Trajectories. |
Wurst 3.0pre2 | Fixed Trajectories. |
Wurst 3.0pre4 | Trajectories will now work with fishing rods and lingering potions. |
Trajectories will now draw a smoother line when using potions, etc. | |
Fixed Trajectories wobbling around when walking. | |
Wurst 7.0pre1 | Temporarily removed Trajectories. |
Wurst 7.0pre23 | Re-added Trajectories. (Thanks to Mersid!) |
Trajectories now also supports crossbows and tridents. | |
Wurst 7.0pre26 | Fixed Trajectories not calculating the trajectory of crossbows correctly. |
Wurst 7.17 | Added a “Color” setting to Trajectories. |