1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-06-03 15:14:11 +00:00

Bump version to 1.100.4

This commit is contained in:
Jonathan Coates 2022-03-23 08:36:09 +00:00
parent 31ba17d085
commit 2c64186965
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Mod properties # Mod properties
mod_version=1.100.3 mod_version=1.100.4
# Minecraft properties (update mods.toml when changing) # Minecraft properties (update mods.toml when changing)
mc_version=1.16.5 mc_version=1.16.5

View File

@ -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 # New features in CC: Tweaked 1.100.3
Several bug fixes: Several bug fixes:

View File

@ -1,9 +1,6 @@
New features in CC: Tweaked 1.100.3 New features in CC: Tweaked 1.100.4
Several bug fixes: Several bug fixes:
* Fix client disconnect when uploading large files. * Fix the monitor watching blocking the main thread when chunks are slow to load.
* Correctly handling empty computer ID file.
* Fix the normal turtle recipe not being unlocked.
* Remove turtle fake EntityType.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.