====== Trajectories ====== ^ Trajectories ^^ |{{ trajectories.webp?500x280 |Using Trajectories to aim a bow at a wandering trader.}}|| ^Type|[[:Hack]]| ^Category|[[:Render]]| ^In-game description|"Predicts the flight path of arrows and throwable items."| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/TrajectoriesHack.java]]| Trajectories is a Minecraft hack that draws a curved line one the screen when the user is holding a [[mc>bow]], [[mc>crossbow]], [[mc>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. ===== Supported Items ===== Trajectories can predict the trajectories of the following items: * [[mc>bow]] * [[mc>crossbow]] * [[mc>snowball]] * [[mc>egg]] * [[mc>ender pearl]] * [[mc>splash potion]] * [[mc>lingering potion]] * [[mc>fishing rod]] * [[mc>trident]] ===== Settings ===== ==== Color ==== ^ Color ^^ ^Type|[[:ColorSetting|Color]]| ^In-game description|"Color of the trajectory."| ^Default value|#00FF00| ===== Changes ===== ^Version^Changes^ |[[update:Wurst 2.20]]|Added Trajectories.| |[[update:Wurst 3.0pre1]]|Broke Trajectories.| |[[update:Wurst 3.0pre2]]|Fixed Trajectories.| |[[update:Wurst 3.0pre4]]|Trajectories will now work with [[mc>fishing rods]] and [[mc>lingering potions]].| |:::|Trajectories will now draw a smoother line when using potions, etc.| |:::|Fixed Trajectories wobbling around when walking.| |[[update:Wurst 7.0pre1]]|Temporarily removed Trajectories.| |[[update:Wurst 7.0pre23]]|Re-added Trajectories. (Thanks to [[gh>Mersid]]!)| |:::|Trajectories now also supports [[mc>crossbows]] and [[mc>tridents]].| |[[update:Wurst 7.0pre26]]|Fixed Trajectories not calculating the trajectory of [[mc>crossbows]] correctly.| |[[update:Wurst 7.17]]|Added a "[[#Color]]" setting to Trajectories.| {{tag>has_colorsetting}}