thecodewarrior / Hooked

Adds terraria style hooks to minecraft
BSD 2-Clause "Simplified" License
12 stars 12 forks source link

Configuration option to *enable* fall damage while using hooks #23

Open Laike-Endaril opened 5 years ago

Laike-Endaril commented 5 years ago

I'm mostly thinking of the case where a player is already falling with nothing to hook to, and then uses the hook on the ground before they hit it to prevent fall damage (I don't want that to happen).

My current method of preventing this is to remove recipes for all hooks besides wood (because wood hooks travel slower than the player when the player is falling, so the player hits the ground before the hook does)