diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-05-31 00:14:21 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-05-31 00:14:21 +0800 |
| commit | 82e9655e3786f58c32e2b6584732bb40f9508c1c (patch) | |
| tree | c045169783ff60013c5d063dbe8ec03b97cdc2a9 /runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java | |
| parent | 82cb8e2ac9f87375998e5962f1ffe8a9c05bafb0 (diff) | |
| download | RoughlyEnoughItems-82e9655e3786f58c32e2b6584732bb40f9508c1c.tar.gz RoughlyEnoughItems-82e9655e3786f58c32e2b6584732bb40f9508c1c.tar.bz2 RoughlyEnoughItems-82e9655e3786f58c32e2b6584732bb40f9508c1c.zip | |
Fix rendering issues with overlays, REIHelper -> REIRuntime
Diffstat (limited to 'runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java')
| -rw-r--r-- | runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java b/runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java index 0ee468267..03581e828 100644 --- a/runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java +++ b/runtime/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsInitializer.java @@ -45,7 +45,7 @@ public class RoughlyEnoughItemsInitializer { initializeEntryPoint(true, "me.shedaniel.rei.RoughlyEnoughItemsCore"); initializeEntryPoint(true, "me.shedaniel.rei.REIModMenuEntryPoint"); initializeEntryPoint(true, "me.shedaniel.rei.impl.client.ClientHelperImpl"); - initializeEntryPoint(true, "me.shedaniel.rei.impl.client.REIHelperImpl"); + initializeEntryPoint(true, "me.shedaniel.rei.impl.client.REIRuntimeImpl"); } initializeEntryPoint(true, "me.shedaniel.rei.impl.client.ErrorDisplayer"); |
