diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-02-21 17:16:21 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-02-21 17:16:21 +0800 |
| commit | 9a1f55351ba2c99c271e7ebdc92496ca981d23c9 (patch) | |
| tree | 09b53c0cc38def4643dda245b5cf7f3c1251837b /src/main/java/me/shedaniel/rei/mixin/MixinRecipeBookGui.java | |
| parent | 66cc75d3f6919f692a61fe07986869839c336b56 (diff) | |
| download | RoughlyEnoughItems-2.3.0.52.tar.gz RoughlyEnoughItems-2.3.0.52.tar.bz2 RoughlyEnoughItems-2.3.0.52.zip | |
Update to 19w08a2.3.0.52
Diffstat (limited to 'src/main/java/me/shedaniel/rei/mixin/MixinRecipeBookGui.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/mixin/MixinRecipeBookGui.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/mixin/MixinRecipeBookGui.java b/src/main/java/me/shedaniel/rei/mixin/MixinRecipeBookGui.java index cbd370ab8..a4a129c1a 100644 --- a/src/main/java/me/shedaniel/rei/mixin/MixinRecipeBookGui.java +++ b/src/main/java/me/shedaniel/rei/mixin/MixinRecipeBookGui.java @@ -15,7 +15,7 @@ public class MixinRecipeBookGui implements IMixinRecipeBookGui { protected RecipeBookGhostSlots ghostSlots; @Override - public RecipeBookGhostSlots getGhostSlots() { + public RecipeBookGhostSlots rei_getGhostSlots() { return ghostSlots; } |
