1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-08 14:55:46 +00:00

Merge branch 'mc-1.16.x' into mc-1.18.x

This commit is contained in:
Jonathan Coates 2022-04-27 13:52:11 +01:00
commit 159f90896e
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
4 changed files with 17 additions and 4 deletions

View File

@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx3G org.gradle.jvmargs=-Xmx3G
# 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.18.2 mc_version=1.18.2

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.

View File

@ -3,7 +3,7 @@
-- It allows you to @{run|start programs}, @{setCompletionFunction|add -- It allows you to @{run|start programs}, @{setCompletionFunction|add
-- completion for a program}, and much more. -- completion for a program}, and much more.
-- --
-- @{shell} is not a "true" API. Instead, it is a standard program, which its -- @{shell} is not a "true" API. Instead, it is a standard program, which injects its
-- API into the programs that it launches. This allows for multiple shells to -- API into the programs that it launches. This allows for multiple shells to
-- run at the same time, but means that the API is not available in the global -- run at the same time, but means that the API is not available in the global
-- environment, and so is unavailable to other @{os.loadAPI|APIs}. -- environment, and so is unavailable to other @{os.loadAPI|APIs}.