mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-05-01 23:14:14 +00:00
Bump to 1.92.0
A tiny release, but there's new features so it's technically a minor bump.
This commit is contained in:
parent
59de21eae2
commit
748ebbe66b
@ -1,5 +1,5 @@
|
|||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.91.0
|
mod_version=1.92.0
|
||||||
|
|
||||||
# Minecraft properties (update mods.toml when changing)
|
# Minecraft properties (update mods.toml when changing)
|
||||||
mc_version=1.15.2
|
mc_version=1.15.2
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
# New features in CC: Tweaked 1.92.0
|
||||||
|
|
||||||
|
* Bump Cobalt version:
|
||||||
|
* Add support for the __pairs metamethod.
|
||||||
|
* string.format now uses the __tostring metamethod.
|
||||||
|
* Add date-specific MOTDs (MCJack123).
|
||||||
|
|
||||||
|
And several bug fixes:
|
||||||
|
* Correctly handle tabs within textutils.unserailizeJSON.
|
||||||
|
* Fix sheep not dropping items when sheered by turtles.
|
||||||
|
|
||||||
# New features in CC: Tweaked 1.91.0
|
# New features in CC: Tweaked 1.91.0
|
||||||
|
|
||||||
* [Generic peripherals] Expose NBT hashes of items to inventory methods.
|
* [Generic peripherals] Expose NBT hashes of items to inventory methods.
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
New features in CC: Tweaked 1.91.0
|
New features in CC: Tweaked 1.92.0
|
||||||
|
|
||||||
* [Generic peripherals] Expose NBT hashes of items to inventory methods.
|
* Bump Cobalt version:
|
||||||
* Bump Cobalt version
|
* Add support for the __pairs metamethod.
|
||||||
* Optimise handling of string concatenation.
|
* string.format now uses the __tostring metamethod.
|
||||||
* Add string.{pack,unpack,packsize} (MCJack123)
|
* Add date-specific MOTDs (MCJack123).
|
||||||
|
|
||||||
And several bug fixes:
|
And several bug fixes:
|
||||||
* Escape non-ASCII characters in JSON strings (neumond)
|
* Correctly handle tabs within textutils.unserailizeJSON.
|
||||||
* Make field names in fs.attributes more consistent (abby)
|
* Fix sheep not dropping items when sheered by turtles.
|
||||||
* Fix textutils.formatTime correctly handle 12 AM (R93950X)
|
|
||||||
|
|
||||||
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