diff options
Diffstat (limited to 'src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java b/src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java index 12640e7f8..2af44c101 100644 --- a/src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java +++ b/src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java @@ -10,7 +10,9 @@ import org.spongepowered.asm.mixin.Shadow; @Mixin(GuiRecipeBook.class) public class MixinGuiRecipeBook implements IMixinRecipeBookGui { - @Shadow @Final protected GhostRecipe ghostRecipe; + @Shadow + @Final + protected GhostRecipe ghostRecipe; @Override public GhostRecipe getGhostRecipe() { |
