mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-30 21:23:00 +00:00 
			
		
		
		
	Merge branch 'mc-1.16.x' into mc-1.18.x
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
| @@ -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: | ||||||
|   | |||||||
| @@ -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. | ||||||
|   | |||||||
| @@ -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}. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonathan Coates
					Jonathan Coates