diff --git a/gradle.properties b/gradle.properties index 768acd612..2d4a27f68 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.2 +mod_version=1.83.2+build.3 # 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 fa5dabb6a..c48f83e45 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,7 @@ +# New features in CC:T for Fabric 1.83.2+build.3 + +* Fix turtle.place bugs (svitoos) + # New features in CC:T for Fabric 1.83.2+build.2 * Fix os.time() and os.day() behavior (doomy64) 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 625d0f55d..ae3560919 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,5 @@ -New features in CC:T for Fabric 1.83.2+build.2 +New features in CC:T for Fabric 1.83.2+build.3 -* Fix os.time() and os.day() behavior (doomy64) -* Change versioning scheme (add build number for each version) +* Fix turtle.place bugs (svitoos) Type "help changelog" to see the full version history.