aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-01-02 14:31:16 +0800
committershedaniel <daniel@shedaniel.me>2020-01-02 14:31:16 +0800
commit5e2eccadbd91171c01cdb209d1338bcfb7786b1c (patch)
tree6c7387de5baea8b335e8abe58651018f77ad2d41 /src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
parente8714fe8fc1dcaec7ad299c63e2b657870c8fb40 (diff)
downloadRoughlyEnoughItems-5e2eccadbd91171c01cdb209d1338bcfb7786b1c.tar.gz
RoughlyEnoughItems-5e2eccadbd91171c01cdb209d1338bcfb7786b1c.tar.bz2
RoughlyEnoughItems-5e2eccadbd91171c01cdb209d1338bcfb7786b1c.zip
3.3
Fix #58 Close #134 Close #158 Fix #227
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java')
-rw-r--r--src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java b/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
index 15ff65b77..696e8f25b 100644
--- a/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
+++ b/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
@@ -15,19 +15,19 @@ import net.minecraft.util.Util;
@Deprecated
@Internal
public class ConfigReloadingScreen extends Screen {
-
+
private Screen parent;
-
+
public ConfigReloadingScreen(Screen parent) {
super(NarratorManager.EMPTY);
this.parent = parent;
}
-
+
@Override
public boolean shouldCloseOnEsc() {
return false;
}
-
+
@Override
public void render(int int_1, int int_2, float float_1) {
this.renderDirtBackground(0);
@@ -50,7 +50,7 @@ public class ConfigReloadingScreen extends Screen {
this.drawCenteredString(this.font, string_3, this.width / 2, this.height / 2 - 41, 8421504);
super.render(int_1, int_2, float_1);
}
-
+
@Override
public boolean isPauseScreen() {
return false;