Skip to content

Commit

Permalink
move outside the mixin package
Browse files Browse the repository at this point in the history
  • Loading branch information
Caedis committed Feb 3, 2025
1 parent 87cbd3e commit 875eb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package xonin.backhand.mixins.hooks;
package xonin.backhand.client.hooks;

import net.minecraft.client.Minecraft;
import net.minecraft.client.entity.EntityClientPlayerMP;
Expand All @@ -17,7 +17,7 @@ public class ItemRendererHooks {

/**
* Extracted outside the mixin to be used in Angelica for Backhand compat
*
*
* @param frame
*/
public static void renderOffhandReturn(float frame) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import xonin.backhand.api.core.BackhandUtils;
import xonin.backhand.api.core.IBackhandPlayer;
import xonin.backhand.mixins.hooks.ItemRendererHooks;
import xonin.backhand.client.hooks.ItemRendererHooks;
import xonin.backhand.utils.BackhandConfigClient;

@Mixin(ItemRenderer.class)
Expand Down

0 comments on commit 875eb1a

Please sign in to comment.