aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-08-18 00:37:18 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-08-18 00:37:18 +0800
commit2000b84ad41de1b4729b153091699baad15d6237 (patch)
tree3b6777f5a28d657e2246200d4672612ac71b4a4f /src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java
parent06dd7b84849ab01417e6449b0adbb1c83e8c38e0 (diff)
downloadRoughlyEnoughItems-2000b84ad41de1b4729b153091699baad15d6237.tar.gz
RoughlyEnoughItems-2000b84ad41de1b4729b153091699baad15d6237.tar.bz2
RoughlyEnoughItems-2000b84ad41de1b4729b153091699baad15d6237.zip
Let's call this v3.0-pre
Diffstat (limited to 'src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java')
-rw-r--r--src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java
index 7ebe1cb93..5f2b7dacc 100644
--- a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java
+++ b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java
@@ -252,7 +252,7 @@ public class RecipeHelperImpl implements RecipeHelper {
if (plugin instanceof REIPluginV0) {
if (reiVersion instanceof SemanticVersion)
if (((REIPluginV0) plugin).getMinimumVersion().compareTo((SemanticVersion) reiVersion) > 0) {
- throw new IllegalStateException("Requires " + ((REIPluginV0) plugin).getMinimumVersion().getFriendlyString() + " REI version!");
+ throw new IllegalStateException("Requires " + ((REIPluginV0) plugin).getMinimumVersion().getFriendlyString() + " version of REI!");
}
((REIPluginV0) plugin).registerPluginCategories(this);
((REIPluginV0) plugin).registerRecipeDisplays(this);