Fixes the hand not properly sliding out of view.
This commit is contained in:
@@ -11,6 +11,6 @@ forge_version=35.1.37
|
||||
cloth_version=4.11.14
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0
|
||||
mod_version = 1.1
|
||||
maven_group = markil3
|
||||
archives_base_name = immersive_hud
|
||||
@@ -295,7 +295,7 @@ public class TimerUtils
|
||||
MatrixStack matrixStack,
|
||||
float ticks)
|
||||
{
|
||||
float HAND_UP_TIME = 1F;
|
||||
float HAND_UP_TIME = 20F;
|
||||
|
||||
switch (hand)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user