diff --git a/gradle.properties b/gradle.properties index b9443feec..05fd66ad4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.5 +mod_version=1.83.2+build.7 # Minecraft properties mc_version=1.14.4 diff --git a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt index ffaf0380c..6568cd4a4 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt @@ -1,3 +1,8 @@ +New features in CC:T for Fabric 1.83.2+build.7 + +* Fix a bug that most turtle functions hang +* Update ClothConfig + New features in CC:T for Fabric 1.83.2+build.5 * Fix rendering issues with OptiFine diff --git a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt index a8345c8a3..6b7b02029 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,7 +1,6 @@ -New features in CC:T for Fabric 1.83.2+build.5 +New features in CC:T for Fabric 1.83.2+build.7 -* Fix rendering issues with OptiFine -* Fix version of bundled Jankson (svitoos) +* Fix a bug that most turtle functions hang * Update ClothConfig Type "help changelog" to see the full version history.