Skip to content

Commit

Permalink
Fix 1.20.6 forge
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed May 1, 2024
1 parent 2306a20 commit ac1a954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void onInitializeClient() {
//$$ ModLoaderUtil.registerForgeEvent(this::doClientTick);
//$$ }
//$$
//#if MC >= 12005
//#if MC >= 12005 && NEOFORGE
//$$ private void doClientTick(PlayerTickEvent.Pre event) {
//$$ if(event.getEntity() == Minecraft.getInstance().player && event.getEntity().level().isClientSide())
//#else
Expand Down

0 comments on commit ac1a954

Please sign in to comment.