mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-05 09:36:19 +00:00
Bump CC:T to 1.109.5
This commit is contained in:
parent
033378333f
commit
f26e443e81
@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
|
||||
|
||||
# Mod properties
|
||||
isUnstable=false
|
||||
modVersion=1.109.4
|
||||
modVersion=1.109.5
|
||||
|
||||
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
|
||||
mcVersion=1.20.1
|
||||
|
@ -1,3 +1,11 @@
|
||||
# New features in CC: Tweaked 1.109.5
|
||||
|
||||
* Add a new `/computercraft-computer-folder` command to open a computer's folder
|
||||
in singleplayer.
|
||||
|
||||
Several bug fixes:
|
||||
* Discard characters being typed into the editor when closing `edit`'s `Run` screen.
|
||||
|
||||
# New features in CC: Tweaked 1.109.4
|
||||
|
||||
Several bug fixes:
|
||||
|
@ -1,14 +1,9 @@
|
||||
New features in CC: Tweaked 1.109.4
|
||||
New features in CC: Tweaked 1.109.5
|
||||
|
||||
* Add a new `/computercraft-computer-folder` command to open a computer's folder
|
||||
in singleplayer.
|
||||
|
||||
Several bug fixes:
|
||||
* Don't log warnings when a computer allocates no bytes.
|
||||
* Fix incorrect list index in command computer's NBT conversion (lonevox).
|
||||
* Fix `endPage()` not updating the printer's block state.
|
||||
* Several documentation improvements (znepb).
|
||||
* Correctly mount disks before computer startup, not afterwards.
|
||||
* Update to Cobalt 0.9
|
||||
* Debug hooks are now correctly called for every function.
|
||||
* Fix several minor inconsistencies with `debug.getinfo`.
|
||||
* Fix Lua tables being sized incorrectly when created from varargs.
|
||||
* Discard characters being typed into the editor when closing `edit`'s `Run` screen.
|
||||
|
||||
Type "help changelog" to see the full version history.
|
||||
|
Loading…
Reference in New Issue
Block a user