aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-31 15:32:33 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-31 15:32:33 +0800
commit2f95b698dee3368666cefe8890a015eb098dd77b (patch)
tree994981d645051f5360ea29dc0d7701a83cd1858a /src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java
parent40d345b6b0f0bea1e4313ad9cdb789762e160f8d (diff)
downloadRoughlyEnoughItems-2.2.0.15.tar.gz
RoughlyEnoughItems-2.2.0.15.tar.bz2
RoughlyEnoughItems-2.2.0.15.zip
Update to v2.2.0.15 & Fix Optifinev2.2.0.15
Fix #16
Diffstat (limited to 'src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java')
-rw-r--r--src/main/java/me/shedaniel/rei/mixin/MixinGuiRecipeBook.java4
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() {