1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-06 22:04:39 +00:00

Bump version to 1.100.5

> Modulo any game-breaking bugs [...] this will be the last CC: Tweaked
> release.

Terrible performance is game-breaking right? Or am I just petty?
This commit is contained in:
Jonathan Coates 2022-04-27 13:46:52 +01:00
parent ad228e94a3
commit f108ba93af
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Mod properties # Mod properties
mod_version=1.100.4 mod_version=1.100.5
# 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,12 @@
# New features in CC: Tweaked 1.100.5
* Generic peripherals now use capabilities on the given side if one isn't provided on the internal side.
* Improve performance of monitor rendering.
Several bug fixes:
* Various documentation fixes (bclindner, Hasaabitt)
* Speaker sounds are now correctly positioned on the centre of the speaker block.
# New features in CC: Tweaked 1.100.4 # New features in CC: Tweaked 1.100.4
Several bug fixes: Several bug fixes:

View File

@ -1,6 +1,10 @@
New features in CC: Tweaked 1.100.4 New features in CC: Tweaked 1.100.5
* Generic peripherals now use capabilities on the given side if one isn't provided on the internal side.
* Improve performance of monitor rendering.
Several bug fixes: Several bug fixes:
* Fix the monitor watching blocking the main thread when chunks are slow to load. * Various documentation fixes (bclindner, Hasaabitt)
* Speaker sounds are now correctly positioned on the centre of the speaker block.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.