aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-03-17 21:50:16 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-03-17 21:50:16 +0800
commite22e2e907c10789c166b5230e30f9ad7701ded98 (patch)
tree411176fe7efa09c0f4f59ce0ac3d03efd9224c6d /src/main/java/me/shedaniel
parent90b4e7790a76da4dbd1fe6afa25b169f6e065d95 (diff)
downloadRoughlyEnoughItems-e22e2e907c10789c166b5230e30f9ad7701ded98.tar.gz
RoughlyEnoughItems-e22e2e907c10789c166b5230e30f9ad7701ded98.tar.bz2
RoughlyEnoughItems-e22e2e907c10789c166b5230e30f9ad7701ded98.zip
Fix message v2.4.2.68
Diffstat (limited to 'src/main/java/me/shedaniel')
-rw-r--r--src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCore.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCore.java b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCore.java
index 2eef84bf1..886a5aa98 100644
--- a/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCore.java
+++ b/src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCore.java
@@ -96,7 +96,7 @@ public class RoughlyEnoughItemsCore implements ClientModInitializer, ModInitiali
e.printStackTrace();
}
} else {
- RoughlyEnoughItemsCore.LOGGER.fatal("[REI] Cloth NOT found! It is a dependency of REI: https://minecraft.curseforge.com/projects/utils");
+ RoughlyEnoughItemsCore.LOGGER.fatal("[REI] Cloth NOT found! It is a dependency of REI: https://minecraft.curseforge.com/projects/cloth");
System.exit(0);
}
}