diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 00:37:18 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 00:37:18 +0800 |
| commit | 2000b84ad41de1b4729b153091699baad15d6237 (patch) | |
| tree | 3b6777f5a28d657e2246200d4672612ac71b4a4f /src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | |
| parent | 06dd7b84849ab01417e6449b0adbb1c83e8c38e0 (diff) | |
| download | RoughlyEnoughItems-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.java | 2 |
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); |
