aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-05-19 23:53:19 +0800
committershedaniel <daniel@shedaniel.me>2021-05-22 03:07:05 +0800
commitdf9b970d56a639b73d91c736afcbfa0b889c9498 (patch)
tree483a881bbf609871bc7673b54e0e2d186fc1866b /runtime
parent784f6680c19a708485f49a82b7dffdbdda2607fa (diff)
downloadRoughlyEnoughItems-df9b970d56a639b73d91c736afcbfa0b889c9498.tar.gz
RoughlyEnoughItems-df9b970d56a639b73d91c736afcbfa0b889c9498.tar.bz2
RoughlyEnoughItems-df9b970d56a639b73d91c736afcbfa0b889c9498.zip
Subsystem should be fine now?
Diffstat (limited to 'runtime')
-rw-r--r--runtime/src/main/java/me/shedaniel/rei/impl/client/ErrorDisplayer.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/impl/client/ErrorDisplayer.java b/runtime/src/main/java/me/shedaniel/rei/impl/client/ErrorDisplayer.java
index b9e512bc9..b6eb5da51 100644
--- a/runtime/src/main/java/me/shedaniel/rei/impl/client/ErrorDisplayer.java
+++ b/runtime/src/main/java/me/shedaniel/rei/impl/client/ErrorDisplayer.java
@@ -24,12 +24,10 @@
package me.shedaniel.rei.impl.client;
import me.shedaniel.architectury.annotations.ExpectPlatform;
-import me.shedaniel.architectury.event.events.GuiEvent;
import me.shedaniel.rei.RoughlyEnoughItemsState;
import me.shedaniel.rei.impl.client.gui.screen.WarningAndErrorScreen;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.screens.Screen;
-import net.minecraft.world.InteractionResult;
import java.util.function.Consumer;