WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9d91f0a

Browse files
committed
fix default config and issues button in modmenu
1 parent 0220ec0 commit 9d91f0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/client/java/derp/immersivehotbar/config/ImmersiveHotbarConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class ImmersiveHotbarConfig {
1010
public static float selectedItemSize = 1.2f;
1111

1212
@SerialEntry
13-
public static float bouncyStiffness = 0.1f;
13+
public static float bouncyStiffness = 0.3f;
1414

1515
@SerialEntry
1616
public static float bouncyDamping = 0.2f;
@@ -58,7 +58,7 @@ public class ImmersiveHotbarConfig {
5858
public static float nonSelectedItemSize = 1.0f;
5959

6060
@SerialEntry
61-
public static float shrinkAnimationSpeed = 1.0f;
61+
public static float shrinkAnimationSpeed = 2.5f;
6262

6363
@SerialEntry
6464
public static float animationSpeed = 0.1f;

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"contact": {
1111
"homepage": "https://modrinth.com/mod/immersive-hotbar",
1212
"sources": "https://github.com/DerpDerpling/Interactive-Hotbar",
13-
"issues": "https://github.com/DerpDerpling/Interactive-Hotbar"
13+
"issues": "https://github.com/DerpDerpling/Interactive-Hotbar/issues"
1414
},
1515
"license": "MIT",
1616
"icon": "assets/immersive-hotbar/icon.png",

0 commit comments

Comments
 (0)