diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-05-07 09:18:13 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-05-07 09:18:13 +0800 |
| commit | 9662f0e452a0e1ac23de3f39861d15db7db5b1cc (patch) | |
| tree | d59aa0d5b9f4e2ee45dbaa52e10e6ba0415ef722 /src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java | |
| parent | 6c1df6bddb1ff6537e9490ba828f35d40ff5903a (diff) | |
| download | RoughlyEnoughItems-9662f0e452a0e1ac23de3f39861d15db7db5b1cc.tar.gz RoughlyEnoughItems-9662f0e452a0e1ac23de3f39861d15db7db5b1cc.tar.bz2 RoughlyEnoughItems-9662f0e452a0e1ac23de3f39861d15db7db5b1cc.zip | |
Bump for 20w19a
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java b/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java index bf2c07c8c..b9e557d21 100644 --- a/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java +++ b/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java @@ -48,7 +48,7 @@ public class ConfigReloadingScreen extends Screen { @Override public void render(MatrixStack matrices, int int_1, int int_2, float float_1) { - this.renderDirtBackground(0); + this.renderBackgroundTexture(0); if (!RecipeHelper.getInstance().arePluginsLoading()) client.openScreen(parent); this.drawCenteredString(matrices, this.textRenderer, I18n.translate("text.rei.config.is.reloading"), this.width / 2, this.height / 2 - 50, 16777215); |
