diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-12 02:13:15 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-12 02:42:37 +0800 |
| commit | 7f2cea976276ef14030964eea6c91ebee9f39204 (patch) | |
| tree | 1da33b7298641e7a5879350df1aa3c46685024d2 /src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java | |
| parent | 7121053d7b8a54dff0089ad60e3c3082be5572e0 (diff) | |
| download | RoughlyEnoughItems-7f2cea976276ef14030964eea6c91ebee9f39204.tar.gz RoughlyEnoughItems-7f2cea976276ef14030964eea6c91ebee9f39204.tar.bz2 RoughlyEnoughItems-7f2cea976276ef14030964eea6c91ebee9f39204.zip | |
Adds warning screen
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java index 2893b1e84..e84b24b93 100644 --- a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java +++ b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java @@ -57,7 +57,7 @@ public class RoughlyEnoughItemsNetwork implements ModInitializer { public void onInitialize() { boolean loaded = FabricLoader.getInstance().isModLoaded("fabric-networking-v0"); if (!loaded) { - RoughlyEnoughItemsState.failedToLoad("Fabric API is not installed!", "https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all"); + RoughlyEnoughItemsState.error("Fabric API is not installed!", "https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all"); return; } Executor.run(() -> () -> { |
