From 8b014a52c0059ef8e1d420dfc5674bd6e1c70b1a Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Thu, 19 May 2022 20:50:30 -0700 Subject: Raised required Forge version to prevent a crash. --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index b60fca5..4f4f755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 1.0.42 +- Increased required Forge version to 40.1.6 to prevent a crash. + +### 1.0.41 +- Fixed crash in IcebergConfig system. +- Bumped required Forge version to 40.1. + ### 1.0.40 - Fixed a bug in configuration system that caused mod configs to sometimes fail to register properly. @@ -136,4 +143,4 @@ - Added tooltip helper. ### 1.0.0 -- Initial release. \ No newline at end of file +- Initial release. -- cgit