diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-01-05 12:47:39 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-01-05 12:47:39 +0800 |
| commit | f5b59076cece9e95e76158b17b64fec27616b68b (patch) | |
| tree | b0714ad0affed45ff2aa6250e48d6d8db8a1e294 /runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java | |
| parent | 5385aa5bda42b586f6da45f17f1b3309e0bc900a (diff) | |
| download | RoughlyEnoughItems-f5b59076cece9e95e76158b17b64fec27616b68b.tar.gz RoughlyEnoughItems-f5b59076cece9e95e76158b17b64fec27616b68b.tar.bz2 RoughlyEnoughItems-f5b59076cece9e95e76158b17b64fec27616b68b.zip | |
Configs for syntax highlighting
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java')
| -rw-r--r-- | runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java b/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java index bc114868b..1bf8173e8 100644 --- a/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java +++ b/runtime/src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java @@ -53,7 +53,6 @@ import java.util.List; @ApiStatus.Internal public class PreRecipeViewingScreen extends Screen { - private static final ResourceLocation IDENTIFIER = new ResourceLocation("roughlyenoughitems", "textures/gui/screenshot.png"); private final List<Widget> widgets; protected long start; |
