Skip to content

Instantly share code, notes, and snippets.

View klirman's full-sized avatar
💭
Switzering

Julian klirman

💭
Switzering
  • SwissHQ AB.
  • Zurich
  • 09:50 (UTC +02:00)
View GitHub Profile
@klirman
klirman / .java
Created December 28, 2019 17:49 — forked from YoungOG/.java
Here's the god damn "magic" kohi knockback, maybe people can stop believing in magic some day and just play the fucking game. Credit to OCN's SportBukkit for the relog fix
knockbackFriction = 2.0D;
knockbackHorizontal = 0.35D;
knockbackVertical = 0.35D;
knockbackVerticalLimit = 0.4D;
knockbackExtraHorizontal = 0.425D;
knockbackExtraVertical = 0.085D;