mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-07 07:50:27 +00:00
▲ version
This commit is contained in:
parent
4c8fd4fc35
commit
018ecfbaa0
@ -1,5 +1,5 @@
|
|||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.86.0
|
mod_version=1.86.1
|
||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.12.2
|
mc_version=1.12.2
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
# New features in CC: Tweaked 1.86.1
|
||||||
|
|
||||||
|
* Add a help message to the Lua REPL's exit function
|
||||||
|
* Add more MOTD messages. (osmarks)
|
||||||
|
* GPS requests are now made anonymously (osmarks)
|
||||||
|
* Minor memory usage improvements to Cobalt VM.
|
||||||
|
|
||||||
|
And several bug fixes:
|
||||||
|
* Fix error when calling `write` with a number.
|
||||||
|
* Add missing assertion to `io.write`.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.86.0
|
# New features in CC: Tweaked 1.86.0
|
||||||
|
|
||||||
* Add PATCH and TRACE HTTP methods. (jaredallard)
|
* Add PATCH and TRACE HTTP methods. (jaredallard)
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
New features in CC: Tweaked 1.86.0
|
New features in CC: Tweaked 1.86.1
|
||||||
|
|
||||||
* Add PATCH and TRACE HTTP methods. (jaredallard)
|
* Add a help message to the Lua REPL's exit function
|
||||||
* Add more MOTD messages. (JakobDev)
|
* Add more MOTD messages. (osmarks)
|
||||||
* Allow removing and adding turtle upgrades via CraftTweaker.
|
* GPS requests are now made anonymously (osmarks)
|
||||||
|
* Minor memory usage improvements to Cobalt VM.
|
||||||
|
|
||||||
And several bug fixes:
|
And several bug fixes:
|
||||||
* Fix crash when interacting with Wearable Backpacks.
|
* Fix error when calling `write` with a number.
|
||||||
|
* Add missing assertion to `io.write`.
|
||||||
|
|
||||||
Type "help changelog" to see the full version history.
|
Type "help changelog" to see the full version history.
|
||||||
|
Loading…
Reference in New Issue
Block a user