mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-27 14:22:56 +00:00
Bump version to 1.100.8
This commit is contained in:
parent
2d30208631
commit
d1e952770d
@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx3G
|
|||||||
kotlin.stdlib.default.dependency=false
|
kotlin.stdlib.default.dependency=false
|
||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.100.6
|
mod_version=1.100.8
|
||||||
|
|
||||||
# Minecraft properties (update mods.toml when changing)
|
# Minecraft properties (update mods.toml when changing)
|
||||||
mc_version=1.16.5
|
mc_version=1.16.5
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# New features in CC: Tweaked 1.100.8
|
||||||
|
|
||||||
|
Several bug fixes:
|
||||||
|
* Fix NPE within disk drive and printer code.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.100.6
|
# New features in CC: Tweaked 1.100.6
|
||||||
|
|
||||||
* Various documentation improvements (MCJack123, FayneAldan).
|
* Various documentation improvements (MCJack123, FayneAldan).
|
||||||
|
@ -1,17 +1,6 @@
|
|||||||
New features in CC: Tweaked 1.100.6
|
New features in CC: Tweaked 1.100.8
|
||||||
|
|
||||||
* Various documentation improvements (MCJack123, FayneAldan).
|
|
||||||
* Allow CC's blocks to be rotated when used in structure blocks (Seniorendi).
|
|
||||||
* Several performance improvements to computer execution.
|
|
||||||
* Add parse_empty_array option to textutils.unserialiseJSON (@ChickChicky).
|
|
||||||
* Add an API to allow other mods to provide extra item/block details (Lemmmy).
|
|
||||||
* All blocks with GUIs can now be "locked" (via a command or NBT editing tools) like vanilla inventories. Players can only interact with them with a specific named item.
|
|
||||||
|
|
||||||
Several bug fixes:
|
Several bug fixes:
|
||||||
* Fix printouts being rendered with an offset in item frames (coolsa).
|
* Fix NPE within disk drive and printer code.
|
||||||
* Reduce position latency when playing audio with a noisy pocket computer.
|
|
||||||
* Fix total counts in /computercraft turn-on/shutdown commands.
|
|
||||||
* Fix "Run" command not working in the editor when run from a subdirectory (Wojbie).
|
|
||||||
* Pocket computers correctly preserve their on state.
|
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user