diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | gradle.properties | 2 | ||||
| -rw-r--r-- | src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCore.java | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a4cea5f..da2864ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# v2.4.2.68 +- Fixed [Cloth](https://minecraft.curseforge.com/projects/cloth) missing message # v2.4.2.67 - Fixed pages being weird - Added Portuguese diff --git a/gradle.properties b/gradle.properties index f7968956a..d5923c0d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -mod_version=2.4.2.67 +mod_version=2.4.2.68 minecraft_version=19w11b yarn_version=19w11b.4 fabric_version=0.2.3.111 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); } } |
