diff --git a/gradle.properties b/gradle.properties index 2d4a27f68..173bf7955 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.3 +mod_version=1.83.2+build.4 # 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 c48f83e45..ec67978d1 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.4 + +* Add support for config file and in-game config GUI (svitoos) +* Fix the repository url in motd + # New features in CC:T for Fabric 1.83.2+build.3 * Fix turtle.place bugs (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 ae3560919..c119731c3 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,5 +1,6 @@ -New features in CC:T for Fabric 1.83.2+build.3 +New features in CC:T for Fabric 1.83.2+build.4 -* Fix turtle.place bugs (svitoos) +* Add support for config file and in-game config GUI (svitoos) +* Fix the repository url in motd Type "help changelog" to see the full version history.