Skip to content

Commit

Permalink
update compat for first person model (fixes #43)
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jan 10, 2025
1 parent a80197c commit a9594d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ modmenu = "7.2.2"
emi = "1.1.18+1.20.1"
lazydfu = "0.1.3"
resourceful_config = "2.1.2"
firstperson = "SiM8ZZnj" # 2.4.6
firstperson = "Ca1G2C1x" # 2.4.8
pehkui = "3.7.8+1.14.4-1.20.1"
kanos = "0.4.1"
lambdynamiclights = "2.3.2+1.20.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
public class FirstPersonCompat {
public static void init() {
ArcanusClient.FIRST_PERSON_MODEL_ENABLED = FirstPersonAPI::isEnabled;
ArcanusClient.FIRST_PERSON_SHOW_HANDS = FirstPersonModelCore.instance.getLogicHandler()::showVanillaHands;
ArcanusClient.FIRST_PERSON_SHOW_HANDS = () -> FirstPersonModelCore.instance.getLogicHandler().showVanillaHands();
}
}

0 comments on commit a9594d4

Please sign in to comment.