1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-26 23:42:18 +00:00

v1.14.4-1.83.2+build.3

This commit is contained in:
parly 2019-09-16 22:52:10 +09:00
parent 579a38d366
commit db83bd4f64
3 changed files with 7 additions and 4 deletions

View File

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

View File

@ -1,3 +1,7 @@
# New features in CC:T for Fabric 1.83.2+build.3
* Fix turtle.place bugs (svitoos)
# New features in CC:T for Fabric 1.83.2+build.2
* Fix os.time() and os.day() behavior (doomy64)

View File

@ -1,6 +1,5 @@
New features in CC:T for Fabric 1.83.2+build.2
New features in CC:T for Fabric 1.83.2+build.3
* Fix os.time() and os.day() behavior (doomy64)
* Change versioning scheme (add build number for each version)
* Fix turtle.place bugs (svitoos)
Type "help changelog" to see the full version history.