aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2019-12-24 11:31:40 +0800
committershedaniel <daniel@shedaniel.me>2019-12-24 11:31:40 +0800
commit08d80d588a36598114087a79917e36e9d2cc97c3 (patch)
tree95cde698bbf1eca2f83143d39fd206cf2dc803f2 /src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
parent7d438f554c4173880a407a6bb8fc80b8a4723845 (diff)
downloadRoughlyEnoughItems-08d80d588a36598114087a79917e36e9d2cc97c3.tar.gz
RoughlyEnoughItems-08d80d588a36598114087a79917e36e9d2cc97c3.tar.bz2
RoughlyEnoughItems-08d80d588a36598114087a79917e36e9d2cc97c3.zip
Finishing workstation usage and close #220
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 696e8f25b..15ff65b77 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;