Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.20.2 and add 2 new features #63

Merged
merged 9 commits into from
Dec 4, 2023
Prev Previous commit
Next Next commit
clarify which side the mixin is on
GirlInPurple committed Dec 4, 2023
commit 53775ac8bf5fc01e9503fc72216fc442d462cce4
6 changes: 3 additions & 3 deletions src/main/java/net/F53/HorseBuff/config/ModConfig.java
Original file line number Diff line number Diff line change
@@ -33,15 +33,15 @@ public class ModConfig implements ConfigData{
@ConfigEntry.Gui.Tooltip
public boolean noBuck = true;

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

@ConfigEntry.Category("Client")
@ConfigEntry.Category("Server")
@ConfigEntry.Gui.Tooltip
public boolean swimCamel = false;

@ConfigEntry.Category("Client")
@ConfigEntry.Category("Server")
@ConfigEntry.Gui.Tooltip
public boolean swimDead = false;