Skip to content

Commit

Permalink
Merge branch '1.20' of github.com:CodeF53/Horse-Buff into 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeF53 committed Oct 24, 2023
2 parents 30269b2 + 5cb730d commit 55fbe69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,22 @@ This makes riding horses around path blocks way less frustrating.
![image](https://i.imgur.com/nvssVeA.gif)

</details>

### Client Changes:
<details><summary> Allow swimming while Mounted </summary>

Normally Horses will sink in water when you are riding them.\
This makes you float on the surface as if they weren't mounted

</details>

<details><summary> Prevent "Bucking" </summary>

Normally horses will randomly "Buck", stopping dead in their tracks while you are riding them.\
This prevents them from doing that.

</details>

### Client Changes:
<details><summary> Fade Horse as you look down</summary>

![image](https://i.imgur.com/kwtmFVd.gif)
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/F53/HorseBuff/config/ModConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ public class ModConfig implements ConfigData{
@ConfigEntry.Gui.Tooltip
public boolean stepHeight = true;

@ConfigEntry.Category("Server")
@ConfigEntry.Category("Client")
@ConfigEntry.Gui.Tooltip
public boolean noBuck = true;

@ConfigEntry.Category("Server")
@ConfigEntry.Category("Client")
@ConfigEntry.Gui.Tooltip
public boolean swim = true;

Expand Down

0 comments on commit 55fbe69

Please sign in to comment.