CodeF53 / Horse-Buff

Makes Horses better by removing stupid things
Other
10 stars 7 forks source link

Movement based changes apply on Clients connected to unmodded server #47

Closed CodeF53 closed 1 year ago

CodeF53 commented 1 year ago

https://github.com/CodeF53/Horse-Buff/assets/37855219/7b78f800-f493-4a86-9d89-04ba9cdf0ada

Buff Stepheight and Disable Random Bucking should be disabled when client is connected to a server without horsebuff.

  1. Buff Stepheight causes MAJOR moved wrongly errors, which feels horrible on client
  2. Disable Random Bucking works perfectly on servers, but I need to make sure that the mod doesn't break Modrinth's Rule 3
CodeF53 commented 1 year ago

Considering that CardinalIceBoats received approval, it seems unlikely that noBuck or swim would be considered rule-breaking.

The issue with Step Height is more intricate than simply disabling it when the mod is not on the logical server. It requires communication between the client and server. This communication necessity also applies to other rules, so I have created a separate issue for it (#48)