Skip to content

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Apr 11, 2024
1 parent cba020f commit 54e5078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.gen.Accessor;

@Mixin(RecipeSymbol.class)
@Mixin(value = RecipeSymbol.class, remap = false)
public interface RecipeSymbolAccessor {
@Accessor
void setSymbol(char symbol);
Expand Down

0 comments on commit 54e5078

Please sign in to comment.