-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a way to set the speed for AA #102
Comments
I feel like this is probably outside the scope of this plugin, is there a specific reason you want to adjust the speed? |
The reason why I want the speed to be increased for all fireballs is because some crafts can catch up to them easily and it creates this strange issue where the fireballs light fires inside the craft especially while it's moving. |
Eh sure, as long as it's completely contained within it's own class and doesn't require NMS this doesn't hurt the plugin. |
After thinking on it, this would be beneficial. Adding it to FireballLivespan.java is probably the easiest thing, |
* Add #102 + Small refactor * Fix `AADirectors#adjustValue` * Add comment to FireballSpeed * Revert Refactor * Add Speed changer to FireballLifespan (now FireballBehaviour) * Fix finite issues --------- Co-authored-by: TylerS1066 <TylerS1066@users.noreply.github.com>
This is simple, add a config option that allows us to set a multiplier for the AA. This should be simple as changing a few lines of code in the AA director class. Default value would be 1.0
The text was updated successfully, but these errors were encountered: