Skip to content

Commit

Permalink
thank you neu, very cool!
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixces committed Jul 24, 2024
1 parent 4697143 commit 7b77aec
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
import org.spongepowered.asm.mixin.injection.invoke.arg.Args;

@Pseudo
@Mixin(targets = "io.github.moulberry.notenoughupdates.miscgui.itemcustomization.ItemCustomizeManager")
@Mixin(targets = {
"io.github.moulberry.notenoughupdates.miscfeatures.ItemCustomizeManager",
"io.github.moulberry.notenoughupdates.miscgui.itemcustomization.ItemCustomizeManager" /* NEU 2.3.1+ */
})
public class ItemCustomizeManagerMixin {

@Dynamic
Expand Down

0 comments on commit 7b77aec

Please sign in to comment.