1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-27 07:52:18 +00:00

v1.14.4-1.83.2+build.2

This commit is contained in:
parly 2019-08-19 21:38:50 +09:00
parent 6cae8e211e
commit 2f66792a0d
3 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# Mod properties
mod_version=1.83.2
mod_version=1.83.2+build.2
# Minecraft properties
mc_version=1.14.4

View File

@ -1,3 +1,8 @@
# New features in CC:T for Fabric 1.83.2+build.2
* Fix os.time() and os.day() behavior (doomy64)
* Change versioning scheme (add build number for each version)
# New features in CC:T for Fabric 1.83.2
* Update to Minecraft 1.14.4

View File

@ -1,10 +1,6 @@
New features in CC: Tweaked 1.83.1
New features in CC:T for Fabric 1.83.2+build.2
* Add several new MOTD messages (JakobDev)
And several bug fixes:
* Fix type check in `rednet.lookup`
* Error if turtle and pocket computer programs are run on the wrong system (JakobDev)
* Do not discard varargs after a nil.
* Fix os.time() and os.day() behavior (doomy64)
* Change versioning scheme (add build number for each version)
Type "help changelog" to see the full version history.