mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-10-31 23:26:19 +00:00
▲ version
This commit is contained in:
parent
4c8fd4fc35
commit
018ecfbaa0
@ -1,5 +1,5 @@
|
||||
# Mod properties
|
||||
mod_version=1.86.0
|
||||
mod_version=1.86.1
|
||||
|
||||
# Minecraft properties
|
||||
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
|
||||
|
||||
* 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 more MOTD messages. (JakobDev)
|
||||
* Allow removing and adding turtle upgrades via CraftTweaker.
|
||||
* 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 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.
|
||||
|
Loading…
Reference in New Issue
Block a user