diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-05-19 23:53:19 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-05-22 03:07:05 +0800 |
| commit | df9b970d56a639b73d91c736afcbfa0b889c9498 (patch) | |
| tree | 483a881bbf609871bc7673b54e0e2d186fc1866b /runtime/src/main/java | |
| parent | 784f6680c19a708485f49a82b7dffdbdda2607fa (diff) | |
| download | RoughlyEnoughItems-df9b970d56a639b73d91c736afcbfa0b889c9498.tar.gz RoughlyEnoughItems-df9b970d56a639b73d91c736afcbfa0b889c9498.tar.bz2 RoughlyEnoughItems-df9b970d56a639b73d91c736afcbfa0b889c9498.zip | |
Subsystem should be fine now?
Diffstat (limited to 'runtime/src/main/java')
| -rw-r--r-- | runtime/src/main/java/me/shedaniel/rei/impl/client/ErrorDisplayer.java | 2 |
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; |
