Skip to content

Commit

Permalink
fabric mixins actually have to be remapped
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Sep 23, 2024
1 parent 585685a commit befe923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Redirect;

@Mixin(value = ProcessingRecipeSerializer.class, remap = false)
@Mixin(ProcessingRecipeSerializer.class)
public class ProcessingRecipeSerializerMixin {

@Redirect(
Expand Down

0 comments on commit befe923

Please sign in to comment.