Skip to content

Instantly share code, notes, and snippets.

Download Audio from YouTube

-i - ignore errors

-c - continue

-t - use video title as file name

-f 'bestaudio[ext=m4a]' - download audio only

@Gabik21
Gabik21 / .java
Created May 11, 2019 14:13 — 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;
@Gabik21
Gabik21 / rückstoß.txt
Created April 22, 2018 21:38
Minecraft Knockback 101
**Hier für ein und alle mal eine Erklärungen**
Klarstellung:
An den kb WERTEN, heißt horizontal, vertikal und Reibung, hat sich zwischen 1.7 und 1.8 NICHTS geändert.
Unterschiede:
Es gibt in der 1.7 zwei Bugs, die in der 1.8 gepacht wurden. Den Relog glitch und ein Networking problem, weshalb man auf ungepatchten 1.7 Versionen einen höheren Ping hat als auf der 1.8 Version, trotz selben Hosts.
Was ist der Relog glitch?
Minecraft läuft mit 20 game loops (ticks) pro Sekunde.