diff --git a/gradle.properties b/gradle.properties index 1595760c5..3e2464221 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.100.3 +mod_version=1.100.4 # Minecraft properties (update mods.toml when changing) mc_version=1.16.5 diff --git a/src/main/resources/data/computercraft/lua/rom/help/changelog.md b/src/main/resources/data/computercraft/lua/rom/help/changelog.md index 4d5888949..a27cc478c 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.md +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.md @@ -1,3 +1,8 @@ +# New features in CC: Tweaked 1.100.4 + +Several bug fixes: +* Fix the monitor watching blocking the main thread when chunks are slow to load. + # New features in CC: Tweaked 1.100.3 Several bug fixes: diff --git a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md index ce9e428f4..190f08559 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md @@ -1,9 +1,6 @@ -New features in CC: Tweaked 1.100.3 +New features in CC: Tweaked 1.100.4 Several bug fixes: -* Fix client disconnect when uploading large files. -* Correctly handling empty computer ID file. -* Fix the normal turtle recipe not being unlocked. -* Remove turtle fake EntityType. +* Fix the monitor watching blocking the main thread when chunks are slow to load. Type "help changelog" to see the full version history.