diff --git a/gradle.properties b/gradle.properties index 173bf7955..69c9f7c8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.4 +mod_version=1.83.2+build.5 # 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 ec67978d1..ffaf0380c 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,9 @@ +New features in CC:T for Fabric 1.83.2+build.5 + +* Fix rendering issues with OptiFine +* Fix version of bundled Jankson (svitoos) +* Update ClothConfig + # New features in CC:T for Fabric 1.83.2+build.4 * Add support for config file and in-game config GUI (svitoos) 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 c119731c3..a8345c8a3 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,6 +1,7 @@ -New features in CC:T for Fabric 1.83.2+build.4 +New features in CC:T for Fabric 1.83.2+build.5 -* Add support for config file and in-game config GUI (svitoos) -* Fix the repository url in motd +* Fix rendering issues with OptiFine +* Fix version of bundled Jankson (svitoos) +* Update ClothConfig Type "help changelog" to see the full version history.