Andrews54757 / tweakfork

A modified small client-side Minecraft mod that adds various configurable tweaks - plus some more
GNU Lesser General Public License v3.0
80 stars 9 forks source link

Disable Honey Slowdown and Jump #17

Closed kerbaras closed 3 years ago

kerbaras commented 3 years ago

Enableing TweakNo disableHoneyBlockSlowdown will make the player have normal velocity and jump while standing on honey blocks. Simil to TweakNo disableSlimeBlockSlowdown

Disableing it will restore default velocityMultiplier and jumpVelocityMultiplier values

DragonEggBedrockBreaking commented 3 years ago

imo there should be two separate toggles - one for jump and one for slowdown, especially for servers that could allow no slowdown, but disallow no jump, and also for people who find one of the features too cheaty. If you decide to take this approach, it would also be nice to add a no bouncy slime, and a better jumping on slime (it is slightly more difficult to jump on slime than a normal block), because it can be annoying, e.g. when working on big flying machine, when you just want to land normally and continue working.

Andrews54757 commented 3 years ago

@matias-pierobon Thank you for the pull request! I'm more than happy when people contribute.

That being said, I feel like this PR would be better off if it was merged on the main repo's side. I see that you have already made a PR there as well https://github.com/maruohon/tweakeroo/pull/218.

Once it is merged in the original repo, my fork will include it when I update tweakfork as usual.

kerbaras commented 3 years ago

Okok perfect!